• I just wanted to suggest that you put up a list of WordPress versions and their minimum browser version compatibility.

    I am new to WordPress (having only used html/css) and used the Frontier theme to develop my new website using browser IE v8. I didn’t realise I was making a rod for my own back. I happened to look at my website in Google Chrome and it appears perfectly. In IE 8 the horizontal menu and dropdown feature doesn’t work and looks messy. I went around in circles for days looking for plugins I didn’t need.

    In essence, I think a browser compatibility checklist would significantly reduce the number of forum help requests. I wonder how many problems people post are due to the user running a WordPress version that is higher than their browser version is capable of supporting.

    The details of the Frontier theme does not state minimum browser requirements.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Your last sentance says it all… It’s not WordPress that’s compatible with browsers, it’s the themes that people use that are (or are not) compatible. On top of that, a theme can be compatible with a range of browsers, but any changes made to the theme, or applying a child theme, has a chance of breaking that compatibility anyway.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    You should also consider hiring someone to do a proper browser-compatibility job for you, because it’s really a lot of work and may be too much to expect from free theme vendors.

    Thread Starter Matilda F

    (@matilda-f)

    Thanks for clarifying. Unfortunately it’s a must to use child themes. I recently looked into which were the most widely used browsers and frankly it’s not worth worrying about ones like Safari which have a market penetration of about 3% of users. Nor is it worthwhile going back too many version of IE, for example. IE 9 is more ubiquitious than IE 8 now, but I wouldnt be concerned with anything earlier (not worth the effort for the return). The bulk of users tend to upgrade when prompted.
    BTW there are issues with IE 10, but I hear version 11 is okay.

    (Un)Fortunately it’s completely up to you to decide which browsers you do and don’t want to support. Personally I haven’t seen much difference IE110 and IE11, but I have been working around the normal IE “issues” since version 6, so I guess I’m used to the way it’s rendering things these days too.

    Where I work, and in previous places, the decision has been made that we develop to support the latest 2 versions of IE and the latest versions of FireFox, Chrome and Safari. Unless of course the client wants something more then that, and in that case they pay extra for the extra work that goes into getting the compatibility right.

    Thread Starter Matilda F

    (@matilda-f)

    That’s interesting about IE, I’ll bet a lot of workplaces use this policy. My site renders okay on Firefox and will check Safari as I’ve heard of people on Macs uninstalling Firefox in preference for Safari.

    Joined a Linkedin forum and one member has suggested:
    ” You have to make changes in the css of your child theme. Better to make another css file for IE – use webkit and moz for browser compatability.”

    Is that good advice?

    BTW – dont instal the latest version of Firefox. Last weekend my husband went to official Mozilla Firefox site to download the latest version and we got massively spammed with adware for mobile apps, that downloaded and started changing settings on my PC. Never seen anything so aggressive in all my life.

    Luckily we have an uninstaller utility and it took some time to get the crap off.

    Changing the CSS for I Eonly is pretty much the only advice that you can give for this issue. There are conditional hacks available that can make a CSS block work for IE only and for specific versions only.

    I have to say that I haven’t needed to do that for a few years now – mainly because I’ve taken the time ro understand teh box model and how it works on different browsers and content types, and I code around that. It’s actually not that hard to get almost all designs working in all browsers when you take the time ot understand more about HTML and how it gets put together then just learning the tags that you can use.

    Thread Starter Matilda F

    (@matilda-f)

    Thanks catacaustic for your time, I’ll take your advice on board. 🙂

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘List of WordPress versions and their minimum browser req’ is closed to new replies.