Forum Replies Created
-
In reply to: Son of Suckerfish dropdown menu breaks when #header is modified in CSS
February 22, 2011 at 3:13 am #12715My menu bar is silver out of the box, although the slider border is blue. Firebug and Web Developer for Firefox are great ways to figure things out. If you’re not familiar with them, including a URL would help others to help you.
I’d love to beta test as well.
In reply to: Son of Suckerfish dropdown menu breaks when #header is modified in CSS
February 21, 2011 at 11:33 pm #12713I did the same thing (change my header from 198 to 100) and the menu works fine. How and where did you change your header height? The method might be the problem.
I did it with the following CSS in the Graphene Display > Custom CSS box. I had to change a number of CSS classes; it would be easy to miss one. Here’s what I used:
#header{
background-color:#000;
background-repeat:no-repeat;
height:100px;
width:900px;
position:relative;
-moz-box-shadow:0 2px 5px #555;
-webkit-box-shadow:0 2px 5px #555;
box-shadow:0 2px 5px #555;
}
#header h1{
position:relative;
top:20px;
left:18px;
width:852px;
font:bold 28px "Trebuchet MS";
}
#header h1 a, #header h1 a:visited{
text-decoration:none;
}
#header h2{
color:#000;
border-bottom:none;
position:relative;
top:20px;
width:852px;
left:18px;
}
#header_img_link{
text-decoration:none;
width:900px;
height:100px;
display:block;
position:absolute;
}Back to Beatrice’s original question: I made this work using the Graphene Options page. I assigned one category to the slider (for example, “slider”) and then a different one for what I want to show up on the front page below the slider (for example, “front page posts”). I don’t show categories in my posts but, if you do, you’d just have to choose your category names more carefully.
I was actually adjusting Graphene options and display options when the slider stopped working, so I suspect the problem is some combination of choices there. However, I did deactivate and remove all of my plugins, cleared my cache, and tried the site again. Slider still doesn’t work. Also, when the slider stops changing, the little dots under the slider that should let you move to a new slider post also stop working (clicking them just refreshes the home page).
Any ideas>
I seem to have the same problem: my slider doesn’t change. It was changing, but it stopped. My site is jmek.net/litquake.
