What is causing my site to not load properly??

Discussion in 'HTML & Website Design' started by tonyfloyd, May 2, 2008.

  1. #1
    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
     
    tonyfloyd, May 2, 2008 IP
  2. jammy467

    jammy467 Peon

    Messages:
    65
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    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
     
    jammy467, May 2, 2008 IP
  3. KnuTz

    KnuTz Well-Known Member

    Messages:
    169
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    130
    Digital Goods:
    1
    #3
    <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 :D
     
    KnuTz, May 2, 2008 IP
  4. tonyfloyd

    tonyfloyd Well-Known Member

    Messages:
    1,230
    Likes Received:
    37
    Best Answers:
    0
    Trophy Points:
    140
    #4
    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
     
    tonyfloyd, May 2, 2008 IP
  5. tonyfloyd

    tonyfloyd Well-Known Member

    Messages:
    1,230
    Likes Received:
    37
    Best Answers:
    0
    Trophy Points:
    140
    #5
    wheres the error?...looks fine to me....
     
    tonyfloyd, May 2, 2008 IP
  6. KnuTz

    KnuTz Well-Known Member

    Messages:
    169
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    130
    Digital Goods:
    1
    #6
    <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
     
    KnuTz, May 2, 2008 IP
  7. tonyfloyd

    tonyfloyd Well-Known Member

    Messages:
    1,230
    Likes Received:
    37
    Best Answers:
    0
    Trophy Points:
    140
    #7
    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
     
    tonyfloyd, May 2, 2008 IP
  8. tonyfloyd

    tonyfloyd Well-Known Member

    Messages:
    1,230
    Likes Received:
    37
    Best Answers:
    0
    Trophy Points:
    140
    #8
    any thoughts...ideas...help?

    thanks
    tony
     
    tonyfloyd, May 2, 2008 IP
  9. kk5st

    kk5st Prominent Member

    Messages:
    3,497
    Likes Received:
    376
    Best Answers:
    29
    Trophy Points:
    335
    #9
    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 &#8776;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
     
    kk5st, May 2, 2008 IP
  10. tonyfloyd

    tonyfloyd Well-Known Member

    Messages:
    1,230
    Likes Received:
    37
    Best Answers:
    0
    Trophy Points:
    140
    #10
    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
     
    tonyfloyd, May 2, 2008 IP
  11. gchang

    gchang Peon

    Messages:
    10
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #11
    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!
     
    gchang, May 2, 2008 IP
  12. kk5st

    kk5st Prominent Member

    Messages:
    3,497
    Likes Received:
    376
    Best Answers:
    29
    Trophy Points:
    335
    #12
    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
     
    kk5st, May 2, 2008 IP
  13. tonyfloyd

    tonyfloyd Well-Known Member

    Messages:
    1,230
    Likes Received:
    37
    Best Answers:
    0
    Trophy Points:
    140
    #13
    ok...sees ite now...i had to remove static page...all pages are ok...except for homepage......any ideas?
     
    tonyfloyd, May 2, 2008 IP
  14. tonyfloyd

    tonyfloyd Well-Known Member

    Messages:
    1,230
    Likes Received:
    37
    Best Answers:
    0
    Trophy Points:
    140
    #14

    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
     
    tonyfloyd, May 2, 2008 IP
  15. kk5st

    kk5st Prominent Member

    Messages:
    3,497
    Likes Received:
    376
    Best Answers:
    29
    Trophy Points:
    335
    #15
    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
     
    kk5st, May 3, 2008 IP
  16. angeleyes20

    angeleyes20 Banned

    Messages:
    296
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    0
    #16
    it loads in IE7 with the top half then the lower half, but doesn't show anything wrong...

    hope this information helps...

    :D
     
    angeleyes20, May 3, 2008 IP
  17. gchang

    gchang Peon

    Messages:
    10
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #17
    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.
     
    gchang, May 3, 2008 IP