-
HalcyonzParticipant
Hey there, I’m sure this is a super easy fix, but I’m a wp newb and could use a hand. I recently replaced the header image on my new site (washthesea.com) and it is no longer clickable. I would like to be able to click the header image (an uploaded png) and have it redirect to the homepage. I dug around in the header.php file to no avail. Any help would be appreciated, thanks!
ITParticipantReplace line 28 of the header.php with the following, change the link to your home page.
HalcyonzParticipantThank you very much, that did the trick. My only other issue is aligning the footer navigation (home, about etc.) to the center. I have fiddled with the CSS, and seem to have been able to position the ul everywhere *but* the center. If you have another quick fix that would be great, if not I appreciate the help for my previous issue. Thanks.
ITParticipantYes i have been trying to do this to, i did think it would be as easy as changing left to center, but no such luck, however i have managed to do it but if you change or add in more menus you will need to manually adjust…
Head to the style.css and find ” .nav ul { ” , replace margin:20px 0; with the following two lines, adjust the left to suit what you need;
margin-top:20px;
margin-left:100px;if anyone can figure how to do it better please let us know π
HalcyonzParticipantYep, this is definitely the best way to do it as far as I know, and I don’t anticipate an easier way to be found, but this is really quite simple. Thanks again for all your help. What’s your website url, I’d like to see what you’ve come up with.
ITParticipantAt the moment i am only just test driving the theme, just got approval the other day to swap to this theme so in the process of transferring content from pages to posts and setting it all up, will post link here once its live.
ITParticipantWIP – still needs a bit of work of the content & images but the overall of it is there.
HalcyonzParticipantThat looks great man, I’m sure the client digs it. How did you manage to keep the gallery style throughout your posts? For example, @ http://www.hsarchitects.co.nz/pet/ you have your image slideshow in the black banner that was previously hosting the homepage slider. I thought I could pull off the same thing by changing all the theme options to ‘gallery’, but it still gives me a standard page layout. My comparable page here: http://www.centurylightmedia.com/2012/01/15/cinematic/
Is it maybe because you published that page as a ‘page’ and not a ‘post’ as I did?
You must be logged in to reply to this topic.