Hi,
How do i enabled the theme avia breadcrumbs for right side header. Is there any shortcode for this?
Hey sanjeevi,
Thank you for using Enfold.
Please add this code in the functions.php file to render the breadcrumb.
add_action( 'ava_main_header_sidebar', 'ava_main_header_sidebar_mod', 10);
function ava_main_header_sidebar_mod() {
echo avia_breadcrumbs();
}
And use the css code to adjust the position.
#header .avia-breadcrumbs {
position: absolute;
top: 30px;
left: 5px;
}
Best regards,
Ismael
ok thanks. The breadcrumbs working fine. I need to disable the position:fixed for breadcrumbs alone. How to change that.
And also in portfolio items, it doesn’t display the portfolio category in breadcrumbs. How to enable that also
Hi,
We need to take a closer look at the header and page settings. Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
When the header settings are changed the header behavior may change a little however this is important to achieve what you are looking for. We will see if we can get the header scrolled class name activated when the page is scrolled.
Best regards,
Vinay