Weird Problem ?

Discussion in 'HTML & Website Design' started by @SickFooDino, Jun 11, 2011.

  1. #1
    Ohkay so my new website: www.trance-sylvania.com everything seems to be working fine but I noticed I CAN'T SEE MY MENU when i go on my website? I can't. I called 4 friends all using diffrent browsers AND THEY CAN SEE IT? but then icalled another and one cant. So including me 6 people tested it. 2 can't see it and 4 can?

    Heres a screenshot of mine: [​IMG]

    you see i don't see my menu? other people do? i know it isn't my settings or anything i just have no idea why. i cleared everything chachie, cookies, etc I ALSO EVEN used CHROME && IE samee thing menu doesn't show.

    please help??!
     
    @SickFooDino, Jun 11, 2011 IP
  2. AnotherRob

    AnotherRob Peon

    Messages:
    11
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Ive just had a little play with your site.
    Menus show in IE8,Safari,Chrome,Oprea. Not show in Firefox. Also using FF menus do show in /asot,/festival,/follow and /sets.
    There is possilbly a .css I cant find as I can change the words in your menu but it remains in lowercase even if I use caps, like you have in line 51( in your other pages ASOT is shown in Uppercase at the bottom menu).
    If I block out lines 150-327 I can get the menus to show (putting any of the " <div class="post post infinite removeonceloaded" " back in causes the menus to disappear again. Maybe you made an error in one of them and copied & pasted the error ( I have when trying to finish in a hurry :))
    My Validator told me there was " no </div> for line 85, I put it in line 328. It made the validator happy but Im not sure whre it should be.
    Sorry I havent found the cause but maybe Ive narrowed it now a bit for you.
    Cheers
     
    AnotherRob, Jun 12, 2011 IP
  3. harry.singh

    harry.singh Active Member

    Messages:
    38
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    98
    #3
    checked in FF and Chrome ... it loads fine
     
    harry.singh, Jun 12, 2011 IP
  4. @SickFooDino

    @SickFooDino Peon

    Messages:
    24
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    im a complete noobb, what do you mean? please help :l what do i gotta do?
     
    @SickFooDino, Jun 12, 2011 IP
  5. IberoMedia

    IberoMedia Peon

    Messages:
    35
    Likes Received:
    1
    Best Answers:
    1
    Trophy Points:
    0
    #5
    I opened your website in Opera, Chrome, FF, and IE. Your menu appears in all of these.
     
    IberoMedia, Jun 12, 2011 IP
  6. AnotherRob

    AnotherRob Peon

    Messages:
    11
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    I have been playn with your code and think I have found the cause of your prob.
    No 2 browersrs output what "you" have written EXACTLY the same The cause for your prob has been FF uses slightly larger fonts, therefor what fitted perfect on IE etc was too big for FF.
    To fix it I suggest you save ALL the code you have to an other file. (Cause if what I tell you fails :-( you still have a base to work from.) Work from a copy.
    In your files you have file called " trance-sylvania.com/wp-content/plugins/wordpress-popular-posts/style/wpp.css" open it and you will see" .blogInfo a { text-transform:capitalize; font-size:36px; color:#fff; } "
    Change your font size from 36 to a smaller size. I got it to work at 34 but it will be trial and error to see what fits and works.
    Cheers
     
    AnotherRob, Jun 12, 2011 IP
  7. @SickFooDino

    @SickFooDino Peon

    Messages:
    24
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    that code line isn't on there check your MESSAGES.
     
    @SickFooDino, Jun 13, 2011 IP
  8. Alex210

    Alex210 Well-Known Member

    Messages:
    214
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    150
    #8
    It is not weird, it is your CSS and you can fix it by modifying the #header div padding.

    cheers,
     
    Alex210, Jun 13, 2011 IP
  9. @SickFooDino

    @SickFooDino Peon

    Messages:
    24
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #9
    Thats why, how do i ? Im a noob at this what exactly do i gotta edit or whatever?//:
     
    @SickFooDino, Jun 13, 2011 IP
  10. Alex210

    Alex210 Well-Known Member

    Messages:
    214
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    150
    #10
    Go to your CSS file and search for the #header div

    You will see this:

    #header div {
    float: left;
    margin: 0;
    padding: 20px 0 18px 30px;
    text-shadow: none;
    }

    That is the line you have to edit because at those values your header div gets out of place (hidden) on some monitors and that is why your menu cannot be seen by everyone.

    regards,
     
    Last edited: Jun 14, 2011
    Alex210, Jun 14, 2011 IP
  11. @SickFooDino

    @SickFooDino Peon

    Messages:
    24
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #11
    what style? style.css ?
     
    @SickFooDino, Jun 14, 2011 IP
  12. Alex210

    Alex210 Well-Known Member

    Messages:
    214
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    150
    #12
    Yes, that is the one:).
    However, i`ve sent you a pm with what you have to do to fix your site so, check your Inbox and feel free to pm me if there is something you dont understand.

    cheers,
     
    Alex210, Jun 15, 2011 IP