Home Forums WoodMart support forum Product tab bug

Product tab bug

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #374403

    bilalmalkoc
    Participant

    When scroll down second tab and get back first tab, content is showing weird. Please check attached vide. Thanks.

    #374441

    Hello,

    Could you provide more details of what you want to change? I cannot catch the problem? I mean I cannot find what works wrong?

    Best Regards

    #374489

    bilalmalkoc
    Participant

    Please check the screenshot. I marked where is wrong.

    #374741

    Hello,

    Please deactivate all the plugins except these ones:

    Slider Revolution
    WPBakery Page Builder or Elementor
    Woodmart Core
    Contact Form 7
    MailChimp for WordPress
    WooCommerce
    Safe SVG

    If the problem has gone, activate the plugins one by one, checking the issue to detect which one causes the problem.

    In case, the problem remains, even after all the plugins are deactivated, provide your site admin access (insert the site credentials into the Private content block under the message area) and confirm the permission for plugins deactivation, switching to the parent or default theme. As soon as we complete the testing we will enable all back, however, the site would be without plugins for 15-20 min. You would better make the full backup of your site.

    Best Regards

    #375381

    bilalmalkoc
    Participant

    I tried with only Elementor, WooCommerce and Woodmart Core plugins. This error still showing.

    #375424

    Hello,

    Please insert the site admin access into the Private content below the message area. We will take a closer look at the case.

    Best Regards

    #375990

    bilalmalkoc
    Participant

    OK. I gave login details. Thanks.

    #376251

    Hello,

    Please add this code to the Theme Settings > Custom JS on Document ready:

    jQuery('.wc-tabs > li').on('click', function() {
    			jQuery(window).trigger('resize');
    });

    Best Regards

    #376700

    bilalmalkoc
    Participant

    Hello. I did but not working.

    #377150

    Hello,

    Please replace the code with this one:

    jQuery('.wc-tabs > li').on('click', function() {
    	setTimeout(function(){
    		jQuery(window).trigger('resize');
    	});
    });

    If you have any questions please feel free to contact us.

    Best Regards

    #377394

    bilalmalkoc
    Participant

    Its better but it is not a professional solution. Even for a few milliseconds, the same problem sometimes appears again.

    #377613

    Hello,

    We will try to improve it in one of the nearest updates.

    If you have any questions please feel free to contact us.

    Best Regards

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