Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #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

    #1295284

    Hey 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):
    2021-04-19_074148.jpg
    and then choose the correct icon:
    2021-04-19_074407.jpg
    then we will preview the element and get the correct data-av_icon:
    2021-04-19_074918.jpg
    2021-04-19_075018.jpg
    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>
    2021-04-19_075307.jpg
    now the icon shows in the menu as a menu item:
    2021-04-19_075448.jpg
    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:
    2021-04-19_075937.jpg
    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,
    Mike

    #1295964

    Hi 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
    Alex

    #1295966

    Hi 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

    #1296036

    Hi,
    Thank you for the feedback, these two pages are your staging url’s so you are getting a CORS policy blocking error, please try correcting the links and you should not have any issues.

    Best regards,
    Mike

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