• When I check out our website on my iPhone the theme wedding bells does not appear to be working well.
    the menu is showing for a brief moment, only to be replaced by our (suddenly transparent) header and a pull down menu which is ‘hidden’ in the header. the pull down menu is not active.

    I tried deactivating all plugins but that didn’t change anything.
    We did have the nextGen plugin installed, I uninstalled it since I saw in a previous post that this could be causing problems.

    I would appreciate any help to make this theme work on our mobile. The website is http:/ezwangerschapskalender.nl

Viewing 1 replies (of 1 total)
  • Thread Starter jonasvsl

    (@jonasvsl)

    Well, never mind this one. We are going to change our theme.

    For anyone having the same problem:
    I only temporary fixed it by removing the header on the mobile. I did this as follows:

    In wordpress admin under appearance –> editor
    I edited the skeleton.css (scroll down on the right hand side for that one).

    I changed:
    @media only screen and (max-width: 767px) {
    into:
    @media only screen and (max-width: 767px) {
    #header {
    display: none;
    }

    It is not a real fix, but for my it is sufficient while we rework our website in a different theme.

    Of course, after any update of the theme your changes will be lost.

Viewing 1 replies (of 1 total)
  • The topic ‘responsive theme not working properly’ is closed to new replies.