This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Having issue in Load more ajax results

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Having issue in Load more ajax results

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #33411
    tajimadirect95tajimadirect95
    Participant

    Hello Team,

    I am facing an issue in mobile view when no result having extra text ‘Scroll down for more results… ‘ but working fine in desktop view. please have a look this issue and help as soon as possible.
    For this page [wd_asp id=14] https://www.tajima-direct.com/shop-lenses/

    Note :Success result work fine in both view please attach success result images.

    Thanks

    #33414
    tajimadirect95tajimadirect95
    Participant

    You cannot access this content.

    #33435
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi,

    You have a custom CSS code implemented, which causes it to display on devices below 768px width:

    @media only screen and (max-width: 767px)
    p.showmore {
        display: flex !important;
        justify-content: center;
    }

    If you remove the custom code it will resolve the issue.

    #33453
    tajimadirect95tajimadirect95
    Participant

    Thanks Ernest…

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.