Shape 5

Joomla Templates => Game World - Club => : marleyman October 20, 2015, 04:48:46 AM



: Desktop Menu showing on Mobile View
: marleyman October 20, 2015, 04:48:46 AM
Hi,
On small screens both the Mobile Menu & the Desktop Menu are showing at the same time.
I didn't make any CSS changes that would cause this.
Please let me know what you think is causing it. Thanks

Screen shot attached

Link to site:
http://173.199.129.165/~etownpolice/



: Re: Desktop Menu showing on Mobile View
: mikek October 20, 2015, 10:04:02 AM
Hello,

Your site is no longer showing Game World, it is showing Corporate Response, and I do not the desktop menu on mobile devices.


: Re: Desktop Menu showing on Mobile View
: marleyman October 20, 2015, 10:06:56 AM
Correct. I couldn't wait any longer - I'm working on a project deadline so I had to abandon the Game World Template.
I tried deleting this post so you didn't have to respond to it, but your forum does not allow members to delete their posts.


: Re: Desktop Menu showing on Mobile View
: mikenicoll October 20, 2015, 06:59:40 PM
No worries. Glad you found something else that works.

Regards,


: Re: Desktop Menu showing on Mobile View
: giuse November 09, 2015, 10:29:15 AM
same problem here with Game World template.
 has it been fixed in the meanwhile?


: Re: Desktop Menu showing on Mobile View
: mikek November 09, 2015, 10:47:19 AM
Hello,

There was never a problem found with the post above. If you are having a problem please post a url to where it can be seen.


: Re: Desktop Menu showing on Mobile View
: giuse November 09, 2015, 11:52:12 AM
Thank you for your answer!
please check
www.amorc.it
and let me know how I can provide you admin access if needed

g


: Re: Desktop Menu showing on Mobile View
: marleyman November 09, 2015, 11:54:30 AM
Yep! that was the same thing happening to my site but I had to finally abandon using this template!


: Re: Desktop Menu showing on Mobile View
: gyszabolcs November 10, 2015, 04:30:51 AM
Do you have any solution for this duality?


: Re: Desktop Menu showing on Mobile View
: marleyman November 10, 2015, 05:44:02 AM
Do you have any solution for this duality?

I had to give up on using this Template for this very same issue. I couldn't wait any longer for the shape5 reply to my post, because I was on a deadline.
So shape5 really needs to answer this one. Sorry.


: Re: Desktop Menu showing on Mobile View
: mikek November 10, 2015, 09:50:13 AM
Hello gyszabolcs,

This is not a bug with the template. The reason your desktop menu is still showing on mobile view is because you've added this to custom.css:

#s5_menu_wrap {
    background: #cdcdcd none repeat scroll 0 0;
    display: block;
    height: 65px;
    margin-bottom: -1px;
}

The display:block is forcing it to be on at all resolutions, when it's supposed to be a display:none on smaller resolution

That display:block call is not needed and can simply be removed from your custom.css file to correct this.


: Re: Desktop Menu showing on Mobile View
: gyszabolcs November 10, 2015, 10:10:22 AM
Hello Mike,

Thank you for your fast reply, that was exactly the case. I removed it and it works fine.