Make Header Clickable in Latest Artisteer Version


Author Message
Kim

Posted: 4/8/2011
Quote message 

Thank you. Yes, I knew that I had to change that. The problem was I could not find it. I believe I have found it in page.php (I think it used to be in the header.php in older versions of Artisteer). I'll see if I can get it to work.
 
Nelson

Posted: 4/15/2011
Quote message 

@Andreas - Thank you!! Using 3.0.0.38499 and found it in header.php
 
Maximus

Posted: 4/15/2011
Quote message 

Better yet change:

<div class="art-header">

to

<?php $art-url = site_url(); ?>
<div class="art-header" onclick="location.href='<? echo $art-url; ?>';" style="cursor: pointer;">

This is a much better way of doing it.

 
mRommel

Posted: 6/14/2011
Quote message 

I have tryed the solution above and i cant make it work. The header aint clickable.

(Can it be because of my flash?)


You can see my header file here at
http://www.idwebdesign.dk/pvr/header.txt

Any suggestions?!? Would be extremly helpfull!
 
Blue Sky

Posted: 6/17/2011
Quote message 

You might want to check out http://thetemplateer.com/
 
Gordy

Posted: 7/1/2011
Quote message 

Thanks for the link.

Very cool and solves a number of problems.
 
AK

Posted: 7/6/2011
Quote message 

I too have the same problem. When testing Artisteer 2.6 the solution posted by Andreas worked perfectly, but then I bought 3.0 and neither this nor Maximus' suggestion does the trick. The whole layout is ruined. I must be doing something wrong. Templateer seems nice but I don't feel like buying another software right now. :-D Any suggestion will be received thankfully!
 
Carlos

Posted: 7/6/2011
Quote message 

Hi,

The only one that worked to me was:

<div class="art-header"onclick="location.href='http://www.your-domain.com/';" style="cursor: pointer;">

Not this one

<?php $art-url = site_url(); ?>
<div class="art-header" onclick="location.href='<? echo $art-url; ?>';" style="cursor: pointer;">

Thanks for your help

 
AK

Posted: 7/7/2011
Quote message 

Quote Andreas:

Find:


<div class="art-header">

and change to:


<div class="art-header"onclick="location.href='http://www.your-domain.com/';" style="cursor: pointer;">

This worked fine in the older version that I tried. But not in 3.0. I do exactly as I did before, edit the file in Notepad ++ (I've also tried editing it in a plain text editor), remove the old line and replace it with the new one. But the code is rewritten in the latest version and maybe I paste it in the wrong place or something.

I have some knowledge of PHP as one must when working with Wordpress, but obviously not enough. (I must say however that 3.0 is vastly improved compared to older versions. Really beautiful!)

 
Maximus

Posted: 7/11/2011
Quote message 

Quote Maximus:

Better yet change:

<div class="art-header">

to

<?php $art-url = site_url(); ?>
<div class="art-header" onclick="location.href='<? echo $art-url; ?>';" style="cursor: pointer;">

This is a much better way of doing it.




Hmm seems my code doesn't work with the new version. Sigh. I was so proud of that snippet. I'll fix it soon so you guys can have a dynamic head to index link again.
 
ebbie

Posted: 7/11/2011
Quote message 

Hello! I did the code below as I added some social media icons but it is not updating on my site. Can anyone help??
<div class="art-header-jpeg"><a href="http://mysite.com"><img src="http://mysite.com/wp-content/uploads/2011/07/icon1.png" alt="Ooh La La Online" width="900" height="200" border="0" usemap="#Map" /></a>
<map name="Map" id="Map">
<area shape="rect" coords="639,155,775,192" href="http://www.facebook.com/pages/mysite" target="_blank" />
<area shape="rect" coords="774,155,897,191" href="http://www.facebook.com/pages/mysite" target="_blank" alt="Follow us on Facebook" />
</map></div>
 
Header Clickable

Posted: 7/11/2011
Quote message 

Quote ebbie:

Hello! I did the code below as I added some social media icons but it is not updating on my site. Can anyone help??
<div class="art-header-jpeg"><a href="http://mysite.com"><img src="http://mysite.com/wp-content/uploads/2011/07/icon1.png" alt="Ooh La La Online" width="900" height="200" border="0" usemap="#Map" /></a>
<map name="Map" id="Map">
<area shape="rect" coords="639,155,775,192" href="http://www.facebook.com/pages/mysite" target="_blank" />
<area shape="rect" coords="774,155,897,191" href="http://www.facebook.com/pages/mysite" target="_blank" alt="Follow us on Facebook" />
</map></div>



What does that have to do with making the header clickable?

LAMER
 
ebbie

Posted: 7/11/2011
Quote message 

LAMER It makes the header clickable and it adds social icons. > :-@

Does anyone have had the new version of artisteer add this code to the header? code: <div class="art-headerobject"
 
Garry

Posted: 7/12/2011
Quote message 

Instructions from following thread may be helpful:http://www.artisteer.com/?post_id=161610&p=forum_post&forum_id=13


 
mae joyce

Posted: 12/9/2011
Quote message 

:-)
 
Kenny

Posted: 1/22/2012
Quote message 

This worked for me on version 3.1 but must be entered into notepad first then re-copied. The quotations screwed it up until I ran it through notepad.


Quote Andreas:

Find:


<div class="art-header">

and change to:


<div class="art-header"onclick="location.href='http://www.your-domain.com/';" style="cursor: pointer;">




 
joe

Posted: 3/21/2012
Quote message 

If you want just the image in the header to be linked instead of the whole header section replace...
<div class="art-headerobject">
...with...
<div class="art-headerobject"onclick="location.href='http://www.your-website-name.com/';" style="cursor: pointer;"></div>


Quote Kenny:

This worked for me on version 3.1 but must be entered into notepad first then re-copied. The quotations screwed it up until I ran it through notepad.


Quote Andreas:

Find:


<div class="art-header">

and change to:


<div class="art-header"onclick="location.href='http://www.your-domain.com/';" style="cursor: pointer;">





:-) :-)
 
pekuiper

Posted: 7/14/2012
Quote message 

I am using 3.1 and why don't I see the <div class="art-header"> in the index.php