I have somehow damaged my website; the text in the body of the page is hidden. If I drag the mouse with the button down, the text highlights on the page (it IS still there). The following was captured via firebug:
The visibility: hidden thing seems to be the intermediate cause (I did turn colorbox off and still had hidden text, but I then couldn't track the apparent cause).
I noticed that if I switch to bartik theme, the text shows up.
I could really use some advice on how to fix this.
My best guess is that I broke it when playing around with some title font sizes, etc. trying to tweak the appearance of the site before I go live.
This same problem was on drupal 7.12, and remained when I updated to 7.17. Adaptive 7-2.2 had it, and upgrading to 2.3 also did not relieve the problem.
Thanks for any input you can offer.
Comments
Comment #1
timbo2 commentedComment #2
Jeff Burnz commentedThis appears to be wrapping almost all the page output, which is display none:
<div id="colorbox" class="" style="padding-bottom: 25px; padding-right: 30px; display: none;">I don't know if that is the actual output you have captured or you edited it somewhat, but it's not right at all, very broken indeed.
We will need a link to the site.
Comment #3
timbo2 commentedH Jeff,
thanks for responding so quickly. My public-facing site has a different issue; this output was copied directly from firebug, coming from my local test server (no other editing, but I just selected what I thought would be meaningful). This setup DID work perfectly at one time.
I had not intended for it to be remotely available, although it is of course possible. Would it be possible for me to gather other supporting output to achieve the same result? In the mean time, I'll try to get it to the point of being accessible through my firewall.
thanks,
Tim
Comment #4
Jeff Burnz commentedI'm not really sure what you are asking.
Comment #5
timbo2 commentedok,
I loaded the problem child to http://ambient-monitors.com/html/www/ambient. you can note the problem in the product pages there, where large voids of space appear, there is really text.
Comment #6
Jeff Burnz commentedWell, in colors.css the body text color is set to nearly the same as the background:
Essentially nearly white on white - not sure if that is what you intended or is a bug.
Comment #7
timbo2 commentedI'm not sure why it was like that... but it's fixed now.
Thanks again for your help!
Comment #8
Jeff Burnz commentedAwesome.
Comment #9.0
(not verified) commentedremoved block of code, the op added it to the first comment