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

timbo2’s picture

Title: test hidden on page » text hidden on page
<body class="html not-front not-logged-in one-sidebar sidebar-first color-scheme-custom pixture-reloaded fs-smallest bs-n bb-n mb-dd mbp-l rc-4 ia-r bf-l snf-l ssf-l ptf-l ntf-l ctf-l btf-l">
<div id="cboxOverlay" style="display: none;"></div>
<div id="colorbox" class="" style="padding-bottom: 25px; padding-right: 30px; display: none;">
<div id="cboxWrapper" style="">
<div style="position: absolute; width: 9999px; visibility: hidden; display: none;"></div>
</div>
<div id="skip-link">
<div class="texture-overlay">
<div id="page" class="container">
<header id="header" class="clearfix" role="banner">
<div class="header-inner clearfix">
<div id="branding">
<div id="logo">
<hgroup>
<h1 id="site-name">
<a title="Home page" href="/commerce/">Ambient Monitors, Inc.</a>
</h1>
<h2 id="site-slogan">We Make Monitoring EASY</h2>
</hgroup>
</div>
<div class="region region-header">
</div>
</header>
<nav id="breadcrumb">
<div id="columns">
<footer id="footer" role="contentinfo">
</div>
</div>
</body>
Jeff Burnz’s picture

This 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.

timbo2’s picture

H 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

Jeff Burnz’s picture

I'm not really sure what you are asking.

timbo2’s picture

ok,
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.

Jeff Burnz’s picture

Well, in colors.css the body text color is set to nearly the same as the background:

body {
  color: #feffff;
  background: #f2f7ec url(bg-wall.png) repeat-x left top;
}

Essentially nearly white on white - not sure if that is what you intended or is a bug.

timbo2’s picture

I'm not sure why it was like that... but it's fixed now.
Thanks again for your help!

Jeff Burnz’s picture

Status: Active » Fixed

Awesome.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Anonymous’s picture

Issue summary: View changes

removed block of code, the op added it to the first comment