Tagged: , ,

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1195471

    I would like to display my own picture and inscription in the menu next to social icon.
    https://imgur.com/a/j4Ndx4h

    How can I add a png image / icon there with a link.

    • This topic was modified 4 years, 8 months ago by creativeopole.
    #1196650

    Hey creativeopole,

    Here are the docs for you:

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #1196890

    I have added a sent solution but nothing appears.

    #1198038

    Hi creativeopole,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #1198064

    Attached to the website. Also access to FTP and child template.

    #1198730

    Hi,
    Thank you for the login, I made an adjustment and now your icon is showing where your “kriesi” social icon is:
    2020-03-28_174531.png
    Please clear your browser cache and check.

    Best regards,
    Mike

    #1198788

    Hello,

    Thank you for your help. However, my goal is to display “EU projects” on the right next to the icon.

    https://savvyify.com/img/image/HSXr

    • This reply was modified 4 years, 7 months ago by creativeopole.
    #1198805

    Hi,
    Thank you for the feedback, I added this script to your functions.php

    function projekty_unijne_script(){
      ?>
      <script>
    (function($){
      $(document).ready(function(){
    $('.social_bookmarks_kriesi').after("Projekty Unijne");
    $('.social_bookmarks_kriesi a').attr('title','Projekty Unijne')
    });
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'projekty_unijne_script');

    this adds the text and changes the icon title to match, feel free to adjust to suit.
    Please clear your browser cache and check.

    Best regards,
    Mike

    #1198807

    It looks ok. However, the name next to the icon should also be a link, redirecting the user to the subpage. It is not clickable at this time.

    I stopped working with this code. It displayed for a moment but was not clickable. now it doesn’t display at all.

    • This reply was modified 4 years, 7 months ago by creativeopole.
    #1198963

    Hi,
    It looks like you found another solution?

    Best regards,
    Mike

    #1199009

    Hello,
    That’s right, I found another solution that allowed me to get the desired effect.

    Thank you for helping me find a solution.

    #1199055

    Hi,
    Glad you were able to sort this out, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Add custom image and link in menu’ is closed to new replies.