Viewing 7 replies - 1 through 7 (of 7 total)
  • Theme Author Tom

    (@edge22)

    Changing the image can be done in “Customize > Site Identity”.

    Making it an image map is a little harder, as you’d need to insert the image map HTML.

    Our GP Hooks add-on allows you to do that in the Dashboard.

    Otherwise you would need to use a function like this:

    add_action( 'generate_before_header_content', 'tu_add_header_image_map' );
    function tu_add_header_image_map()
    { ?>
        Your image map HTML in here
    <?php }

    Adding PHP: https://generatepress.com/knowledgebase/adding-php-functions/

    Hope this helps ??

    Thread Starter dhanchey2

    (@dhanchey2)

    Hi, Tom.

    This is way over my head. If I provide the image map html, can you do that? If so, what would be the cost?

    Thank you.

    Theme Author Tom

    (@edge22)

    Hi there,

    I’m afraid I don’t do any freelancing anymore, but it might be cheaper for you to get our premium version so you can just paste your image map HTML into GP Hooks. That way you’re not touching any PHP, and you also get all of the other features instead of paying someone more for less.

    Let me know if you need more info ??

    Thread Starter dhanchey2

    (@dhanchey2)

    Hi,

    I’m not sure if we have the premium version. A developer built the site, evidently using a developer license, and we no longer work with them. Now, I am left to figure it out. I tried to access support through the GP website, but could not secure login credentials. ??

    Can you please check on that? I logged in and it looks like the premium version is $39.95. Is that correct?

    Thanks,
    Debbie

    Theme Author Tom

    (@edge22)

    That’s correct. You can email me through our contact form with purchase details and I can look it up for you: https://generatepress.com/contact

    Thread Starter dhanchey2

    (@dhanchey2)

    Message sent. Thank you.

    Theme Author Tom

    (@edge22)

    Replied ??

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Change header image’ is closed to new replies.