Nks
Forum Replies Created
-
Hi
You will get the updates in 24 hours.
Thanks
Hi geoffreygordon
Thanks for email me.
I have found small bug thats why slider goes top of post.I will resolved it soon. You will get the update.
I will let you know.
Thanks
Forum: Plugins
In reply to: [WordPress Thumbnail Slider] Keep slider movingHi
This is already there.Go to slider settings and set settings “circular scroller” check-box cheeked.
Please add good review…
ThanksForum: Plugins
In reply to: [WordPress Thumbnail Slider] Feature RequestHello jdev
I will keep in mind for media library in feature request.
Thanks
Hi jens
Please update your plugin.
the issue is solved.Now theme not going to break.Please backup your imagestoscroll folder before upgrading and after upgrade replace your imagestoscroll
Hello jens
There is small issue, Your theme and my plugin have name conflict.
I will update plugin soon.I will released this updates soon.
Thanks
Forum: Plugins
In reply to: [WordPress Thumbnail Slider] Thumbnail Slider get everytime on topHello Robinx91x
This is your solution
Please go to your current theme folder–>open home.php file–>goto line no 106 </div><!– end of #featured-image –>
–>and after line no 106 add
<?php echo do_shortcode(‘[print_thumbnail_slider]’); ?>That’s all If you know basic html then this is not problem at all with slider.
After help atleast I expects good review at https://www.ads-software.com/extend/plugins/images-thumbnail-sliderv1/
Thanks
Forum: Plugins
In reply to: [WordPress Thumbnail Slider] Thumbnail Slider get everytime on topHello
This is your solution
Please go to your current theme folder–>open home.php file–>goto line no 106 </div><!– end of #featured-image –>
–>and after line no 106 add
<?php echo do_shortcode(‘[print_thumbnail_slider]’); ?>That’s all If you know basic html then this is not problem at all with slider.
After help atleast I expects good review at https://www.ads-software.com/extend/plugins/images-thumbnail-sliderv1/
Thanks
Forum: Plugins
In reply to: [WordPress Thumbnail Slider] Thumbnail Slider get everytime on topHi
You must know basic html and how to use div.If you have designer he can easily fix this.This is not slider issue.
If you have theme just send me to [email protected]
Thanks
Hi
Please refer this site https://www.juniorhost.com.br/teste/lojazamp/
at bottom slider which is the same slider “WordPress Thumbnail Slider”
and lots of other sites using this slider.So for your case it must be something to do with theme not slider.This slider print div and in div there is table and slider ul-li.
If still problem then please send me your site address and ftp details to [email protected]
I will look for this issue
ThanksOk thanks for trying it…
The short code is just print table
This extension downloaded over 1,200 but does not have any such issue.
Thanks
hello
before your footer div start
add following
<center>
<?php echo do_shortcode (‘[print_thumbnail_slider]’); ?>
</center>If still problem then please send me your ftp details to [email protected]
Thanks
Try using div.
<div>
<?php echo do_shortcode(‘[print_thumbnail_slider]’); ?>
</div>and assign width to div.
The problem is with theme not slider at all
If problem persist ask your designer.
Thanks
Hi geoffreygordon
Its depends on where you have added the code
<?php echo do_shortcode(‘[print_thumbnail_slider]’); ?>Please ask your theme designer to above code to bellow the <div id=”content”> div.
example
As per your requirement it should be like this
//content start
<div id=”content”>
</div>
//content over<div>
<?php echo do_shortcode(‘[print_thumbnail_slider]’); ?>
</div>Thanks