• I am starting to have some issues on my site and I have not changed anything to effect them.

    1. The google ads banner at the top of my site is cut off and it just started happening 2 days ago.

    2. Two pages on my site I have set to full, no sidebar and they are showing as if the sidebar is there but it is not, so it’s only taking half the page.

    What could be causing these?

    My site is frugaltexasdiva.com

Viewing 4 replies - 1 through 4 (of 4 total)
  • This looks like you might have an issue with the html code. Whenever you see red coding in the page source view of FireFox, that’s an indication there was a problem the browser tried to fix. For example, this Facebook related code has been accidentally inserted into the <head> of the site:
    <div id="fb-root"></div>
    That causing the browser to switch to <body> content prematurely. You will want to review what is causing that issue and move the code to the <body> content area of the site.

    Facebook suggests that code goes right after the opening <body> tag, such as in the ‘header’ of the site (the top area of the page content – not the <head>). Depending on your theme, you maybe able to do that via a text widget.

    Thread Starter Teresa Batey

    (@frugaldiva)

    I see the code but not sure how it got there nor do I know how to fix it, any ideas?

    The code is part of Facebook’s sharing system, so you might want to start with social media related plugins or code that was added.

    Thread Starter Teresa Batey

    (@frugaldiva)

    There was one plugin like that that I installed recently and I figured that might be it so I uninstalled it a bit ago but the issues are still there and not sure what to do now

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Site issues’ is closed to new replies.