-
AuthorPosts
-
June 15, 2017 at 10:07 pm #808719
Hi,
Great template.
I have one wuestion, is it possible to hide the title container (breadcrumb) on responsive and mobile view?
Thank you.
Regards,
AhmadJune 16, 2017 at 12:23 am #808756Hey Daghes,
Add the following to quick css:
@media only screen and (max-width: 767px) { .title_container{ display:none!important; } }Best regards,
Jordan ShannonJune 16, 2017 at 10:20 am #808910Thank you, works great!
One more thing, can I join the top menu with the main menu on responsive also?
Regards,
AhmadJune 16, 2017 at 5:46 pm #809025Hi,
That is not possible without significant header customization that goes beyond what can be done here in the forums. However perhaps you can create a second menu with those top links included with the normal links, and use a plugin such as this to show on mobile https://wordpress.org/plugins/zen-menu-logic/.
Best regards,
Jordan ShannonJune 23, 2017 at 3:31 pm #812136Hi,
Thank you Jordan for your support.
Unfortunately, Zen menu is not compliant with the WPML plugin so it will not work in my case.
is there any other plugin that can help with my purpose?in the other hand, please how I can hide the main and top menus in the responsive view??
Regards,
AhmadJune 23, 2017 at 5:10 pm #812177Hi Ahmad,
It’s very unusual that you’d like to hide the main and top menus… But if you’re absolutely sure that you’d like to do that, you can use this in Quick CSS:
@media only screen and (max-width: 1024px) { .advanced_menu_toggle {display:none} .sub_menu {display:none} }You may adjust the maximum width to fit your preference.
Best regards,
SarahJune 23, 2017 at 6:31 pm #812232Hi Sara,
Thank you for your answer.
I want to hide these two menus on mobile devices and appear another menu that contain different structure (using a plugin)Regards,
AhmadJune 23, 2017 at 6:50 pm #812249Hi,
All right. :) Do let us know if you need further help with this topic, or if we can close this thread.
Thank you!
Best regards,
Sarah -
AuthorPosts
- You must be logged in to reply to this topic.
