• Resolved ezzabne

    (@ezzabne)


    I am not sure if this broke after the 4.5.2 update or the update 3.6.1 last week. The site is aip.asn.au and the latest “News” and latest “Publications” are not displaying. I have checked the config in teh backend and it is correct.

    If I view source I can see the text, but it does not show. Maybe it is a CSS issue.

    Can someone point me in the right direction or give me some clues to resolve?

    https://www.ads-software.com/plugins/wp-latest-posts/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author JoomUnited

    (@joomunited)

    Hi,

    Yes it seems you got a JS error from a plugin called “Magnific popup”? I think it’s generates a problem in the JS.

    To fix the display add some custom CSS in your news block, it should do the trick:

    .wpcufpn_container.default .defaultflexslide > li {
        display: inherit;
    }

    Let me know.
    Cheers,

    Thread Starter ezzabne

    (@ezzabne)

    Hi Thanks for that.

    Can I clarify – where exactly do I need to add that css snippet?

    Sorry if that is dumb question, but I am not sure where ??

    Plugin Author JoomUnited

    (@joomunited)

    Thread Starter ezzabne

    (@ezzabne)

    Ok got it, thanks.
    I have added that, I can see that the box is larger dimensions, but still not displaying.

    Have I missed something?

    Cheers

    Thread Starter ezzabne

    (@ezzabne)

    Further I notice this is configured to show 500 words of text and only the url is coming through

    Plugin Author JoomUnited

    (@joomunited)

    Yes, I think this is this JS error that prevent all the content to be generated. There’s only empty links. Can you try to disable the plugins, you may find where the problem come from.

    Cheers,

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘"Latest News" is not displaying after update WP Latest Post plugin’ is closed to new replies.