I cant seem to figure out why the title and breadcrumbs only appear on the non transparent header. Ive searched the forum and cannot find anything that fixes it. any suggestions ? link below
Hey lucky7t,
On a page like this you have to add breadcrumbs via shortcode.
Here is how to do it
If you need further assistance please let us know.
Best regards,
Victoria
Just so i understand . If I have a child theme then i need to copy the entire enfold-functions.php to the functions.php ? if i do that do i remove the enfold-functions.php?
Hi lucky7t,
No, you jast add this to the child theme functions.php
add_shortcode( 'bread_crumb', 'avia_title' );
And then use the shortcode.
If you need further assistance please let us know.
Best regards,
Victoria