Tagged: transparent header
-
AuthorPosts
-
June 19, 2019 at 2:33 am #1111516
We have an enfold website, and have setup transparent headers on all pages as we need to invert colours in the header when people scroll including the logo, and a background image. We have installed a plugin which has a PHP page that be default inherits the default header style which is not transparent.
How can we make the PHP page have the same transparent header. I’m happy to pay extra for support if that is required.
What could I add to make this page use translarent header like all the other pages on the site?
I have managed to make the page show the transparent header by adding the following:
<header id=”header” class=”av_header_transparency av_header_glassyd” role=”banner” itemscope=”itemscope” itemtype=”https://schema.org/WPHeader”></header>But I can’t make the transparent logo appear… but the normal image appears ok when you scroll down.
- This topic was modified 5 years, 5 months ago by itroom.
June 21, 2019 at 8:31 am #1112223Hey Kelly,
Thank you for using Enfold.
What do you mean by “PHP” page? Is it not the same as those generated by WordPress? Try to use the get_header() function in the template.
get_header(); // page content here
Best regards,
IsmaelJune 22, 2019 at 6:56 am #1112517All pages on my website have “Header visibility and transparency” set to “Transparent Header”
I am using a TEAMS plugin to display a new teams taxonomy and team members profile pages which users a custom PHP page (not an enfold page)… this page starts off with:
<?php
namespace ots_pro;
?>
<?php get_header(); ?>When using the “Get_header()” as suggested, it only pulls though as “no transparency”. How can I use get_header and have Transparent Header?
I’m trying to find out what attributes I need to add to this page so it fulls through the header as transparent.
June 24, 2019 at 3:17 am #1112803 -
AuthorPosts
- You must be logged in to reply to this topic.