• Resolved fhermse

    (@fhermse)


    Can anybody tell me how to make the header image of the theme clickable so it can be used as a ‘home-button’?

Viewing 9 replies - 1 through 9 (of 9 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Looks doable, first you’ll need to create a Child Theme: http://codex.wordpress.org/Child_Themes – So that you can modify one of the theme’s files without losing your changes when the theme updates.

    Thread Starter fhermse

    (@fhermse)

    I’m working in a child-theme indeed. Switched some code to get the menu under the image. But have no idea on how to do this trick.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    If you haven’t already, copy ‘header.php‘ from the ElegantWhite theme and paste it into your Child Theme folder.

    Then replace all of your Child Theme header.php code with the code from this PasteBin page: http://pastebin.com/5rXabdfT

    Thread Starter fhermse

    (@fhermse)

    wow, does is really take this much changes? I had already changed the original header to get the menu below the headerimage. Can you tell me what parts of your code is essential for the link?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    wow, does is really take this much changes? I

    Are you looking at a different file? I added 2 lines of code then just formatted some other bits.

    Thread Starter fhermse

    (@fhermse)

    ah, no i see why there’s a difference! I was talking about the ElegantWhite-PRO theme, but i didn’t notice this is the page for the basic theme…

    I’m sorry but as you are using a commercial theme, you need to seek support from the theme’s developer/vendor. We do not support commercial products here.

    Thread Starter fhermse

    (@fhermse)

    allright, thanks for the effort anyway

    Theme Author fimply

    (@max2501)

    @fhermse We added this feature in v1.1.7 🙂

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘how to make the headerimage clickable (to navigate to homepage)?’ is closed to new replies.