• Resolved kimcoetzee

    (@kimcoetzee)


    Hi There

    I noticed an odd problem on my dev site.

    If you click the Read More button on the first article it doesn’t take you to the article. Instead, it reopens the page.

    But if you click the title or image of the first post, as well as any of the read more links and any other link (Image & title) for the second third etc articles then they work.

    Just not that first read more button.

    Hoping you guys can see what could be causing the problem.

    Regards
    Kim

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author livemesh

    (@livemesh)

    Sorry to miss this query. For some reason, www.ads-software.com notification for new support requests does not seem to work reliably anymore.

    I noticed that the issue no longer exists. I am curious – what was the issue really and how was it resolved?

    Thread Starter kimcoetzee

    (@kimcoetzee)

    Hi Livemesh

    The problem has not been resolved. However, it’s not consistent.

    As we speak the site I referred you to, rio.peermont.co.za works. however peermont.com does not work. Not only that but in this situation, none of the read more links work.

    Please have a look and let me know if you can see what’s causing it.

    Thank You

    Plugin Author livemesh

    (@livemesh)

    The plugin utilizes the standard WP function get_the_permalink() to obtain the link to the currently active post. We can fix this quickly by changing it to get_the_permalink($post_id) in the code wp-content/plugins/livemesh-siteorigin-widgets/includes/widgets/lsow-portfolio-widget/tpl/default.php at line number 214 of the file.

    However, since other functions are working fine, I am thinking there is a plugin which is affecting this function. Is it possible to deactivate a couple of plugins and check if the error gets fixed? I am thinking about megamenu plugin which you have activated on the site which has this issue. You can quickly deactivate the plugins that you do not have enabled on the other site and see if that helps.

    Thread Starter kimcoetzee

    (@kimcoetzee)

    Thank you for that fix. Changing line 214 worked.

    Please advise if that file will ever be changed when you guys do updates?

    wp-content/plugins/livemesh-siteorigin-widgets/includes/widgets/lsow-portfolio-widget/tpl/default.php

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘The first Read More link not working on Post Grid Widget’ is closed to new replies.