WordPress Thumbnail Slider breaks theme when activated
-
I cannot activate this plugin because as soon as it’s active it wrecks my theme layout. Any help would be appreciated.
on wordpress 3.5 using the latest version of the u-design theme.
http://ww.wp.xz.cn/extend/plugins/images-thumbnail-sliderv1/
-
Hi
Can you send me screenshot of wrecks theme.
I think you have to adjust slider by number of images appear at time.Its default 5 but you can change it from thumbnail settings.
Thanks
works perfectly except that the slider keeps jumping to to the top of the page ????I want it to appear below brands we supply
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
the current code on the homepage in html view is
<div class=”welcome”>
<div class=” weleft left”>
<h1>Artav Stainless Steel</h1>
<p>Owned and run by the same team that introduced the first Stainless Steel Bull bars to South Africa over 15 years ago, we at ARTAV have an experienced and passionate team who are continually developing attractive innovative products for the 4×4 and SUV market.</p>
<p>Our range includes Bull Bars, Nudge Bars, Bumper Protectors , Roll Bars, Side Steps, Rear Steps, Tow Bars, Winch Plates and Accessories</p>
[sws_button class=”” size=”sws_btn_large” align=”sws_btn_align_left” href=”http://www.artav.co.za/bullbars-chevrolet/” target=”_self” label=”View All Products” template=”sws_btn_red” textcolor=”” bgcolor=”” bgcolorhover=”” glow=”sws_btn_glow”] [/sws_button]
</div></div>
<div class=”blakhd”>Brands We Supply</div><?php echo do_shortcode (‘[print_thumbnail_slider]’); ?>
As you can see the code is below everything
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
I am the designer….
<div style=”width: 890px !important”>
<?php echo do_shortcode (‘[print_thumbnail_slider]’); ?>
</div>no joy
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
What I asking is not rocket science, the short code should be able to be put any where with out any difficulty
The short code is just print table
This extension downloaded over 1,200 but does not have any such issue.
Thanks
I switched to a Thumbnail Scroller I found on Codecanyon and it works perfectly.
Ok thanks for trying it…
I ‘ve the same problem like geoffreygordo,
the thumbnail slider get everytime on top.
I don’t know how to fix it.For so far i really love it! Thanks for
it but the problem is really annoying πHi
Please refer this site http://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
ThanksThanks for the quick support! Im using atm the themeid responsive theme. But im running my website local for now haha so i can’t send you anything π
I have this problem too.
I’m using the Monaco theme from http://topwpthemes.com/Monaco/
The topic ‘WordPress Thumbnail Slider breaks theme when activated’ is closed to new replies.