Home Forums WoodMart support forum Ajax filter offset

Ajax filter offset

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #142562

    Stanley Black
    Participant

    Hello,

    You provide me this code and it working great on chrome.
    But on mozilla it overlapping the content.

    add_filter(
    ‘woodmart_ajax_scroll_class’,
    function(){
    return ‘.shop-loop-head’;
    },
    10
    );

    add_filter(
    ‘woodmart_ajax_scroll_offset’,
    function(){
    return 160;
    },
    10
    );

    Kind regards

    #142628

    Stanley Black
    Participant

    Hello,

    Sorry I forgot site url…

    #142586

    Artem Temos
    Keymaster

    Hello,

    Try to clear your browser cache and check again. We don’t see any problems with FireFox https://gyazo.com/1bd9c61a96e15175fb4ad4b16ba64605

    Kind Regards

    #142672

    Stanley Black
    Participant

    Hello.

    Yes, now it works.

    Kind regards

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

The topic ‘Ajax filter offset’ is closed to new replies.