Jump to content
Sign in to follow this  
anlinares

Header logo link

Recommended Posts

anlinares

While I'm still trying to figure this problem out, why not try to resolve my one remaining issue with this site? Simple enough - I need to get my header logo linked up to the homepage. I've searched the forums trying to find an answer and nothing so far has worked. Can't seem to make the area clickable. Any ideas on code that will make this work for me? Hopefully after these two issues are resolved, I'll be finished! ...... Although, I'm never really finished. Thank you!!

Share this post


Link to post
Share on other sites
catrina

The logo should link to your homepage by default. Can you post a link to your site?


Please read the docs before posting. Please do not private message me unless I ask you to.

Designer | Catrina Dulay

Founder | Catrina and Mouse

Share this post


Link to post
Share on other sites
kastelic

In order to get it to link you either have to upload it in the custom logo section in Global Options or insert the img via a hook rather than make it a background image of the branding div.

Share this post


Link to post
Share on other sites
anlinares

I have it uploaded through the custom logo section in Global Options.... as far as I know. screenshot2.png

Share this post


Link to post
Share on other sites
catrina

Based on using Firebug, it looks like the logo is being "blocked" by the content on the right. For example, the social icons area takes up the full width of the header (as does the search bar and the phone number info at the top), so everything is making the logo link impossible to click. I'm quite sure you used hooks to implement the phone info and social icons. What CSS do you have that is styling them?


Please read the docs before posting. Please do not private message me unless I ask you to.

Designer | Catrina Dulay

Founder | Catrina and Mouse

Share this post


Link to post
Share on other sites
anlinares

Yes, I put them in the universal sidebar and coded the position. #sidebar_universal { position:absolute; left:10px; top:15px; z-index: 2; }

Share this post


Link to post
Share on other sites
catrina

Try adding

width: 300px;

to see what happens. Let me know once you've done that so that I can check it out.


Please read the docs before posting. Please do not private message me unless I ask you to.

Designer | Catrina Dulay

Founder | Catrina and Mouse

Share this post


Link to post
Share on other sites
anlinares

Okay. Added the width.

Share this post


Link to post
Share on other sites
catrina

Okay, you can remove the width: 300px; that you just added and add this code:

#sidebar_universal div.content-pad {width: 350px; float: right;}

The link should be clickable after you add it.


Please read the docs before posting. Please do not private message me unless I ask you to.

Designer | Catrina Dulay

Founder | Catrina and Mouse

Share this post


Link to post
Share on other sites
anlinares

I'm so sorry! I really hate to be such a pain. Still not working. I really appreciate your help.

Share this post


Link to post
Share on other sites
catrina

Try this one instead:

#sidebar_universal div.content-pad ul#list_sidebar_universal div.sidebar_widgets {width: 350px; float: right;}


Please read the docs before posting. Please do not private message me unless I ask you to.

Designer | Catrina Dulay

Founder | Catrina and Mouse

Share this post


Link to post
Share on other sites
catrina

That is strange. I know that the sidebar on the right with the content inside it is what's causing the link to be unclickable. It looks like you're using a full-width universal sidebar, which is consequently "covering up" the link with extra transparent space. Perhaps you can use a DIV layer instead of a sidebar as a container for the content.


Please read the docs before posting. Please do not private message me unless I ask you to.

Designer | Catrina Dulay

Founder | Catrina and Mouse

Share this post


Link to post
Share on other sites
anlinares

Okay. I'm just trying to make things work piece by piece with my limited knowledge. Wouldn't surprise me that I've done it wrong! How might I go about setting up a div like this?

Share this post


Link to post
Share on other sites
anlinares

Very interesting! So I started playing with the z-index of the universal sidebar. As a last resort, I removed the z-index line altogether to see what would happen. And now the link is working! Coding is so weird sometimes - at least for me. Thank you so much for your help, Catrina!!

Share this post


Link to post
Share on other sites
ferdmaster
I have the same issue, but I'm almost there. I reduced the width of the sidebar to 200px but there still seems to a blockage of the logo from the universal sidebar. I've reached the limit of my firebug-knowledge :-) http://www.ngojobs.at/home

Share this post


Link to post
Share on other sites
catrina
ferdmaster, have you considered using a hook to add those social icons so that the universal sidebar won't interfere with the header logo? That way, the social icons can be in its own DIV and there won't be any risk of blocking the logo on the opposite side.

Please read the docs before posting. Please do not private message me unless I ask you to.

Designer | Catrina Dulay

Founder | Catrina and Mouse

Share this post


Link to post
Share on other sites
ferdmaster
catrina, as you have probably understood in our last conversation topic, I'm not too familiar with hooks and php-files. :-) I'd rather not. I'll just leave it without link, thanks.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×