Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1177334

    I have inserted footer icons into my Widgets. They stopped displaying. I have the latest theme in place.

    #1177823

    Hey Beth,

    Well, the code does not have the closing tags for the li and the ul element, html breaks and the browser does not render the rest. Please use the correct code.

    Best regards,
    Victoria

    #1177846

    Hi Victoria, I will add the full code. I just added the snippet and figured you would log into the site since I provided credentials. You can see that this same code is working with an older theme install at the staging site included in private content below.

    • This reply was modified 4 years, 11 months ago by cinchmedia.
    #1177850

    Victoria, although I’m copy and pasting the full code in the private content box below, when I preview it I see it is not showing the full code. Can you login with the credentials I provided and look at this? It is working in the staging environment from an old theme install.

    #1177864

    I dropped the following into the Custom CSS, and it worked. But, that shouldn’t be necessary with the newest install, correct?

    /* enfold social media icons fix */
    .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: ‘’;
    }

    #1177912

    Hi cinchmedia,

    Yes, you’re right, the code is there and it should work without the css.

    Did you update via FTP or the WordPress Dashboard?

    Best regards,
    Victoria

    #1177918

    I updated via the dashboard

    #1178533

    Hi,

    it can be a cache issue, but as it works right now leave it and you can come back to this on a new update ;)

    Best regards,
    Basilis

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