Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #142592
    Paul T
    Participant

    I am using Catchbase Adaptive Pro version 2.5.3 on franciscanfriars.org. I use the infinite scroll click option for post pagination. It is not longer working… no button to click on shows up on large screen, and on smaller screen it shows up in the featured content section, but is not functional. In the older version of the theme, I had been using the following code you gave me:

    .catchadaptive-masonry #infinite-handle {
    bottom: 15px;
    position: absolute;
    text-align: center;
    top: auto;
    width: 100%;
    }

    .catchadaptive-masonry #main {
    position: relative;
    }

    #infinite-handle {
    text-align: center;
    position: unset;
    }


    @media
    screen and (max-width: 990px) {
    .infinite-scroll #infinite-handle {
    margin-bottom: 20px;
    }
    }

    To get it to work on all screens… now it does not work at all.. not sure when it started not working… I am guessing when I updated to latest version of the theme, which was a while ago… but I am not sure. Currently I still have this custom CSS code, but if I take it out, there is no difference.

    #142624
    Skandha
    Participant

    @friarpaul: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #infinite-handle {
        position:relative !important;
    }

    Let me know if does the trick.
    Kind Regards,
    Skandha

    #142653
    Paul T
    Participant

    It works for desktop computer, and my android tablet… (this is an improvement, THANKS!), but it still does not work for iphone with ios11.3. No “Older Posts” scroll button is displayed.

    Note: A DIFFERENT issue: Also of interest, on my iphone the slider image does not work… it only shows the first of my several images and never changes, nor are the slider arrows functional.

    #142698
    Skandha
    Participant

    @friarpaul: Hello there, it is strange that the slider and infinite scroll click is working on everything accept iphones. I checked the theme on iphone and both the slider and infinite scroll click was working fine.
    Can you try disabling all your plugins except the jetpack plugin and check if this solves the issue on iphones? This may be due to plugin conflict.

    Let me know if the issue persist.
    Kind Regards,
    Skandha

    #144735
    Paul T
    Participant

    Bravo Skandha!! Very good job… yes it was a conflict with a plugin. I disabled that plug in and all is well.. By the way in case it helps anyone, the plugin was Livemesh Site Origin Widgets.
    Thanks!

    #144755
    Skandha
    Participant

    @friarpaul: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/catch-adaptive/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help,
    don’t hesitate to let me know. Have a good day!

    Kind Regards,
    Skandha

    #144772
    Paul T
    Participant

    Hello Skandha,
    I tried to follow the link to leave a review… I can’t get in… It is asking for my WordPress login, which seems weird, but even so when I entered that it refused to accept.. yet I’m sure I put in the correct info!

    #144845
    Skandha
    Participant

    @friarpaul: You will need to login with your wordpress username and password to be able to leave a review.

    Kind Regards,
    Skandha

    #144987
    Paul T
    Participant

    really, i’ve tried over a half dozen times… i’ve even verified my username and password, I can login to wordpress, but when i try to leave you a review, and login with the same username and password that worked on wordpress, it will not work to leave you a review…

    if it is still my user error, we can just let it go, but I bring it up in case there is something that is preventing you from getting more favorable reviews!

    Peace

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Infinite Scroll (Click) Pagination Style for posts not working’ is closed to new replies.