Forums

[Artisteer] clickable (background)header, how? (8 posts)

  1. frankwlf
    Member
    Posted 3 months ago #

    I cant figure out how I can make the header clickable.

    I made my theme with Artisteer but I cannot find codes like <div class="art-header">, it is not visible within the header.php.

    So anyone who can help me make my header clickable?

  2. vtxyzzy
    Member
    Posted 3 months ago #

    Here is an article that might help.

    If you post a link to your site, someone might be able to suggest an alternate method.

  3. govpatel
    Member
    Posted 3 months ago #

    There is easier way in header.php look for this
    <div class="art-header">
    change that to
    <div class="art-header"onclick="location.href='http://www.your-domain.com/';" style="cursor: pointer;">

  4. frankwlf
    Member
    Posted 3 months ago #

    @govpatel

    Thats the problem, there is no <div class="art-header"> within the header.php.

  5. frankwlf
    Member
    Posted 3 months ago #

    @vtxyzzy Nice, this seems to be a solution! Nevertheless it does not feel like the solution, but Ill try to work it out.

  6. frankwlf
    Member
    Posted 3 months ago #

    @vtxyzzy The problem is, this code:

    h1.art-logo-name a, h1.art-logo-name a:link,
    h1.art-logo-name a:visited, h1.art-logo-name a:hover {
       border: 2px solid;
       opacity: 0;
       padding: 75px 635px 85px 0;
    }

    Is only covering a small stripe, whatever I do with the padding, the small stripe is not changing at all. Do you know why?

  7. vtxyzzy
    Member
    Posted 3 months ago #

    Please post a link to your site.

  8. govpatel
    Member
    Posted 3 months ago #

    There has to be class used if you can paste your header.php code in http://wordpress.pastebin.com and paste urls from paste bin here.

Reply

You must log in to post.

About this Topic

Tags