-
AuthorPosts
-
May 27, 2020 at 2:11 pm #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.
May 30, 2020 at 5:25 pm #1218054Hey 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,
VictoriaJune 2, 2020 at 12:38 pm #1218760Thanks Victoria. I have done all the modifications on my own except the point 4. Thanks.
June 3, 2020 at 7:42 am #1218941Hi,
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,
RikardJune 16, 2020 at 9:09 am #1222935Hi 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.June 16, 2020 at 4:33 pm #1223106Hi francemedics,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
Victoria -
AuthorPosts
- The topic ‘CSS customization of the socket menu’ is closed to new replies.