hazelbug
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: [Plugin: NextGEN Gallery] Adjusting Slideshow Font Size and StyleSomething that I find very useful is “firebug” through mozilla. You can ‘inspect’ when you hover and it will tell you what certain things are named in the style sheet.
Forum: Fixing WordPress
In reply to: [Plugin: NextGEN Gallery] Adjusting Slideshow Font Size and StyleUnder “Gallery” you will see “Style”… that is they style sheet for NextGen. I believe that is where you would do it and you would need to know CSS.
Forum: Fixing WordPress
In reply to: Disabling the tag line?look in the ‘header.php’ file and remove this
<div id="tagline"><?php bloginfo('description'); ?></div>
Remember to save the file before you do that in case it messes anything up you can go back.
Forum: Fixing WordPress
In reply to: How to create static homepageOne you log in to the dashboard, go to “Settings” > “reading”
Select “Static Page” and select what page you want set as your home page and what you want as your blog page if any.You shouldn’t have ‘comments’ on your static pages if you are creating “pages”, but when you are in your page or post scroll to the bottom and you will see “Comments and Pings” you can uncheck to allow them.
Forum: Fixing WordPress
In reply to: Disabling the tag line?what theme are you using?
Forum: Fixing WordPress
In reply to: Making WordPress “Classic” a fixed width?Sorry, I forgot to say that I also added this to the body tag:
position: relative; margin-left: auto; margin-right: auto;
Forum: Fixing WordPress
In reply to: Making WordPress “Classic” a fixed width?I had to work to make this fixed for my company as they had already set everything up in it.
Doing the rap didn’t work for me, but this is what I did.
In the style sheet:
I put a fixed px width for the body tag.
The sidebar already is positioned absolute, but it doesn’t have a px placement for the left side so I added that (ie left: 860px;)
Forum: Fixing WordPress
In reply to: Rollover Image CSSI am in love with you! Thank you so much!!! It worked. sigh.
I kept putting in “a” instead of “div”It’s always the little things.
Thanks for taking the time.
It’s much appreciated!Forum: Fixing WordPress
In reply to: Page showing child pagesoh – i thought you meant a drop down menu. I’m not sure about the coding for that. good luck
Forum: Fixing WordPress
In reply to: Rollover Image CSSThanks for your response.
I put this in my CSS style sheet
.testrollover a { display: block; width: 45px; height: 31px; background: url('images/2by3Rugs.gif') no-repeat; text-decoration: none; float: left; } .testrollover a:hover { background-position: -95px 0; }
And this in the HTML window on my page.
<a id="testrollover" href="#"> </a>
It’s right above the words “Original Image”. Same result.
I don’t know what I am doing wrong?!Forum: Fixing WordPress
In reply to: Need Help with the Exclude codeThank you!
Forum: Fixing WordPress
In reply to: WordPress GalleryThere is CSS code in the plug ins that you can edit to make it look how you want.
Forum: Fixing WordPress
In reply to: Visual Mode doesn’t work anymoreForum: Fixing WordPress
In reply to: Visual Mode doesn’t work anymoreThis happened to one of my sites that I was building at work. Then IT accidentally killed it and I had to start over. Is there a way to reinstall wordpress? that might help.
Forum: Fixing WordPress
In reply to: WordPress GallerySearch “gallery” under the Extend > Plug Ins.
There are several gallery plug ins there.