• Resolved claudio323

    (@claudio323)


    At the bottom of my page I have a slider showing all brands and that part works and looks good. But after a few seconds the brands slide to give space to the next set of brands to be displayed, but once the animation finishes the slide jumps back to its original state (page 1).

    What can be causing such a behavior?

    Thanks!

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author RazyRx

    (@razyrx)

    Hello @claudio323,

    How did you displayed brands? Please provide widget/shortcode options that you uses?

    Regards,
    Oleg

    Thread Starter claudio323

    (@claudio323)

    Thanks for your reply. In my functions.php I added:

    function product_brands_carousel() {
       $title = '<h3>Other Brands</h3>';
    	echo $title.do_shortcode("[brands_list use_image=1 use_name=1 per_row=4 hide_empty=1 count=20 slider=1 padding='3px' border_color='#f0f' border_width=0]");
    	return;
    }

    and
    add_action( 'woocommerce_after_single_product', 'product_brands_carousel' );

    Plugin Author RazyRx

    (@razyrx)

    Hello @claudio323,

    Please try to add parameter slider_slides_scroll=4 to shortcode.

    Regards,
    Oleg

    Thread Starter claudio323

    (@claudio323)

    No luck Oleg…
    This is how I added it:

    echo $title.do_shortcode("[brands_list slider_slides_scroll=4 use_image=1 use_name=1 per_row=4 hide_empty=1 count=20 slider=1 padding='3px' border_color='#f0f' border_width=0]");

    Plugin Author RazyRx

    (@razyrx)

    Hello @claudio323,

    In plugin settings -> Slider tab change “Brands to Scroll” to 4.

    Regards,
    Oleg

    Thread Starter claudio323

    (@claudio323)

    It worked!!!

    Thanks Oleg!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Brands slider runs but jumps to page 1 right away’ is closed to new replies.