wpthemes
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Using vSlider to link with anchors on postDownload vSlider 4.0 and in case you encounter the same issues please refer to
vibethemes.com/forums/Please refer to tutorials and Faq’s in the vSlider admin.
And post your problem in the vSlider support forums here
https://www.vibethemes.com/forum/forum/vslider-support
We have solved many problems and you can refer to already existing thread if it solves the issue.Forum: Plugins
In reply to: [plugin vslider] Not working with themeThis problem occurs when there is a plugin which is including an older version of jquery. Please download vSlider 4.0 and update if the problem still persists.
Yes, there are issues with themes found on torrent or Google search. Only www.ads-software.com gives you authentic themes. Reasons:
1. Most of these themes would have an encrypted footer which if removed would disable your theme/WordPress login. This encrypted footer generally contains links to some spam sites. You would not want your blog to be connected to these sites and Google penalizing you in search results because of this.
2. Hidden injection code, you can never be sure what is exactly going behind the scene, what code is doing, it might be transferring your traffic via links or redirect or iframes.
3. Poorly written Code which impacts your site performance, since it is not approved in www.ads-software.com, there is no guarantee.
4. The theme is generally a rip off of a premium theme on some theme club. Because it is not original work you would not get support for the theme in case you run into some issues.Lastly there are some trusted theme clubs with brand value which offer quality themes.
Thanks,
Forum: Requests and Feedback
In reply to: Edit www.ads-software.com Forum email addressThanks a lot, I got the email.
I am grateful for all your time and support.Forum: Requests and Feedback
In reply to: Edit www.ads-software.com Forum email addressYes, I got the password on my email. Thanks man!
Regarding, the WordPress plugin, how should I contact the approver to send me the mail at the updated mail id?
https://www.ads-software.com/extend/plugins/vslider-40/Forum: Requests and Feedback
In reply to: Edit www.ads-software.com Forum email addressI have access to one email [REDACTED]
Forum: Requests and Feedback
In reply to: Edit www.ads-software.com Forum email addressI am left with no option but to create another account and use that account to host the plugin.
Forum: Plugins
In reply to: [Plugin: vSlider] This plugin injects hidden links into the footerForum: Themes and Templates
In reply to: Adding to the Single post page all blog postsOK… bellow is the code what you need to change in single.php (all code)
You have some style to blend with the original theme. I told you earlier how to change the number of posts to show.Change all the content from single.php with this:
<?php get_header(); ?> <div id="content-padding"> <div id="content"> <?php if (have_posts()) : while (have_posts()) : the_post(); ?> <div class="post-nav"> <span class="previous"><?php previous_post_link('%link') ?></span> <span class="next"><?php next_post_link('%link') ?></span> </div> <div class="post" id="post-<?php the_ID(); ?>" style="margin-top: 0;"> <table id="post-head"> <tr> <td id="head-date"> <div class="date"><span><?php the_time('M') ?></span> <?php the_time('d') ?></div> </td> <td> <div class="title"> <h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"> <?php the_title(); ?></a></h2> <div class="postdata"> <span class="category"><?php the_category(', ') ?></span> <span class="right mini-add-comment"> <a href="#respond">Add comments</a> </span> </div> </div> </td> </tr> </table> <div class="entry"> <?php the_content('Continue reading »'); ?> <?php link_pages('<p><strong>Pages:</strong> ', '</p>', 'number'); ?> <p class="submeta">written by <strong><?php the_author(); ?></strong> <?php if(function_exists("the_tags")) the_tags('\\\\ tags: ', ', ', '<br />'); ?> </p> <?php edit_post_link('Edit', '', ''); ?> </div><!--/entry --> <?php comments_template(); ?> </div><!--/post --> <?php endwhile; else: ?> <p style="margin-top:25px;">Sorry, no posts matched your criteria.</p> <?php endif; ?> <div style="margin:30px 0;border-bottom:1px solid #CCC;border-top:1px solid #666;"></div> <!-- Start Showing All posts --> <?php $page = (get_query_var('paged')) ? get_query_var('paged') : 1; query_posts("showposts=10&paged=$page"); while ( have_posts() ) : the_post() ?> <div class="post" id="post-<?php the_ID(); ?>" style="margin-top: 0;"> <table id="post-head"> <tr> <td id="head-date"> <div class="date"><span><?php the_time('M') ?></span> <?php the_time('d') ?></div> </td> <td> <div class="title"> <h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"> <?php the_title(); ?></a></h2> <div class="postdata"> <span class="category"><?php the_category(', ') ?></span> </div> </div> </td> </tr> </table> <div class="entry"> <?php the_excerpt(); ?> <?php link_pages('<p><strong>Pages:</strong> ', '</p>', 'number'); ?> <p class="submeta">written by <strong><?php the_author(); ?></strong> <a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title(); ?>">read more...</a> </p> </div><!--/entry --> <?php endwhile; ?> <!-- End Showing All posts --> </div><!--/content --> <?php include_once("real-footer.php"); ?> </div><!--/left-col --> <?php $current_page = $post->ID; // Hack to prevent the no sidebar error include_once("sidebar-right.php"); ?> <?php get_footer(); ?>
Forum: Themes and Templates
In reply to: Adding to the Single post page all blog postsNormally i would have said to give me more details, your site and perhaps the theme and would have fixed it as i done it for others. I told you, it is a bit advanced, but can be done without problems.
But having this discussions i sometimes left links to one of my sites and this made me a SPAMMER in the eyes of the moderators so i am a little bit upset now, do not worry I will get over it and perhaps get back after some days and help others because I love WordPress.
Till then, i wish you luck and hope someone will help you soon and not make fun of your wish.
Have a nice day!Forum: Requests and Feedback
In reply to: Why Some Links Are Deleted As Spam [Question to Moderators]Oh God, you are so right, now I understand why my links have turned into [spam links removed]… We are just humble volunteers as you said and we must obey.
It’s just like if Automattic (the company behind WordPress for those who are not knowing) would do something volunteer for the Red Cross and they would say:
This HELP was offered by Automattic
and then the Red Cross would moderate it to something like:
This HELP was offered by [spam links removed]
What can I say? Makes perfect sens.
LOL
I know you did not made up the rules and understood what you are trying to say.
Don’t be mad at me, but this made me laugh (have to admit, i was little angry about this).Cheers!
Forum: Plugins
In reply to: vSlider – WordPress Image Slider PluginHello,
All themes or plugins from:[spam links removed]
are licensed under the terms of the GNU General Public License (see license details here) as published by the Free Software Foundation, either version 3 of the License, or any later version. Including the one featured here.
No part of the scripts are encrypted or limited for editing in any form.
Please be aware that some themes might contain sponsored links in the footer section. It is up to you to keep those links and the link to author intact, however leaving the links in the footer is highly appreciated and this is considered as your contribution to the theme author and make possible the release of other free products as well support for the existing ones.
Thank you!Forum: Themes and Templates
In reply to: My Journal WordPress Released!Hello,
All themes or plugins from:
https://www.wp-them.es/
and
https://www.vibethemes.com/
are licensed under the terms of the GNU General Public License (see license details here) as published by the Free Software Foundation, either version 3 of the License, or any later version. Including the one featured here.
No part of the scripts are encrypted or limited for editing in any form.
Please be aware that some themes might contain sponsored links in the footer section. It is up to you to keep those links and the link to author intact, however leaving the links in the footer is highly appreciated and this is considered as your contribution to the theme author and make possible the release of other free products as well support for the existing ones.
Thank you!Forum: Themes and Templates
In reply to: New Free Premium WordPress Theme!Hello,
All themes or plugins from:[spam links removed]
are licensed under the terms of the GNU General Public License (see license details here) as published by the Free Software Foundation, either version 3 of the License, or any later version. Including the one featured here.
No part of the scripts are encrypted or limited for editing in any form.
Please be aware that some themes might contain sponsored links in the footer section. It is up to you to keep those links and the link to author intact, however leaving the links in the footer is highly appreciated and this is considered as your contribution to the theme author and make possible the release of other free products as well support for the existing ones.
Thank you!