Tagged: icon, menu, social icon
-
AuthorPosts
-
March 23, 2020 at 2:35 pm #1195471
I would like to display my own picture and inscription in the menu next to social icon.
https://imgur.com/a/j4Ndx4hHow can I add a png image / icon there with a link.
- This topic was modified 4 years, 8 months ago by creativeopole.
March 24, 2020 at 4:18 pm #1196650Hey creativeopole,
Here are the docs for you:
If you need further assistance please let us know.
Best regards,
VictoriaMarch 24, 2020 at 4:52 pm #1196890I have added a sent solution but nothing appears.
March 26, 2020 at 2:27 pm #1198038Hi 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,
VictoriaMarch 26, 2020 at 3:09 pm #1198064Attached to the website. Also access to FTP and child template.
March 28, 2020 at 11:51 pm #1198730March 29, 2020 at 10:18 am #1198788Hello,
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.
March 29, 2020 at 1:12 pm #1198805Hi,
Thank you for the feedback, I added this script to your functions.phpfunction 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,
MikeMarch 29, 2020 at 1:18 pm #1198807It 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.
March 29, 2020 at 11:29 pm #1198963March 30, 2020 at 8:02 am #1199009Hello,
That’s right, I found another solution that allowed me to get the desired effect.Thank you for helping me find a solution.
March 30, 2020 at 12:59 pm #1199055Hi,
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 -
AuthorPosts
- The topic ‘Add custom image and link in menu’ is closed to new replies.