Adelle Theme IE issue

  • Unknown's avatar

    It seems I’m not able to use CSS that is conditional to IE in the Adelle theme, though I’ve used it in other WP.com themes. If at all possible, please add the following conditional HTML classes to the theme:


    <!--[if lt IE 7 ]> <html class="ie6"> <![endif]-->
    <!--[if IE 7 ]> <html class="ie7"> <![endif]-->
    <!--[if IE 8 ]> <html class="ie8"> <![endif]-->
    <!--[if IE 9 ]> <html class="ie9"> <![endif]-->
    <!--[if (gt IE 9)|!(IE)]><!--> <html> <!--<![endif]-->

    Thank you.

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    This thread will be moved to the CSS Forum. Please do not create a duplicate thread.

  • Unknown's avatar

    I will make a request for those to the Theme Team, but it may not happen.

    Also, you’ve done a great job of customizing Adelle with CSS. :) However, you are violating our Terms of Service by hiding the footer credits link. See #11 in http://en.wordpress.com/tos/

    So, please remove the following from your CSS:

    #colophon.site-footer {
    	display: none;
    }

    You can modify the credits to better fit your design, but they need to be there.

  • The topic ‘Adelle Theme IE issue’ is closed to new replies.