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

This topic contains 3 replies, has 2 voices, and was last updated by tajimadirect95 tajimadirect95 1 year, 10 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #33411
    tajimadirect95
    tajimadirect95
    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

    Attachments:
    You must be logged in to view attached files.
    #33414
    tajimadirect95
    tajimadirect95
    Participant
    You cannot access this content.
    #33435
    Ernest Marcinko
    Ernest 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.

    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


    #33453
    tajimadirect95
    tajimadirect95
    Participant

    Thanks Ernest…

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

You must be logged in to reply to this topic.