Tagged: border, footer, separator, social media icons, socket
-
AuthorPosts
-
May 4, 2014 at 12:29 am #259823
Hi.
i want to add social media icons to the socket.
i tried to add the
”
$social_args = array(‘outside’=>’ul’, ‘inside’=>’li’, ‘append’ => ”);
echo avia_social_media_icons($social_args);
”
above the:
”
wp_nav_menu($args);
echo “</nav>”;
”on the “footer.php”.
but it’s on above the menu and like it to be on the same line.
when i insert it below it, it disables the hyperlinks from the socket footer menu.
i want to place it in the middle of the copyright and the socket menu.
i also like to have the social media icons with spaces but without borders / separators.
how can it be done?BTW: i can’t share a link for the website because it’s under constructions….so its offline right now.
Thanks!
Ben
May 5, 2014 at 1:33 am #260052Hi bendosda!
Please post login details here privately so we can take a look.
Best regards,
YigitMay 5, 2014 at 3:05 pm #260282This reply has been marked as private.May 5, 2014 at 3:09 pm #260286This reply has been marked as private.May 5, 2014 at 6:45 pm #260406Hey!
Seems like you figured it out since i can click on social icons and footer menu. On mobile, they are overlapping. You can choose to hide either menu or social icons.
Please add following code to Quick CSS if you would like to hide menu@media only screen and (max-width: 990px) { #socket .sub_menu_socket { display: none; }}and following code if you would like to hide social icons
@media only screen and (max-width: 990px) { #socket .social_bookmarks { display: none; }}Best regards,
YigitJuly 6, 2014 at 5:21 pm #287726This reply has been marked as private.July 7, 2014 at 3:39 am #287790Hey!
Thank you for using the theme.
@Palvarini: How did the developer add the social icons? Please post the website URL here. We would like to check it.Regards,
Ismael -
AuthorPosts
- You must be logged in to reply to this topic.
