I`m looking for a solution to adding social media icons to the Elementor-Menu in WordPress. Any Ideas?
I could take a Burger Icon and add a pop up on top, but that would be my last option for me.
I`m looking for a solution to adding social media icons to the Elementor-Menu in WordPress. Any Ideas?
I could take a Burger Icon and add a pop up on top, but that would be my last option for me.
2
Answers
for those who are interested, I solved the whole thing via the wordpress menu, in which I created a menu item for each social media (icon) with an
<img src="/wp-content/uploads/....svg" class="whatever">
, which I then styled.You can create a shortcode and use it inside the menu… you will need a code or a plugin to be allow to insert shortcodes in the menu. For example: Shortcodes in menus.
The you can create a shortcode with the elements you want to print, if I’m not wrong as follows, and put it in your functions.php file:
And the last thing is to insert the shortcode in the menu:
[shortcode_whatever]