• Resolved RoselleCelina

    (@rosellecelina)


    Hi Sebastien,

    I am using your custom genesis child theme with this plugin. Everything went smoothly until I noticed a few things:

    1) If the plugin is activated, I cannot install other plugins via the WordPress plugins directory or by upload. Every time I try, I get this error:

    Installation failed: Download failed. cURL error 77: Problem with the SSL CA cert (path? access rights?)

    I can, however, upload via FTP and it works fine. It’s just a pain, and wondering why and error occurs.

    2) I have a sticky div that appears whenever a user scrolls down past 500px. It works on all pages except for the single posts. Is there a way we can get this to work?

    Thanks,
    Roselle

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Sébastien Dumont

    (@sebd86)

    1) You may want to check with your web host for SSL issues.

    2) Auto Load Next Post only works on posts not pages and does not add any sticky div as the user scrolls.

    You may have other plugins causing this issue. This is not related to Auto Load Next Post unless you can show some definitive proof that an error is coming from Auto Load Next Post in an error log.

    Thanks.

    P.S. The link provided did not load.

    Thread Starter RoselleCelina

    (@rosellecelina)

    Thanks for the quick response!

    RE: the cURL error
    I just got off the chat box with my host and basically, the issue was that I was using PHP 5.4 and I needed to update to PHP 7.1 and add the proper php.ini for 7.1. After that, the error went away –yay!

    RE: Sticky div
    Yes, I understand that the plugin only works on posts and not pages. I meant to say that I have a sticky header script that works everywhere on the site, except for when the plugin is activated, the sticky header disappears, but only on posts. I was wondering if there was a way I could have both the plugin and my sticky header on posts.

    Thanks

    P.S. Oh sorry, I forgot the TLD in the link. It’s here: https://roselleignacio.com/test-03

    Thread Starter RoselleCelina

    (@rosellecelina)

    RE: sticky div

    Figured it out. Just had to wrap my sticky header code in this

    jQuery(function($) {
    // code here
    });

    Sticky header now works with this plugin.

    Plugin Author Sébastien Dumont

    (@sebd86)

    That is great news.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Cannot install other plugins if this plugin is activated’ is closed to new replies.