how to display to menu in mobile version

Posted in: Newspaper
Post count: 23

I’m using newspaper v6.7 and when I switch to mobile version I have just the menu of category and the topmenu is hidden and I don’t know how to display it.so any help about how to display both menus.Thank you

Post count: 22421

Hello,
The top menu was never intended to show on mobile so that is why it was hidden. it can be reactivated with css but I will need a link to your site so I can provide the proper css code for it.
Thank you!

Post count: 23

this is my site : http://www.crowdpondent.com/

Post count: 22421

Hello,

But you do not use the theme top menu but rather a plugin. I cannot provide any solution for third party plugins. I can provide a solution for a theme element but not for plugins as it;s not covered by the theme support.

Thank you!

Post count: 23

for the menu I don’t use any plugin,which plugin used in my site to generate menu in mobile ? Thank you

Post count: 22421

Hi,
The menu I saw on your site was called ‘mega-menu’ but it did not come from the theme…The top menu created a hamburger menu along side the one from our theme. That is not a default theme implementation and falls beyod what support can offer you.
Here is a code that will work on the theme top menu but not on custom menus:
@media (max-width: 767px){
.td-header-top-menu-full {
display: block!important;
}}
@media (max-width: 767px){
div.td-header-sp-top-menu {
display:block !important;
float:none!important;;
}}
@media (max-width: 767px){
.td-header-top-menu-full {
display: block!important;
}}

Thank you!

Post count: 23

Thank you

Viewing 7 posts - 1 through 7 (of 7 total)
The forum ‘Newspaper’ is closed to new topics and replies.