- This topic is empty.
-
AuthorPosts
-
September 23, 2012 at 10:52 pm #39980
silverlulu
Participanthi, i have been working on this website and everything was looking good, but i must have made a mistake with something, and now its only displaying the the header.
http://bv.convertwebtraffic.com.au/
i have gone through the files but can’t see where the error is. i am working off the twenty eleven theme and i am completley lost as to how to fix it.
please can someone help me fix this? i would really appreciate it
it is supposed to display the navigation bar, then the image slider is to the left with a sidebar on the right and footer. for some reason when i look in firebug its saying that all the structure is there, but my css could be stopping it showing properly? could this be a simple css error because i haven’t closed off a line of code?
thanks in advance
September 24, 2012 at 12:14 am #110638RobbyMcCullough
MemberHi silverlulu,
I took a quick peek at your website and couldn’t immediately see what was going on. But, what I do in those kinds of situations is to try and pin down where the error is. You can try opening your CSS file and take out the bottom half of the file (save a backup obviously =D ) and refresh. If that fixes the problem, you know the problem is in the half you removed.
From there, rinse and repeat this process of taking out chunks of your CSS until you find the rule/rules that are causing the error. Hope that helps you get it figured out!
September 24, 2012 at 1:05 am #110641Anonymous
InactiveLol, @RobbyMcCullough, that’s actually a pretty good tip!
September 24, 2012 at 1:40 am #110642bhagavan
ParticipantHi Buddy
First you should look at css file for lot of display nones at header, footer etc..
http://bv.convertwebtraffic.com.au/wp-content/themes/twentyeleven/style.cssSeptember 24, 2012 at 1:57 pm #110686TheDoc
MemberHmmmmm. Something is definitely broken but I can’t seem to find it.
September 24, 2012 at 2:30 pm #110692Senff
ParticipantYour secondary block doesn’t show because it has class “widget-area” which is set to
display:none;
.The footer doesn’t show because it has id “colophon” which is set to
display:none;
.Not sure if that’s where you’re stuck but you might want to start looking there.
-
AuthorPosts
- The forum ‘CSS’ is closed to new topics and replies.