Unknown Error

Posted in: Newspaper
Post count: 51

Hi there, I bought the theme a week ago to update my website. I am still working in localhost and something happened and I don’t know how to fix.

Every page that I enter has this error: class=”archive category category-dicas category-146 logged-in admin-bar no-customize-support td_category_template_6 td_category_top_posts_style_4 wpb-js-composer js-comp-ver-4.11 vc_responsive td-animation-stack-type0 td-full-layout” itemscope=”itemscope” itemtype=”http://schema.org/WebPage”>

As you can see here http://snag.gy/JQmF3.jpg .

I thing this started when I putted the Google Analytics UA,and then take it off.

Can you help me?

Post count: 22421

Hi,
This error is most likely due to custom modifications you made to the html code. Did you add an extra body class here: http://screencast.com/t/1tHuIGHqPuD or custom modifications in the code. Please check your theme panel for any custom code or if you modified the files, restore the theme to it’s default state.
Thank you!

Post count: 51

Found it, I putted the code bellow in header.php to activate the Facebook Page Plugin. Is that anyway to do this without this error?

<div id=”fb-root”></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = “//connect.facebook.net/pt_BR/sdk.js#xfbml=1&version=v2.5&appId=1661209074153492”;
fjs.parentNode.insertBefore(js, fjs);
}(document, ‘script’, ‘facebook-jssdk’));</script>

Post count: 22421

Hi,
You can place the code inside the head tags but mind where you add the code: http://screencast.com/t/xFQAkPOf6
Thank you!

Post count: 51

WORKED! THANK YOU SO MUCH!

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.