-
AuthorPosts
-
March 12, 2020 at 9:18 pm #1192773
Hello,
My 3rd footer widget is stacking under the 2nd. Also, I tried to add code that worked on earlier sites I’ve built to add social icons to my 3rd footer widget. I added code to the footer widget and also to css file. The icons were displaying the other day and now they are gone. Could you help? It would be really great to be able to more easily add social widgets to a footer (not socket). I feel they get too lost down there. Thanks guys!
March 12, 2020 at 9:36 pm #1192785Hey williamslyd,
Credentials did not work for me. Could you please update the credentials?
And the page is password protected too. Can you share that?
Best regards,
VictoriaMarch 13, 2020 at 6:44 pm #1192927This reply has been marked as private.March 13, 2020 at 9:14 pm #1193002Hi williamslyd,
No, if you put everything in private, you need to put some text in the usual box too. Please try sending again.
Best regards,
VictoriaMarch 13, 2020 at 9:20 pm #1193006This reply has been marked as private.March 14, 2020 at 6:43 am #1193062Hi,
Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (min-width: 768px) { #footer .av_one_third:last-child { margin-left: 5%; } }
Best regards,
RikardMarch 14, 2020 at 10:46 pm #1193138Hi Ricard,
Sorry that didn’t work. I also need help with why the social icons are not displaying in the 3rd footer widget. Thanks!
Lydia
March 16, 2020 at 7:23 pm #1193581Hi Lydia,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
body div .first.av_one_third { margin-left: 0; }
If you need further assistance please let us know.
Best regards,
VictoriaMarch 17, 2020 at 5:53 pm #1193866Thank you, that worked!
But the other issue remains — the social icons in the Connect widget (3rd widget) are not displaying. They were displayign the other day.
March 18, 2020 at 6:26 am #1194026Hi williamslyd,
This is fixed, I have added this CSS code in your Quick CSS:
#top #footer .widget .social_bookmarks { position: static; }
Also I have removed this CSS code in your Quick CSS, since this is a temporary fix in the previous version of Enfold but was already fixed in the latest version:
/* enfold social media icons fix lwk 3/9/20 */ .social_bookmarks_twitter a::before, .av-social-link-twitter a::before { font-family: 'entypo-fontello'; content: ''; } .social_bookmarks_facebook a::before, .av-social-link-facebook a::before { font-family: 'entypo-fontello'; content: ''; } .social_bookmarks_linkedin a::before, .av-social-link-linkedin a::before { font-family: 'entypo-fontello'; content: ''; } .social_bookmarks_pinterest a::before, .av-social-link-pinterest a::before { font-family: 'entypo-fontello'; content: ''; } .social_bookmarks_tumblr a::before, .av-social-link-tumblr a::before { font-family: 'entypo-fontello'; content: ''; } .social_bookmarks_reddit a::before, .av-social-link-reddit a::before { font-family: 'entypo-fontello'; content: ''; } .social_bookmarks_vk a::before, .av-social-link-vk a::before { font-family: 'entypo-fontello'; content: ''; } .social_bookmarks_gplus a::before, .av-social-link-gplus a::before { font-family: 'entypo-fontello'; content: ''; } .social_bookmarks_mail a::before { font-family: 'entypo-fontello'; content: ''; } .social_bookmarks_dribble a::before { font-family: 'entypo-fontello'; content: ''; } .social_bookmarks_youtube a::before { font-family: 'entypo-fontello'; content: ''; } .social_bookmarks_instagram a::before { font-family: 'entypo-fontello'; content: ''; } .social_bookmarks_vimeo a::before { font-family: 'entypo-fontello'; content: ''; }
Let us know if you need further assistance.
Best regards,
Nikko -
AuthorPosts
- You must be logged in to reply to this topic.