Tagged: category sorting
- This topic has 5 replies, 2 voices, and was last updated 5 years, 4 months ago by
mila_support.
- AuthorPosts
- November 5, 2017 at 14:44 #15927
mshmethuParticipantHello
I have installed Photo Gallery by Supsystic Pro version. Category sorting working fine on computer but when I see that on mobile phone there is no category sorting option appearing. Please let me know how can I do that for mobile phone view?
Thanks
November 6, 2017 at 17:08 #15929
mila_supportMemberHi @mshmethu
Thank you for contacting us about Gallery question.
As so we can’t reproduce the issue on our test servers, please provide the page link on your site with the issue. Thus I can see what’s wrong and help you.
November 6, 2017 at 20:14 #15931
mshmethuParticipantHello
I got a solution but not the correct way. I have changed
in /css/responsive.css
nav { display:none; }
to
nav { display:block; }Then now your category menu appearing but also top menu appearing in mobile view which I have to keep hide. So do you have any solution to keep your menu visible on mobile devices but my site’s top menu hidden?
Thanks
November 7, 2017 at 01:39 #15938
mila_supportMemberHi @mshmethu
I got your question, but unfortunately didn’t fully understand it. Could you clarify and supplement it. What kind of menu do you want to hide?Perhaps you can make screenshots, and provide more detailed description.
Then I will be happy to answer it.
November 7, 2017 at 06:54 #15939
mshmethuParticipantHello
Please see this mobile phone screenshot https://www.dropbox.com/s/cyuyvj5mdzg8hsb/Screenshot_2017-11-07-08-08-18-447_com.chrome.canary.png?dl=0
There 2 red arrow indicating header menu which should not appear on mobile phone but after changing responsive css ‘display:none’ to ‘display:block’ that is now not hiding in mobile phone. So I want to know is it possible to show your gallery category menu outside main navigation div?Thanks
November 8, 2017 at 14:56 #15944
mila_supportMemberHi @mshmethu
There are standard HTML tags in your original template and they are written to be hidden on mobile devices – nav { display:none; }
So this means to hide ALL nav tagsBut how to hide only special tags you need?
The developers of your template have to understand, that with this code they hide all similar tags, thus you cant’s see gallery categories on mobile devices. In order to make everything work as you need with both top menu navigation and gallery Categories buttons, your template developers need to clarify class or id only for you top menu navigation. So the clarification will look like - AuthorPosts
- You must be logged in to reply to this topic.