-
AuthorPosts
-
October 16, 2018 at 9:10 pm #1022383
Hello,
Would you be able to assist me with putting the Social Icons in one of the columns of the footer rather than in the socket. Do you need to add code for this?
Thanks,
Mikenna
October 17, 2018 at 5:26 pm #1022926Hey Mikenna,
Try using the Icon or Icon Grid element under Content Elements in the Advanced Layout Builder.
Let us know if this helps.Best regards,
NikkoOctober 17, 2018 at 8:11 pm #1022990Hi Nikko,
How would this put the Social Icons in my footer? I am unsure of what you are suggesting I do. In each page do I have to put it?
Best,
Mikenna
October 18, 2018 at 7:57 am #1023180Hi Mikenna,
I apologize for the misunderstanding, I thought you’re using a footer page with columns in it.
You can use a php widget then place it to the footer column you want it to be placed then use this code:<?php if(avia_get_option('footer_social', 'disabled') != "disabled") { $social_args = array('outside'=>'ul', 'inside'=>'li', 'append' => ''); echo avia_social_media_icons($social_args, false); } $avia_theme_location = 'avia3'; $avia_menu_class = $avia_theme_location . '-menu'; $args = array( 'theme_location'=>$avia_theme_location, 'menu_id' =>$avia_menu_class, 'container_class' =>$avia_menu_class, 'fallback_cb' => '', 'depth'=>1, 'echo' => false, 'walker' => new avia_responsive_mega_menu(array('megamenu'=>'disabled')) ); $menu = wp_nav_menu($args); if($menu){ echo "<nav class='sub_menu_socket' ".avia_markup_helper(array('context' => 'nav', 'echo' => false)).">"; echo $menu; echo "</nav>"; } ?>
Hope it helps.
Best regards,
NikkoOctober 19, 2018 at 9:28 pm #1024224Hi Nikko,
Thank you this worked. I have 2 more questions.
1. Right now the are being displayed vertical and small in the footer. I would like them to be side by side horizontal in the footer column and larger then the currently are. Is this possible?
2. The Social Icons are still showing in the socket. I do not want them there however if I turn of the socket setting it removes them from my footer as well. Is there a code I can add to hide them from the socket?
Thank you,
October 22, 2018 at 6:54 am #1024695Hi mikeens,
1. Can we request a screenshot of it? I couldn’t see it from my end.
2. You need to modify footer.php and find the code I gave you and just remove it there.Best regards,
NikkoOctober 22, 2018 at 5:18 pm #1025001This reply has been marked as private.October 23, 2018 at 9:30 am #1025286Hi mikeens,
You can upload it to https://imgur.com/ then post the link here.
As for removing the code, basically you just copy footer.php from the parent theme (Enfold) to the child theme, then modify footer.php in the child theme and look for the code I gave and just remove it and save.Best regards,
NikkoNovember 6, 2018 at 7:09 pm #1030515Hello Nikko,
This is how they are showing up when I use the code supplied. I would like them to be laid out like the following image and around that same size.
Please let me know if this is possible.
Best,
Mikenna
November 8, 2018 at 1:42 pm #1031248Hi Mikenna,
Yes it’s possible, however you’re using 4 columns and the one you’d like to achieve is only 1-2 columns. The layout is possible, but the image might not totally look the same, you can give us admin and ftp access, and we’ll try to do it. Also use a child theme since footer needs to be modified: https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#why-child-theme
Best regards,
NikkoNovember 8, 2018 at 6:54 pm #1031344This reply has been marked as private.November 8, 2018 at 11:14 pm #1031442if you like to see my result and social bookmark widget: https://kriesi.at/support/topic/social-bookmarks-widget-how-to/
Then you can place the social icons of your Enfold Options Social Bookmarks – into the column you like to have.
See here https://webers-testseite.de/#footer
Left side is shariff – in the mid column it is that social bookmarks widget -
AuthorPosts
- You must be logged in to reply to this topic.