Hi all..... what has gone wrong with my site?? cant figure this out....is it a plugin issue?....div tag issue?? this is driving me nuts....out of the blue....it was fine....and now this... http://www.italianhomerecipes.com please help... any ideas? thanks tony
it looks like it could be a plug in or something you've added. blogs can be like this, you change one little thing and it causes all sortsof problems. I checked the rest of your site and most of it seems to be working ok. You need to work back and try and undo whatever is causing it. Did you back up your site because you may have to start again. Tim
<center><a href="http://www.greekhomerecipes.com" target="_blank"><img src="http://www.italianhomerecipes.com/wp-content/themes/TripleK2/images/ghr-125x125.gif"</a></center> <br/> <center><a href="http://www.spanishhomerecipes.com" target="_blank"><img src="http://www.italianhomerecipes.com/wp-content/themes/TripleK2/images/spanishhomerecipes125x125.gif"</a></center> HTML: there's an error on your image tag
tim....thats the thing...i didnt do anything...have no idea...only thing i did was approve a comment....could that of done it??......how do i fix that...if that was the case? tony
<img src="http://www.italianhomerecipes.com/wp-content/themes/TripleK2/images/ghr-125x125.gif" > <---you forgot this one dont know if it matters your pages are workin well
ok...fixed it...but that isn't causing the problem......how the heck can i site just break like this? drives me nuts....any ideas? tony
You have a gawdawful potload of errors in your html. There are just too many things in your document that are just not allowed. It's a wonder it loads at all. You have CSS errors, which may or may not be intentional. If you're applying box model hacks, don't. You have a script error at line ≈618. "animatedcollapse is not defined". You have scripts after closing html. You cannot expect proper behavior if you don't mark things up properly. cheers, gary
so....Gary.....what triggered this break?....i havent done any coding tweaks to site at all....if it was fine 1 month ago....3 months ago..etc...what just happened to have caused this?......how do i fix this script error u are referring to above? tony
Hey tonyfloyd. Could you elaborate more on what part of your website is broken? I just went to your site using Mac Firefox browser and everything seems to work okay!
The trouble is, that when there are so many errors, it is extremely difficult to find the cause of anything. It could very well be that even a valid tag could cause the browser to mis-guess how to handle an error elsewhere. Among the professionally oriented forums and lists, it is expected that all markup and css be valid as a baseline requisite. If the page has been working, something has changed or there would be no change in the rendering. The script error is that a call to a variable or function failed because that variable or function had not been defined within the scope of the calling function. You'll just have to study the script to determine the what's what. You can find out whether the javascript is the problem by disabling javascript to see if the problem goes away. cheers, gary
ok...sees ite now...i had to remove static page...all pages are ok...except for homepage......any ideas?
it seems to be a script error loading issue....i have no idea in determining what's what...nor where to even begin looking......how do i go about disabling javascript to see if this is the issue? thanks tony
In Firefox, the web developers extension, use the disable function. Or, click tools⇒options⇒content⇒unset 'enable javascript'. In IE6, setting the security level to high disables javascript. I haven't checked IE7. //edit: Same with IE7. cheers, gary
it loads in IE7 with the top half then the lower half, but doesn't show anything wrong... hope this information helps...
Just went to the main page of the site again and it looks great! sorry I realized you sent me a PM last night and I didn't get it until this morning. Maybe you fixed it already.