Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Header configuration & styling (http://forum.bytesforall.com/forumdisplay.php?f=15)
-   -   [SOLVED] Mapping Logo Link (http://forum.bytesforall.com/showthread.php?t=5774)

grovekeeper Feb 8, 2010 04:28 PM

[SOLVED] Mapping Logo Link
 
(First I have to say that this theme has SAVED my sanity, after countless hours of searching for a thoroughly customizable blog theme/instructions on how to create one to match my website I was convinced I was just SOL was ready to cry out of frustration. Thanks SO much to the developers, and though I don't have much to offer I WILL be donating!)

I have performed a search for the initial answer to this question (which was how to link my blog logo to my main site rather than to the blog site, and thanks very much to juggledad for the answer to that part, found in this thread: http://forum.bytesforall.com/showthr...ight=logo+link). I also performed a search in regards to MAPPING the logo to link to various locations as mine contains a banner bar within it, and I did not find any results on this query. My base site is http://www.willowgrovesoap.com/ and the mapped logo can be viewed there. So the question is, is it possible to map the logo to link to multiple locations and if so how? I already know how to do this on a regular site, and I was tempted to attempt to implement the map code in the same location in the bfa_header_config.php that is specified in the answer to the linking logo question, however I didn't know how to reference the map back to the graphic logo as it does in the main site code, because I know nothing about PHP and therefore don't know how the logo itself is called into the blog page... I'm probably over-explaining, I apologize. If anyone can help I would greatly appreciate it, or at least tell me it can't be done :p
(the blog can be viewed at http://www.willowgrovesoap.com/wordpress/ if it helps at all)

Thank you.
(and I'm truly sorry if this is answered elsewhere, I searched 'map logo link' and 'mapping logo' and got no results - so if the question is answered in another thread could someone point me to it? Thanks again.)

juggledad Feb 8, 2010 05:22 PM

this is a peice of cake..er..soap...er..never mind..bad joke

what you want to do is very easy since you have the map already defined in the original site, just copy the code and stick it in the theme options. Take the code
HTML Code:

<p align="center" class="style1"><img class="logo" src="http://willowgrovesoap.com/wordpress/wp-content/themes/atahualpa/images/newheaderlogo.gif" width="597" height="466" border="0" usemap="#Map">
  <map name="Map">
    <area shape="rect" coords="30,18,570,287" href="index.html" target="_self" alt="Willow Grove Soap Works">
    <area shape="rect" coords="399,299,569,420" href="about.html" target="_self" alt="About Willow Grove Soap Works">
    <area shape="rect" coords="-15,383,-10,387" href="#">
    <area shape="rect" coords="12,304,135,432" href="products.html" target="_self" alt="Products">
    <area shape="rect" coords="143,333,272,399" href="productdetails.htm" target="_self" alt="Product Details">
    <area shape="rect" coords="277,327,390,406" href="commercial.html" target="_self" alt="Commercial Industry Information">
  </map>
</p>

and add it at ATO->Style & edit HEADER AREA->Configure Header Area and remove teh '%logo' you have there now.

grovekeeper Feb 8, 2010 06:05 PM

oh golly, I tried putting the map in the Configure Header area, but as it was already referenced I had left out path to the image and left in the %logo... how silly of me not to try it this way :p Thank you ever so much, it works perfectly now! This theme and its developers are simply amazing! *starts socking away spare dollars to make a decent donation*


All times are GMT -6. The time now is 06:24 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.