• Resolved ideesigner

    (@ideesigner)


    Dear Hector, I’m using your plugin for quite a while to display popular posts for a CPT – currently it’s WPP v 6.2.1 . This worked quite well until very recently (today?). Was it maybe due to the upgrade of WPP to 6.2.1?

    The issue is that the CSS for the wpp div is not loaded anymore. I haven’t changed anything, despite the upgrade of your plugin (and other upgrades).

    The WPP section is loaded via a GeneratePress Hook (wpp_get_mostpopular function). CSS is defined properly and hasn’t been changed.

    In the frontend the WPP is starting with a <div class=”wpp-shortcode wpp-ajax”>. The CSS classes are visible in the html as defined. But they are not loaded. Instead the standard CSS for ul, li and so on is loaded.

    Do you have an idea how to fix this issue? Is there an option to get the old version of WPP?

    Best regards, Matthias

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Hector Cabrera

    (@hcabrera)

    Hi @ideesigner,

    Hard to say without more details since I’m not familiar with your site 😛

    So you’re saying that you’re seeing a completely unstyled list of popular posts? Or is it that your popular posts aren’t loading at all?

    Thread Starter ideesigner

    (@ideesigner)

    Hi Hector,

    thank you so much for your swift reply.

    The list of popular posts appears as defined in the code. But the styling from my custom CSS (injected by a snippet puglin) is gone. I really don’t know what has happened, because I hadn’t changed anything in the setup besides plugin updates.

    I found a solution by adding the CSS to the custom CSS section in the Customizer. That is loaded quite late in the header. So, I believe something overwrote my CSS snippet.

    All the best to you!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘WPP CSS not loading anymore’ is closed to new replies.