Viewing 15 replies - 1 through 15 (of 26 total)
  • Plugin Author Nks

    (@nik00726)

    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

    https://www.artav.co.za/

    works perfectly except that the slider keeps jumping to to the top of the page ????I want it to appear below brands we supply

    Plugin Author Nks

    (@nik00726)

    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=”https://www.artav.co.za/bullbars-chevrolet/&#8221; 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

    Plugin Author Nks

    (@nik00726)

    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

    Plugin Author Nks

    (@nik00726)

    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

    Plugin Author Nks

    (@nik00726)

    The short code is just print table

    This extension downloaded over 1,200 but does not have any such issue.

    Thanks

    Thread Starter Mezloh

    (@sayno2odor)

    I switched to a Thumbnail Scroller I found on Codecanyon and it works perfectly.

    Plugin Author Nks

    (@nik00726)

    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 ??

    Plugin Author Nks

    (@nik00726)

    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
    Thanks

    Thanks 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 https://topwpthemes.com/Monaco/

Viewing 15 replies - 1 through 15 (of 26 total)
  • The topic ‘WordPress Thumbnail Slider breaks theme when activated’ is closed to new replies.