Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #850003

    Is there a way to display breadcrumbs in the header, top menu on the left side – instead of the telephone number or the extra information?

    #850508

    Hey therzig,

    Please refer to this post – http://kriesi.at/documentation/enfold/inserting-breadcrumbs-as-shortcode/ and try inserting breadcrumbs using shortcodes.

    Best regards,
    Yigit

    #850517

    Hi Yigit, thanks for your reply. I am afraid that a shortcode will not work here. I would like to have the breadcrumb here:

    #850525

    Hi!

    You can insert shortcodes into Phone info field in Enfold theme options > Header > Extra Elements

    Cheers!
    Yigit

    #850566

    I have tried so far but it does not seem to work. If I place the shortcode in the Avia Layout Architect in a text block it will be displayed correctly in the preview but not after i saved it. The position shown above (phone info field) also does not seem to work.

    #850645

    Okay I think I have found the error. When designing each page, the display of the breadcrumbs must be activated.

    How can i increase the container to have only one line?

    #851173

    Hi,

    I checked the link and I can’t see the one you posted in screenshot, the breadcrumbs seems to be removed on the top bar.

    Best regards,
    Nikko

    #851236
    #851401

    Hi,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    
    #header_meta .phone-info.with_nav {
        width: 300px;
        padding: 0 !important;
    }
    
    #header_meta .phone-info.with_nav .container {
        width: 100% !important;
        min-width: 300px;
        padding: 0 !important;
        min-height: 0 !important;
    }
    
    #header_meta .phone-info.with_nav * {
        border: 0 !important;
    }
    
    #header_meta .phone-info.with_nav .breadcrumb-trail > * {
        line-height: 15px !important;
    }
    

    Hope this helps :)

    Best regards,
    Nikko

    #852951

    Works perfectly. Many Thanks. Can you give me the code for the color and the mouse-over behavior as in the header secondary menu on the right side?

    #852981

    Hi,
    Do you mean that you want to match the green line under the link on hover?
    please see screenshot in Private Content area

    Best regards,
    Mike

    #853130

    Poorly formulated by me, sorry. I would like to have the breadcrumb in the color of the “logo area secondary font color” (# 68707c)

    #853137

    Hi,
    Try this code in the General Styling > Quick CSS field:

    .avia-breadcrumbs,.avia-breadcrumbs a {color: #68707c !important;}

    please see screenshot in Private Content area & Please clear your cache

    Best regards,
    Mike

    #853293

    Great. We are almost there. Now the code for the behavior at mousover: the color should change to black (underline works already).

    #853438

    Hi,

    Please add following code to Quick CSS as well

    .avia-breadcrumbs a:hover {
        color: black!important;
    }

    Best regards,
    Yigit

    #853540

    You are great. Many Thanks.

    #853621

    Hi,

    Glad we could help! Let us know if you have any other questions or issues :)

    Best regards,
    Yigit

Viewing 17 posts - 1 through 17 (of 17 total)
  • The topic ‘Breadcrumb display in top bar left’ is closed to new replies.