designr86
Member
Posted 8 months ago #
I'm having a weird problem. Since a short time, on every single page the number 1 appears on the top left corner above my footer.
I already checked the header pages and it isn't there. So something is generating this, or maybe a css problem?
Anyone knowing this issue?
check the problem = http://www.tdesigns.be (and all other pages).
Thanks in advance!
It's coming in in your heads ection, between the code for some sort of scroller, and what looks like theme stuff....
http://validator.w3.org/check?uri=http%3A%2F%2Ftdesigns.be%2F&charset=%28detect+automatically%29&doctype=Inline&ss=1&group=0&user-agent=W3C_Validator%2F1.2
Scroll down, it's on line 109 here
Dunno what's causing it, but hopefully that helps you investigaet
designr86
Member
Posted 8 months ago #
Thanks for this info.
I checked everything said in the validator. But the problem is that the number is generated by something so it only is trackable viewing the source code in a browser. When I open the header page, it isn't there...
Hope someone can help me with this issue...
the 1 seems to be in the section (wp_head()) that functions as a hook for output by plugins.
try to deactivate all plugins to see if that solves the problem; then re-activate one plugin at a time to find the problem one.
designr86
Member
Posted 8 months ago #
Found the problem.
An update of php and MySQL version did the trick ;-)