only about me page showing on iPad

  • Posted in : cvCard WP
  • vonmozar
    Participant

    Hi,

    Can you tell me why only the about me page of my site and no other pages are showing up on iPad and iPhone?

    Thanks.

    ahmetsali
    Keymaster

    Hi, can you provide your page url to check it?

    vonmozar
    Participant
    ahmetsali
    Keymaster

    this is because you have your menu hidden, and so you can’t navigate on mobile devices;

    you can use this custom css code to make your menu visible for mobile devices.

    @media screen and (max-width: 767px) {
        .menu-custom { display: block; }
    }
    
    vonmozar
    Participant

    Hi I’ve put the code in the Theme Option – Style – Custom CSS but there is still no change.

    I also have the below code in the custom css to:

    .header {
    padding: 30em 0;
    }

    .header {
    background-position: top center;
    }

    vonmozar
    Participant

    Hi do you have an alternative code that may work to solve the issue please, thanks.

    ahmetsali
    Keymaster

    Hi again just checked your url to check it again but it says `Site is under maintenance`

    vonmozar
    Participant

    I have opened the site check now

    ahmetsali
    Keymaster

    it is because the code is overrided by another css code in your site, try this one

    @media screen and (max-width: 767px) {
        .menu-custom { display: block !important; }
    }
    
    vonmozar
    Participant

    That code does not work either :-(

    ahmetsali
    Keymaster

    it is awkward, it should have worked, however can’t check your site again because maintenance mode.

    vonmozar
    Participant

    Maintenance is off – check site now

    ahmetsali
    Keymaster

    just checked again, the menu appears on mobile layout, however since your site’s css has been edited it doesn’t look straight as in our demo site.

    vonmozar
    Participant

    Can you show me as screen shoot of how the menu appears in you mobile layout please as I can not see the menu on my iPad or iphone

    ahmetsali
    Keymaster

    sure, here it is;

    http://www.awesomescreenshot.com/image/118329/a44f989a593aa2d749e291cf8365351a

    try hitting ctrl+f5 if you can’t see it.

    vonmozar
    Participant

    I see it – it’s not showing up on my devices – however I will get the person who put in the css code to fix the problem.

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

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register