Chelsea Otakan
Forum Replies Created
-
Forum: Themes and Templates
In reply to: CSS and Header.php confusionLooking at the theme demo, I’d try to find a better coded theme. Usually, Proper dropdown menus have a combination of JS and CSS. Navigation Menus just allow menus to be more easily editable in the admin.
Forum: Themes and Templates
In reply to: CSS and Header.php confusionif you make child pages, they will appear in the dropdown menu below the parent page.
The better way to do this would be to modify or create a child theme that adds Navigation Menus
Forum: Fixing WordPress
In reply to: Increase page widthYour header isn’t showing because the quotes are closed too soon and you have an irrelevant tag in the src attribute.
Should look like this instead:
<img id="frontphoto" src="http://www.best-drum-set.com/front1.jpg" width="950" height="200" alt="banner-image" /><br />Its aligned left because, since you changed your site’s width the header image is now 40 pixels smaller than its container. Upload a new 990px wide image to fit the space.
Forum: Themes and Templates
In reply to: Problem with Z-index & unclickable linksTry giving #access a a really high z-index. Basically, make sure your a elements have higher z-indexes than its containers.
This is a really bad IE7 bug that always gets me.
Forum: Fixing WordPress
In reply to: need to make changes to site in 3.0.4 without updating?Just to clarify, you don’t need to have WordPress installed on your computer to access the admin of a website running on WordPress.
WordPress runs on the website’s server and acts as an administrative back end to your website not dependent on any other client side software other than a browser and the username and password. (Unlike Dreamweaver, Frontpage, etc).
Forum: Fixing WordPress
In reply to: Featured image sizePost_thumbnails are featured images.
If you read through that article thoroughly, it describes how to add custom sizes and call them using the_post_thumbnail(); (Featured images are called using this function)
Forum: Fixing WordPress
In reply to: jquery image hover homepage loopAwesome! Go ahead and mark this as resolved then?
Forum: Fixing WordPress
In reply to: Image Sprites for navigation – one link vanished!Haha, no problem :] Try using Chrome inspector or Firebug to troubleshoot these things. Saves so much time!
Forum: Themes and Templates
In reply to: Including header in printAdd an image in this div:
<div class="art-Header-jpeg"></div>Forum: Fixing WordPress
In reply to: Pilcrow theme custom headeryou can use cloudapp, droplr, or imgur.com
Forum: Fixing WordPress
In reply to: Pilcrow theme custom headerCould you also upload the original image somewhere? To avoid interpolation (the blurriness you’re seeing), the image should be at minimum of 990 pixels wide.
Forum: Themes and Templates
In reply to: Can't Install ThemesI would imagine this is a permissions issue. Do you have the same issue uploading themes via FTP?
Forum: Themes and Templates
In reply to: Including header in printHi! Your header is a background image for the div, no matter what you do with print CSS, background images will not print. If you embed your header using an img tag, it should print.
Forum: Fixing WordPress
In reply to: Images issueCould you specify which approaches you’ve taken already? It would save you from hearing the same suggestions again.
Forum: Fixing WordPress
In reply to: How to login to WP admin with no passwordJust to clarify–you want a public Dashboard that’s viewable without having to log in?