Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1216942

    Hello,

    First of all, many thanks for your help. I have been using Enfold for the fifth time and this theme is still the very best!
    Also, thanks for the very last update which gives now the full compatibility with WordPress 5.4 (I have updated all my websites this morning).

    I have 5 questions:

    #Question 1: Is it possible to change the color of the rollover of the social icons displayed in my socket menu? At this time, each social icon has its own color of rollover and I would like to have the same rollover color for all icons.

    #Question 2: Is it possible to change the localization of the social icons in the socket menu. A this time the icons are located at the right and I would like to display it at the very left (just before the credits).

    #Question 3: Is it possible to add a logo ad the right of my socket menu? I would like to replace and remove the social icons from the right place and display a logo instead.

    #Question 4: Is it possible to add a dropdown list in the socket menu? I need to display a list of websites and I would like a dropdown list displaying values above the list (and not the classical behavior of a dropdown list displaying elements below).

    #Question 5: Behavior différence on 2 different languages.
    I have installed and configured WPML so that I can have the setup of my Enfold cheld theme in the 2 languages.
    I have modifed the socket menu in order to have the sections displayed on lines instead of columns on mobile with this custom css code added in the general style of the 2 languages.
    @media only screen and (max-width: 480px) {
    #socket .sub_menu_socket li {
    float: none;
    margin-bottom: 10px;
    }}
    It works on the english version but not on the french version! But I have added the code in the 2 languages in the Enfold options. So I can’t understand why it works on the english version and not in the french version.

    Thanks for your help,

    • This topic was modified 4 years, 5 months ago by francemedics.
    #1218054

    Hey francemedics,

    Could you please give us a link to your website, we need more context to be able to help you.

    Could you please attach a mockup of what you’re trying to achieve?

    Best regards,
    Victoria

    #1218760

    Thanks Victoria. I have done all the modifications on my own except the point 4. Thanks.

    #1218941

    Hi,

    For #4 you would need to override footer.php in your child theme, copy it there then add the content of your choice to the socket container. The socket markup starts at line 218.

    Best regards,
    Rikard

    #1222935

    Hi Rikard.
    Thanks a lot for your answer.
    I have modified the socket and it works well.
    You can close this topic.
    Once again, thanks for your help.

    #1223106

    Hi francemedics,

    Glad you got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘CSS customization of the socket menu’ is closed to new replies.