Archived topic
Header Element not showing in certain products
3 replies · Started by Ree on May 8, 2022
I have this issue where only a few header elements are not showing up in products pages. what could be the issue?
1. There is content in the text box
2. there are settings in the page hero
3. display rules is set correctly
Hi there,
there is a Page Hero on those pages - and this is the HTML it contains:
<link rel="preload" href="/wp-content/plugins/woocommerce/assets/fonts/star.woff" as="font" crossorigin="anonymous">
So i assume you have another Header Element that is using the same Display Rules ? Or Display Rules such as the Entire site?
As you can only have one header element per page.
I would find the above header element, delete it, and use a Hook element in the `wp_head' hook instead as thats the correct place for it.
I got it, thanks!
Glad to hear that!