-
AuthorPosts
-
January 29, 2014 at 11:26 pm #216669
Hey guys,
looking at the socket here: dev.lorenasarbu.com
Can you provide some direction on how best to customize this section to where it’s mobile friendly, and functions as is seen in this illustration? dev.lorenasarbu.com/footer.jpgI am looking to add an icon list in the socket, as well as one form field for email submissions utilizing some JS so that the form, upon submission, disappears and pulls up a ‘thank you for submission’ text.
Thanks!
January 30, 2014 at 4:19 am #216764Hi Js-interactive!
Please refer to this topic to add social icons to socket section https://kriesi.at/support/topic/footer-socket-question/#post-193649
And you are going to need to find a subscription plugin and implement it in Footer.php file in Appearance > Editor. Your code should go between<!-- ####### END FOOTER CONTAINER ####### -->
and
<!-- ####### END SOCKET CONTAINER ####### -->
Cheers!
YigitJanuary 30, 2014 at 7:26 am #216826Yigit, regarding the social icons….it says you can control what icons are disaplyed by the header options under the ENFOLD THEME OPTIONS. The problem Yigit, is that I’d like the icons in the socket, and the socket only….no place else.
Justin
January 30, 2014 at 11:01 am #216894Hi!
You can temporarily choose one of header types with social icons to insert your accounts then switch header back to the one that you are currently using. Social icons will be displayed only on the footer section
Regards,
YigitJanuary 30, 2014 at 4:33 pm #217003This reply has been marked as private.January 30, 2014 at 4:37 pm #217011Hey!
As i mentioned there “and add following code right over it“, please add the social icons code over wp_nav_menu code and it should work fine
Regards,
YigitJanuary 30, 2014 at 4:43 pm #217016This reply has been marked as private.January 30, 2014 at 4:52 pm #217024January 30, 2014 at 4:54 pm #217026No prob…and that’s what I did…but you’ll see what’s taking effect….the navigation needs to be on the same line as the Social media
January 30, 2014 at 5:02 pm #217034Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#top .social_bookmarks { float: left; margin-top: -4px; } #top .social_bookmarks li { padding: 0!important; }
Cheers!
YigitJanuary 30, 2014 at 5:06 pm #217039This reply has been marked as private.January 30, 2014 at 5:10 pm #217044Hi!
Can you post a screenshot and point out? This is how it looks on my end http://i.imgur.com/AaUaXzZ.jpg
Cheers!
YigitJanuary 30, 2014 at 5:13 pm #217048Yea it looks really good in Chrome, IE and Safari … can you share what you’re seeing in Firefox?
January 30, 2014 at 9:58 pm #217163Hi!
Here it is http://i.imgur.com/hJvRsH0.jpg
Can you add following code to Quick CSS as well?#top .social_bookmarks { margin: 0px 0px 0px -120px!important; }
Regards,
Yigit- This reply was modified 10 years, 9 months ago by Yigit.
January 30, 2014 at 10:14 pm #217172This reply has been marked as private.January 30, 2014 at 10:16 pm #217174Hi!
I have updated my previous post and added !important rule to force it. Please try it now
Best regards,
YigitJanuary 30, 2014 at 10:31 pm #217186This reply has been marked as private.January 30, 2014 at 10:35 pm #217188Hi!
Can you finally try adding following code to Quick CSS
#footer .social_bookmarks { margin: 0px 0px 0px -120px!important; }
If that does not work and if you do not mind, please create a temporary admin login and post it here privately so i can take a look?
Best regards,
YigitJanuary 30, 2014 at 10:40 pm #217192This reply has been marked as private.January 30, 2014 at 10:50 pm #217198Hi!
I have added custom CSS code to top of Quick CSS section. It does look fine now http://i.imgur.com/cTtcj1t.jpg
You can additionally add following code to increase top margin of footer menu to make it inline with social icons#socket .menu { margin-top: 12px; }
Cheers!
YigitJanuary 31, 2014 at 3:39 pm #217453This reply has been marked as private. -
AuthorPosts
- The topic ‘Customizing Socket’ is closed to new replies.