-
AuthorPosts
-
April 16, 2021 at 9:38 am #1294739
Hi,
ich hatte schonmal einTicket offen, das aber leider schon geschlossen wurde. #1292794
Die Hilfe die ich bekommen war super, nur ich wollte jetzt noch einen weiteren Link hinzufügen und leider weiß ich nicht wie ich das zustande bekomme.
Ich hätte gerne noch einen LinkedIn-Verknüpfung in der Navigation.
Dieser Quelltext ist bereits drin:#menu-item-1779 .avia-menu-text, #menu-item-1780 .avia-menu-text {
font-size: 30px;
}
#menu-item-1779 .avia-menu-fx, #menu-item-1780 .avia-menu-fx {
display: none;
}
#menu-item-1779 a:hover {
background-color: #a67658;
}
#menu-item-1780 a:hover {
background-color: #37589b;
}Aber wenn ich jetzt noch den LinkedIn hinzufügen möchte, weiß ich leider nicht, wie ich die dazugehörige menu-item Nummer finden soll.
Wäre schön, wenn ihr mir da nochmal helfen könntet.
Vielen Dank Alex- This topic was modified 3 years, 7 months ago by easy-marketing.
April 19, 2021 at 2:08 pm #1295284Hey Alexandra,
Thank you for your patience and for the login, so the first step is to get the LinkedIn icon to use in your LinkedIn menu item, to do this we will use the shortcode wand in the classic editor and choose the icon element (symbol):
and then choose the correct icon:
then we will preview the element and get the correct data-av_icon:
now we can use it in this code in the menu item:
<span class="av-icon-char" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span>
now the icon shows in the menu as a menu item:
now to get the menu item ID for the css you would hover over the “edit” link in the menu item and at the bottom of your screen you should see the link url which includes the item ID number:
in this case it is 1988 or #menu-item-1988
I added this to your Quick CSS, please clear your browser cache and check.Best regards,
MikeApril 22, 2021 at 8:59 am #1295964Hi Mike,
thank you for the helpful and detailed description. That helped me a lot and I’m sure I can do the next one on my own :-)Best regards
AlexApril 22, 2021 at 9:13 am #1295966Hi Mike,
I noticed that the social icons are no longer in the navigation on the two pages imprint and data protection, which can be reached via the footer … Do you know why?
This only happens with Firefox and Chrome. It is displayed correctly on Safari- This reply was modified 3 years, 7 months ago by easy-marketing.
April 22, 2021 at 12:57 pm #1296036 -
AuthorPosts
- You must be logged in to reply to this topic.