Jump to content

Where to delete?


DEJANC

Recommended Posts

Hello

 

For front office modules go to:

Back office > Modules > Modules > Front office features

 

For the "at" in the top left corner, as already said by NewbieSVK you can try the home text editor but I wonder have you downloaded any html module recently.

 

Paul

Link to comment
Share on other sites

Thanks for answer. But I notice I even cant get access to modules:

 

I receive error:

 

[PrestaShop] Fatal error in module dboptimization:

syntax error, unexpected '<'

 

 

How to solve that?

 

did you resolve this issue?

 

if not follow this: http://www.prestashop.com/forums/topic/224525-how-to-turn-on-error-reporting-for-debug-information/ to get underlying issue.

 

as for additional characters,  this may or may not go away with fixing this.  if not best to post your front office url for review.

Link to comment
Share on other sites

My guess is still that it's something wrong with your .tpl files, because there's a stylesheet included in html body, but it needs to be between head tag. So maybe some tag is missing some character or something. How your google ads codes are displayed? Through tpl file, or by some module?

Link to comment
Share on other sites

You have typo in HTML.

<body id="index" class="index hide-left-column hide-right-column lang_si">
    <div style="width: 30px; height: 100px; display: block; position: fixed; left: 10px; top: 150px; background: none;">
    <div style="width: 30px; height: 100px; display: block; position: fixed; right: 130px; top: 150px; background: none;">
    at
    <link media="all" type="text/css" href="http://fonts.googleapis.com/css?family=Open+Sans:300,600&subset=latin,latin-ext" rel="stylesheet">

The first two divs are ads on the left and right.

Link to comment
Share on other sites

You have typo in HTML.

<body id="index" class="index hide-left-column hide-right-column lang_si">
    <div style="width: 30px; height: 100px; display: block; position: fixed; left: 10px; top: 150px; background: none;">
    <div style="width: 30px; height: 100px; display: block; position: fixed; right: 130px; top: 150px; background: none;">
    at
    <link media="all" type="text/css" href="http://fonts.googleapis.com/css?family=Open+Sans:300,600&subset=latin,latin-ext" rel="stylesheet">

The first two divs are ads on the left and right.

 

That I also found, but I dont know in which file I can delete that.... :)

Link to comment
Share on other sites

You are right. It is really tough to find it. I think it has something to do with these two Google ads on the left and right and maybe the "at" is generated by JavaScript.

 

I suggest to disable modules one-by-one, without caching and CCC. You can hope that it will disappear and you will know.

Link to comment
Share on other sites

×
×
  • Create New...