Social Icons not displayed with IE

Tagged: 

  • Author
    Posts
  • #2409

    Andrew Misplon
    Keymaster

    Hi Xavier

    IE
    Sorry to hear about the hassle. No need for the IE legacy child theme. Those changes are included in Ultra 1.0.2 which is live. I’ll release the premium update a bit later today. Ultra 2.0.2.

    Give me a couple of mins. I’ll look into the IE issue for you on another computer.

    Upcoming update
    The upcoming 2.0.2 update might affect your child theme. Can you let me know, which files do you currently have in your child theme? Could you send a list? Thanks 🙂

    #2410

    Andrew Misplon
    Keymaster

    In summary, if any template files and/or footer.php are present in your child theme we need to make a very small change.

    #2411

    Andrew Misplon
    Keymaster

    Confirmed. The upcoming 2.0.2 update will fix this. I’ll get that shipped to you this afternoon. Thanks for reporting.

    #2412

    Xavier Le Garrec
    Participant

    Thanks a lot,

    I only use the function.php

    here is my child theme folder :

    http://we.tl/NMWcNkGhjm

    Thanks !

    #2413

    Andrew Misplon
    Keymaster

    Thanks for sending. There won’t be any problems with your child theme.

    (I think you can remove wp-config.php from your child theme. It won’t have any effect there.)

    #2416

    Andrew Misplon
    Keymaster

    The new version should be available in your Dashboard > Updates panel shortly. Let me know how it goes.

    Thanks 🙂

    #2454

    Xavier Le Garrec
    Participant

    Thanks a lot Andrew !

    #2455

    Andrew Misplon
    Keymaster

    For sure!

    #2456

    Xavier Le Garrec
    Participant
    This reply has been marked as private.
    #2461

    Andrew Misplon
    Keymaster

    Thanks so much for the testing assistance. I’m checking at the moment and will reply ASAP.

    #2462

    Andrew Misplon
    Keymaster

    I’ve found the problem. That’s a good first step. It came about, only in IE11 when I attempted to make it possible to use social icons in all the menu locations. Please, allow me a day to try figure out a way of resolving. I’ll come back to you ASAP!.

    Thanks!

    #2463

    Xavier Le Garrec
    Participant

    sure I’m in no hurry on this.. most people I know use Firefox or Chrome which are way more efficient 🙂 thanks a lot

    #2474

    Andrew Misplon
    Keymaster

    Thanks for the wait! I’ll have this fix with you ASAP.

    #2475

    Andrew Misplon
    Keymaster

    Long story short, I used font-size: initial; for this. Turns out there is no IE support at all! Lesson learned.

    http://www.w3schools.com/cssref/css_initial.asp

    Find another solution shortly.

    #2476

    Andrew Misplon
    Keymaster

    Here we go 🙂 Hotfix as follows. Insert at Appearance > Custom CSS:

    /* Social Icons Hotfix: Remove after x.0.3 */
    
    .menu a[href*="behance.net"]:before, .menu a[href*="codepen.io"]:before, .menu a[href*="delicious.com"]:before, .menu a[href*="deviantart.com"]:before, .menu a[href*="digg.com"]:before, .menu a[href*="dribbble.com"]:before, .menu a[href*="facebook.com"]:before, .menu a[href*="flickr.com"]:before, .menu a[href*="foursquare.com"]:before, .menu a[href*="github.com"]:before, .menu a[href*="plus.google.com"]:before, .menu a[href*="instagram.com"]:before, .menu a[href*="linkedin.com"]:before, .menu a[href*="pinterest.com"]:before, .menu a[href*="reddit.com"]:before, .menu a[href*="soundcloud.com"]:before, .menu a[href*="stackexchange.com"]:before, .menu a[href*="stackoverflow.com"]:before, .menu a[href*="tumblr.com"]:before, .menu a[href*="twitter.com"]:before, .menu a[href*="vimeo.com"]:before, .menu a[href*="vine.co"]:before, .menu a[href*="vk.com"]:before, .menu a[href*="weibo.com"]:before, .menu a[href*="wordpress.com"]:before, .menu a[href*="xing"]:before, .menu a[href*="youtube.com"]:before {
      font-size: medium;
    }

    Apologies for the hassle and thanks for your support.

Viewing 15 posts - 1 through 15 (of 17 total)

You must be logged in to reply to this topic.

Scroll to top