Page 1 of 1

Problem on the top of all the pages

Posted: Wed Mar 06, 2019 8:18 am
by Renaud
Bludit 3.8.1

I have a "lower than" sign on all the pages.
Please see the picture :
Image
( http://www.renaudiltis.com/parURL/bludit_problem.jpg)

Do you know what is the problem?

?> is missing at the end of index.php, but it does not solve the issue.

Best regards,
Renaud.

Re: Problem on the top of all the pages

Posted: Wed Mar 06, 2019 12:33 pm
by bayerberg
If you edited the menu or anything in the header area look for trailing < above any loops. This happens a lot if you switch from html elements to php using echo ' '; it happens to me when I'm in a hurry and template needs tidying up :)

Re: Problem on the top of all the pages

Posted: Wed Mar 06, 2019 1:38 pm
by Renaud
I edited some contents in the theme, but it's on the admin page too...
:cry:

Re: Problem on the top of all the pages

Posted: Wed Mar 06, 2019 6:20 pm
by Edi
Could be a plugin. Which ones are installed and activated?

Re: Problem on the top of all the pages

Posted: Wed Mar 06, 2019 8:36 pm
by Jay
The ==$0 string explicitly shows that the problem lies in template file.
In which one, depends on what type of page the problem occurs.

Re: Problem on the top of all the pages

Posted: Thu Mar 07, 2019 8:48 am
by Renaud
Thank you very much, I will check all my modifications. :oops:

Re: Problem on the top of all the pages

Posted: Thu Mar 07, 2019 11:23 am
by Renaud
If I show the code of the page, the problem is on the first line : "<<!DOCTYPE html>"

Do you know where is located the code witch write this line?

All the plugins are desactivated and it's still the same.

Re: Problem on the top of all the pages

Posted: Thu Mar 07, 2019 12:14 pm
by Edi
Normally it's on top of the template index.php.

Re: Problem on the top of all the pages

Posted: Thu Mar 07, 2019 1:21 pm
by Renaud
OK folks, the typo is in the plugin "lightbox-1.1" ! ;)

See here : https://github.com/clickwork-git/lightb ... plugin.php

Looks good now!

Re: Problem on the top of all the pages

Posted: Thu Mar 07, 2019 1:29 pm
by Edi
Sorry, I have done this...

I will fix the path.