Home Forums WoodMart support forum Product image slider at single prioduct page doesn’t work

Product image slider at single prioduct page doesn’t work

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #527199

    JK
    Participant

    Hello!
    After last update to ver. 7.4.0 and 7.4.1 the product image slider at single prioduct page doesn’t work.
    Update with last patches doesn’t help to resolve the problem.

    #527200

    Artem Temos
    Keymaster

    Hello,

    Thank you so much for purchasing our theme and contacting our support center.

    Please, disable all plugins that are not related to our theme and provide us with your admin access. We will log in and check what is wrong there. You can leave only the following plugins that are required for our theme:
    WoodMart core
    WooCommerce
    Elementor/WPBakery page builder

    Thank you in advance

    #527202

    JK
    Participant

    Done, please check.

    #527233

    JK
    Participant

    Hi! You answer for a very long time. I can’t keep plugins disabled on my site for that long since it’s an active store. I have granted you access rights to the site, you can disable the plugins yourself when will you start looking into my question?

    #527262

    Artem Temos
    Keymaster

    Try to add the following PHP code snippet to the child theme functions.php file to fix this

    add_action( 'woodmart_option', function ( $value, $slug ) {
    	if ( $slug == 'swiper_library' ) {
    		return 'required';
    	}
    
    	return $value;
    }, 10, 2);
    #527271

    JK
    Participant

    Thanks! It works. Will you fix it in next patches or updates?

    #527296

    Artem Temos
    Keymaster

    Yes, it will be fixed in our next theme update.

    Kind Regards

    #527297

    JK
    Participant

    Thanks!

Viewing 8 posts - 1 through 8 (of 8 total)

The topic ‘Product image slider at single prioduct page doesn’t work’ is closed to new replies.