Home Forums WoodMart support forum Ajax go back BUGs

Ajax go back BUGs

Viewing 21 posts - 1 through 21 (of 21 total)
  • Author
    Posts
  • #556636

    FreeRiderNSK
    Participant

    Hello!
    I found more bugs related to going back.
    1) The product gallery stops working.
    2) Endless loading of goods stops working.

    Please watch the video.

    #556973

    Hello,

    Please deactivate all the 3rd party plugins and activate only theme-required plugins on the site and then check the issue. I am sure your issue will be solved. Then Activate the 3rd party plugins one by one and check which plugin is creating the issue for you.

    Otherwise, if the issue still exists then keep the 3rd party plugins deactivated and share the wp logins details so i will check and give you a possible solution.

    Best Regards.

    #557052

    FreeRiderNSK
    Participant

    Hello!
    Disabling plugins did not solve the problem.
    The plugins are now enabled. I allow you to disable plugins during testing.

    #557093

    Hello,

    The Gallery images are working fine. You need to hover over the product image and it will change the image.
    See this video for better understanding:
    https://uploadnow.io/f/Q6p6y9n

    Best Regards.

    #557096

    FreeRiderNSK
    Participant

    Hello! Have you watched the video? The bug is visible after applying the filter and pressing the back button in the browser or near the title! Please check carefully.

    Added screenshot

    Attachments:
    You must be logged in to view attached files.
    #557247

    Hello,

    It is working fine after applying the filters.
    See video for clarification:
    https://uploadnow.io/f/1PDn6Pg

    But in some of the products the gallery images are not available.

    Best Regards.

    #557254

    FreeRiderNSK
    Participant

    Hello!
    1. Follow the link
    2. Apply any filter or go to another category from the grid at the top of the page
    3. Click the “back” button next to the page title or in the browser.

    You’ll see how everything breaks until you start interacting with the page!

    Link in private content

    #557256

    FreeRiderNSK
    Participant

    It breaks after completing step number 3. (Click the “back” button next to the page title or in the browser.)

    #557620

    Hello,

    Please update the new version of the theme “WOODMART WordPress NEW: 7.5.0 RELEASED” and update the required plugin and check the option.
    https://xtemos.com/docs-topic/update-the-theme/

    Also, read the complete changelog here:
    https://xtemos.com/woodmart-changelog.php

    I am sure your issue will be solved.

    Best Regards.

    #557759

    FreeRiderNSK
    Participant

    Hello!
    I’ve updated! The problem is not solved!
    VIDEO: https://uploadnow.io/f/tnp9NmX

    #558380

    Hello,

    Please this JS code needs to be added to Global custom JS:

    window.addEventListener('popstate', function() {
        woodmartThemeModule.imagesGalleryInLoop();
    });

    Best Regards.

    #558630

    FreeRiderNSK
    Participant

    Hello! To Global or document ready?
    I have infinite scrolling enabled. You haven’t fixed the infinite loading problem.
    The “load more” button appears after the backward action. Watch the video again.

    #558877

    Hello,

    Please paste the code in Global custom JS section.

    Best Regards.

    #558885

    FreeRiderNSK
    Participant

    Hello! Ok, infinite scrolling – “load more” problem?

    #558948

    Hello,

    The infinite scrollin – load moreis working fine, please see the video:

    https://monosnap.com/file/DBNzUSUNH7yFMB9IyzgrUpueq02tqq

    Best Regards.

    #558964

    FreeRiderNSK
    Participant

    Hello!
    IF CLICK BACK BUTTON BUG!
    Please see video
    https://uploadnow.io/f/yPFmhMY

    • This reply was modified 1 week, 3 days ago by FreeRiderNSK.
    • This reply was modified 1 week, 3 days ago by FreeRiderNSK.
    #559415

    Hello,

    Please use the below code and paste this code Global JS area in Theme Settings >> Custom JS >> Global JS Section:

    window.addEventListener('popstate', function() {
    		woodmartThemeModule.$document.trigger('wdShopPageInit');
    	});

    Best Regards.

    #559429

    FreeRiderNSK
    Participant

    Hello!
    01. This fixed the problem, but not in all scenarios.
    Please watch the video.
    02. I have now:
    Global JS:

    window.addEventListener('popstate', function() {
        woodmartThemeModule.imagesGalleryInLoop();
    });
    window.addEventListener('popstate', function() {
    		woodmartThemeModule.$document.trigger('wdShopPageInit');
    	});

    document ready JS:

    (function($) {
    	$(document).on('pjax:success', function() {
    		woodmartThemeModule.stickyColumn();
    	});
    })(jQuery);
    window.addEventListener('popstate', function() {
    	woodmartThemeModule.stickyColumn();
    });

    Is everything correct?

    When will you update the fixes so I can remove this code?

    Video:
    https://uploadnow.io/f/cQShlRC

    #559477

    Hello,

    You need to navigate to the Performance => JS. Enable Advanced scripts controls, find “Scripts never load” option below, and select “Product load more” inside it https://prnt.sc/X1V69Gt9JDNc

    Best Regards.

    #559808

    FreeRiderNSK
    Participant

    Hello! This solved the problem, but not completely as I expected…

    #559812

    Sounds Great! that your issue has been solved.

    I’m so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.

    We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards.

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

The topic ‘Ajax go back BUGs’ is closed to new replies.