Home Forums Pro Themes Photo Perfect Pro Home Page Image Appears In Front of Flyout Nav on Mobile

Tagged: ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #36140
    dwebstudios
    Participant

    On mobile devices, the front page image scroller appears in front of the navigation fly out menu.

    Look at this URL on your mobile device and the menu is blocked.

    http://www.skalteimages.com

    Thanks in advance.

    #36273
    wensolutions
    Keymaster

    Hello @dwebstudios,

    To fix the issue of the menu please use below CSS.

    For this go to Admin Panel > Appearance < Customize > Additional CSS and paste below given CSS.

    @media only screen and (max-width: 479px){
    	.site-header{
    	    z-index: 1000;
    	}
    }

    Hope this helps.

    If you have any issue further, please let us know.

    Best regards!!

    #36292
    dwebstudios
    Participant

    Didn’t work. Anything else I can try? I updated this CSS and tested on the iPhone and still the menu is hiding behind the main image on the home page.

    On the subpages, all is fine. It’s just the home page.

    Thank you!

    #36360
    wensolutions
    Keymaster

    Hello @dwebstudios,

    the issue has been noted as known issue and we are currently working on this . We will be releasing the update fixing the issue as soon as possible and we will let you know.

    Hoping for the co-operation .

    Best Regards!!

    #39384
    raghunas
    Participant

    Hello ,

    Please take a look at my site futogrufee.com, I exactly needed to replicate the theme, because that suits my requirement. But I have been trying , but cant able to load in images on Home page except the cover page. Request your attention at first.

    #39404
    wensolutions
    Keymaster

    Hello @raghunas,

    After inspecting your site URL, We would suggest you to set Featured Image in all the posts as those displayed images are the featured images of those post.
    Please refer this screenshot for detail:
    http://image.prntscr.com/image/3ae9526605894988b52bea6ede1002e3.png
    If the problem still persists, please let us know so that we could debug further.

    Hope this helps,
    Best Regards!!

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.