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

    #1192785

    Hey 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,
    Victoria

    #1192927
    This reply has been marked as private.
    #1193002

    Hi 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,
    Victoria

    #1193006
    This reply has been marked as private.
    #1193062

    Hi,

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

    #1193138

    Hi 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

    #1193581

    Hi 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,
    Victoria

    #1193866

    Thank 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.

    #1194026

    Hi 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

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.