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

    I 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!

    #216764

    Hi 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!
    Yigit

    #216826

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

    #216894

    Hi!

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

    #217003
    This reply has been marked as private.
    #217011

    Hey!

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

    #217016
    This reply has been marked as private.
    #217024

    Hi!

    I meant “above”, sorry for confusion :)

    Regards,
    Yigit

    #217026

    No 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

    #217034

    Hi!

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

    #217039
    This reply has been marked as private.
    #217044

    Hi!

    Can you post a screenshot and point out? This is how it looks on my end http://i.imgur.com/AaUaXzZ.jpg

    Cheers!
    Yigit

    #217048

    Yea it looks really good in Chrome, IE and Safari … can you share what you’re seeing in Firefox?

    #217163

    Hi!

    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.
    #217172
    This reply has been marked as private.
    #217174

    Hi!

    I have updated my previous post and added !important rule to force it. Please try it now

    Best regards,
    Yigit

    #217186
    This reply has been marked as private.
    #217188

    Hi!

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

    #217192
    This reply has been marked as private.
    #217198

    Hi!

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

    #217453
    This reply has been marked as private.
Viewing 21 posts - 1 through 21 (of 21 total)
  • The topic ‘Customizing Socket’ is closed to new replies.