Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #702277

    Hi,
    How do i enabled the theme avia breadcrumbs for right side header. Is there any shortcode for this?

    #703168

    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

    #703274

    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

    #703492

    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:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to change the header settings.

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.