• After reading through the support fourm, this seems to be a common problem. Customizr featured pages does not display correctly on IE8 (and previous versions I would assume). The images are square instead of circular and are broken links.

    I was wondering if anyone has found a solution to this.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    The circles are being styled using CSS3. CSS3 was introduced after Internet Explorer version 8 (and other old browsers), therefore Internet Explorer version 8 and below doesn’t natively support CSS3.

    Try this plugin if you consider seeing a square as an issue: http://wordpress.org/plugins/ie-css3-support/ .

    Could you link the page that has the broken link so that we can explore why?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Out if interest as you’re concerned with IE8 issues, have you tried Customizr in IE6 or IE5.5? People still use those.

    Thread Starter bsapaka

    (@bsapaka)

    I tried the plugin in all three settings (theme, root, plugin), no fix. The squares aren’t so much the issue. It’s the broken links – I just need the blasted things to get me to the next page!

    The website is for a company intranet. Most of the employees use IE8. It’s a local site, but I am having the same problems as this site:
    http://www.ispeakdogtraining.com/

    [Moderator Note: No bumping. If it’s that urgent, consider hiring someone.]

    Stop bumping!

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Try adding this to your Custom CSS to help make the links work:

    .ie8 .round-div {
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
    }

    i know it’s been a while, but in ie8, i have installed ie-css3 plugin. so far so good. But the circles are not clickable. You can only click around the circles or where the square edges are.
    mmm.

    Start a new thread (refer to this one) and add a link to your site

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Featured pages on Internet Explorer 8’ is closed to new replies.