Hi,
I need to do the following:
1. On the homepage, I need to display an image with an image map on the homepage. I also need the display starting at the top and I don’t want the enfold default header, logo or regular menu bar showing. How can I do this?
2. On all the other pages, I don’t want the default logo showing, or the default menu structure and only want to show full width a custom header image with the image map. Below that I want to use the default Enfold Avia Layout Builder (text box etc).
I’m not sure if the answer is to have enfold only show the content area which allows me to use the Avia layout? If so, how would I do this?
Thanks!
Hey webguy007,
Could you please attach a mockup of what you’re trying to achieve? We have a custom template that has no footer and no header, you can use it.
You can choose it in page attributes here https://cl.ly/3S220u1b1H1o
If you need further assistance please let us know.
Best regards,
Victoria
Hi, ok that seemed to work in taking care of the template but I still want to show the footer information. How would I do that if I used custom template no header/no footer?
Thank you
Hi webguy007,
You can add the code to the file /wp-content/themes/enfold/template-blank.php
<?php get_footer(); ?>
But the footer will show on all pages using that template and it should be done in the child theme.
If you need further assistance please let us know.
Best regards,
Victoria