-
AuthorPosts
-
September 9, 2017 at 9:45 pm #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?
September 11, 2017 at 2:20 pm #850508Hey therzig,
Please refer to this post – http://kriesi.at/documentation/enfold/inserting-breadcrumbs-as-shortcode/ and try inserting breadcrumbs using shortcodes.
Best regards,
YigitSeptember 11, 2017 at 2:30 pm #850517Hi Yigit, thanks for your reply. I am afraid that a shortcode will not work here. I would like to have the breadcrumb here:
September 11, 2017 at 2:52 pm #850525Hi!
You can insert shortcodes into Phone info field in Enfold theme options > Header > Extra Elements
Cheers!
YigitSeptember 11, 2017 at 4:27 pm #850566I 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.
September 11, 2017 at 7:38 pm #850645Okay 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?
September 12, 2017 at 6:55 pm #851173Hi,
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,
NikkoSeptember 12, 2017 at 8:45 pm #851236Here you go: https://www.vifsg.de/disclaimer/
September 13, 2017 at 7:28 am #851401Hi,
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,
NikkoSeptember 16, 2017 at 9:40 pm #852951Works 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?
September 16, 2017 at 11:44 pm #852981Hi,
Do you mean that you want to match the green line under the link on hover?
please see screenshot in Private Content areaBest regards,
MikeSeptember 17, 2017 at 8:47 pm #853130Poorly formulated by me, sorry. I would like to have the breadcrumb in the color of the “logo area secondary font color” (# 68707c)
September 17, 2017 at 9:49 pm #853137Hi,
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,
MikeSeptember 18, 2017 at 7:43 am #853293Great. We are almost there. Now the code for the behavior at mousover: the color should change to black (underline works already).
September 18, 2017 at 3:34 pm #853438Hi,
Please add following code to Quick CSS as well
.avia-breadcrumbs a:hover { color: black!important; }
Best regards,
YigitSeptember 18, 2017 at 7:07 pm #853540You are great. Many Thanks.
September 19, 2017 at 2:11 am #853621 -
AuthorPosts
- The topic ‘Breadcrumb display in top bar left’ is closed to new replies.