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: 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??!
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
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
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,
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,