-
AuthorPosts
-
January 14, 2017 at 3:48 pm #733561
Hey Enfold Team,
I’d like to have a second footer (additionally to the normal widget-footer and the socket) only with big centered social icons and above the main footer.I managed to get the social icons in with inserting the following code into the footer.php (copied and modified in child theme) from another thread:
<!--PR second footer w social icons --> <div class='container_wrap footer_2_color'> <?php $social_args = array('outside'=>'ul', 'inside'=>'li', 'append' => ''); avia_social_media_icons($social_args); ?> </div>
so the whole section looks like
if( $footer_widget_setting != 'nofooterwidgets' ) { //get columns $columns = avia_get_option('footer_columns'); ?> <!--PR second footer w social icons --> <div class='container_wrap footer_2_color'> <?php $social_args = array('outside'=>'ul', 'inside'=>'li', 'append' => ''); avia_social_media_icons($social_args); ?> </div> <div class='container_wrap footer_color' id='footer'> <div class='container'> <?php do_action('avia_before_footer_columns'); //create the footer columns by iterating
I added some CSS to get it centered and bigger, but it was only quick and dirty and does only work in FF & IE, not in Chrome. Is there a chance you can help me with some proper code?
What I have right now:/* Footer2 Social Icons */ .footer_2_color .social_bookmarks li a { font-size: 40px !important; line-height: 40px!important; border-radius: 300px!important; display: block!important; text-align: center!important; float: none!important; border: none!important; } .footer_2_color .social_bookmarks li { margin: 30px; float: none!important; display: inline-block!important; border: none!important; width: 50px!important; } .footer_2_color .social_bookmarks a { color: #fff; } .footer_2_color ul.social_bookmarks { width: 30%; margin: auto!important; line-height: 80px!important; height: 100%!important; } .footer_2_color div { height: 100px!important; border: none!important; }
Thanks in advance!
January 14, 2017 at 6:14 pm #733594Hey joerka27,
We would love to help you with this modification. Please remove the css code you have added and get back to us with your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
VinayJanuary 16, 2017 at 7:24 pm #734312Hi Vinay,
thanks, sounds great! I removed the css code, login see below.
Best regards,
JoerkaJanuary 17, 2017 at 6:33 am #734488Hi,
We have added the below code in Quick CSS please review the site now :)
#top #wrap_all .footer_2_color .social_bookmarks{ display: flex; justify-content: center; min-height:100px; } #top #wrap_all .footer_2_color .social_bookmarks li { border:none; margin:0 2em; } #top #wrap_all .footer_2_color .social_bookmarks li a { margin-top:25px; max-height:55px; min-width:55px!important; border-radius: 50px; font-size:35px; padding: 12px 0 0 0; } #top .footer_2_color .social_bookmarks .social_bookmarks_facebook [data-av_icon]:before{ color:#FFF!important; } #top .footer_2_color .social_bookmarks .social_bookmarks_facebook [data-av_icon]:hover::before{ color:#FFF!important; } #top .footer_2_color .social_bookmarks .social_bookmarks_instagram [data-av_icon]:before{ color:#FFF!important; } #top .footer_2_color .social_bookmarks .social_bookmarks_instagram [data-av_icon]:hover::before{ color:#FFF!important; } #top .footer_2_color .social_bookmarks .social_bookmarks_youtube [data-av_icon]:before{ color:#FFF!important; } #top .footer_2_color .social_bookmarks .social_bookmarks_youtube [data-av_icon]:hover::before{ color:#FFF!important; }
Best regards,
VinayJanuary 18, 2017 at 3:14 pm #735352Hi Vinay,
awesome, works perfect! Thanks a lot, the support here is really unparalleled – I’m happy I chose Enfold and will recommend it further!Can be closed here, best regards,
Joerka -
AuthorPosts
- The topic ‘Second footer only with centered big social icons’ is closed to new replies.