Home Forums Theme support Issue with theme and Nokia Internet Explorer

This topic contains 5 replies, has 2 voices, and was last updated by  7Theme Support 10 years ago.

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • Hi,

    I have a client that has some issues with this theme http://7theme.net/mtp/?t=Crome on their Nokia phone using Internet Explorer. The first issue I fixed was with smooth scrolling as this isn’t supported on that device and stopped the site from scrolling on their mobile. The second issue which, I couldn’t see on the Nokia device I checked their site on, is the background overlapping the pages as you can see from the screen shots below. I can’t fix it as I can’t replicate can you let me know how to fix this?

    http://postimg.org/image/nd5grujtt/
    http://postimg.org/image/vu4z2roip/

    I have tested it on other phones and browsers and all is fine, theme is up to date etc.

    Regards,

    James Isles

    Hi,

    we’ve tried it with Nokia Lumia but cannot see any problem. Maybe there is a problem with the z-index of background and page container, so I think this css code could solve the problem:

    body {
     position:relative;
     z-index:1;
    }
    
    #container {
     position:relative;
     z-index:4;
    }

    You can insert the code above in WordPress admin -> Appearance -> Theme Options -> General -> Extra CSS Content.

    Hi,

    Thanks for coming back to me so quickly that’s it takes days with some support on other websites.

    I am running a child theme so have placed the code in our child style sheet and have emailed my client. Will keep you posted.

    Ok, great!

    Hi,

    I’ve just heard back from my client and that fixed the issue. I asked him to check your theme demo as well and this issue was happening with that as well so you may wish to tweak your code on the main theme.

    I purchased your theme through http://www.mojo-themes.com/ and notice the theme hasn’t been updated on there will you be releasing any updates for this?

    Thanks,

    James Isles

    Hi James,

    thank you for the notice, we will update the theme and the theme demo in the next couple of hours…

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.