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

    #260052

    Hi bendosda!

    Please post login details here privately so we can take a look.

    Best regards,
    Yigit

    #260282
    This reply has been marked as private.
    #260286
    This reply has been marked as private.
    #260406

    Hey!

    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,
    Yigit

    #287726
    This reply has been marked as private.
    #287790

    Hey!

    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

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