Viewing 9 replies - 1 through 9 (of 9 total)
  • It looks like your header.php file is messed up – have you modified it?

    There are major mark-up errors:

    https://validator.w3.org/check?uri=http%3A%2F%2Fwww.liberonetwork.com%2Fresources&charset=%28detect+automatically%29&doctype=Inline&group=0

    Thread Starter laurenbersaglio

    (@laurenbersaglio)

    Wow, that is a lot of errors. I had not modified the header.php before the problem arised (meaning I modified it a long time ago, but there weren’t any problems until recently and I haven’t made recent modifications).

    Is there an easy fix for this? Or do I go through that list and fix the errors manually?

    For something like this for example:
    Error Line 65, Column 7: Stray end tag head.

    </head >

    Is it just “upset” because there is a space before the closing parenthesis? Or is there a bigger error.

    I know the basics of CSS/HTML but am definitely no web developer!

    Thanks!

    possibly caused by the ‘Social Sharing Toolkit’ plugin in conbination with the ‘read more’ of the excerpt;

    this is the line in the html in the browser which causes the problem:
    <meta property="og:description" content="We understand that when looking for helpful resources it can be difficult to know where to start – What are the good books?… <a class="readmore" href="https://www.liberonetwork.com/resources">more &raquo;</a>"/>

    the code of the plugin seems to be using some unescaped output based on ‘get_the_excerpt()'(?) or similar.

    if you can identify the plugin, and if it is from https://www.ads-software.com/plugins/, please post in the plugin’s support section.

    Thread Starter laurenbersaglio

    (@laurenbersaglio)

    Thanks for the info! I don’t really need Social Sharing Toolkit, so I will disable it and see if that does anything.

    Do you know where I would go to fix the line you pointed out? Would it be in post.php or page.php? It shows up on every page (not just that one) so I’m assuming it’s hidden somewhere in an editor file?

    Thanks!

    Thread Starter laurenbersaglio

    (@laurenbersaglio)

    Deactivating Social Sharing Toolkit worked! I believe the problem has been resolved!

    However, as I mentioned in a previous forum (but am still awaiting a response) my navigation buttons “older entries” “newer entries” have disappeared from all of my archive pages. Could you see a reason for this in any of the errors you pointed out in that link?

    Thanks!

    where I would go to fix the line you pointed out?

    this line is likely generated by the plugin – therefore you would need to edit the plugin’s code.
    once the plugin is deactivated, the line (and the stray output) should be gone.

    Thread Starter laurenbersaglio

    (@laurenbersaglio)

    OK makes sense, thanks!

    Thread Starter laurenbersaglio

    (@laurenbersaglio)

    PS – I am also chatting with my theme company, and they’ve resolved the issue with the archive pages. So no worries.

    All my problems are getting resolved today!

    Thread Starter laurenbersaglio

    (@laurenbersaglio)

    (forgot to hit “mark as resolved”)

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘"more ?"/> " appears at top of every post and page’ is closed to new replies.