-
Author
Tagged: side menu
-
September 16, 2015 at 18:44 #78062
amanavohra
ParticipantHi,
How can I disable side menu only on home page?
Thanks
September 16, 2015 at 19:02 #78066amanavohra
ParticipantI was able to figure it out by adding below – However, I have ENABLED ‘Replace the default Mobile Menu with the Side Menu’ so that I only have 1 mobile icon. How can I add search icon in my side menu?
COPY CODEul#menu-homepagemenu li#nav-menu-item-side { display: none; } body.logged-in ul#menu-homepagemenu li#nav-menu-item-side { display: inline-block; }
September 16, 2015 at 20:07 #78099Radu
ModeratorHi,
First time you need to create a sidebar for the sidemenu from here :
http://localhost/dev/wp-admin/themes.php?page=multiple_sidebars ( replace localhost with your domainname )
Create a sidebar named sidemenu-sidebar then go to theme options-> side-menu -> Before Menu text here put this : [vc_widget_sidebar sidebar_id="sidemenu-sidebar"] ( now we have a sidebar inside the sidemenu ) then from http://localhost/dev/wp-admin/widgets.php add search widget or anything as you wish.
Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 16, 2015 at 21:17 #78108amanavohra
Participantthanks but this way I loose the nice search look and feel which checks the results if its a group, member, blog etc
September 16, 2015 at 21:19 #78109amanavohra
Participantand also, I have limited my search not to show woocommerce product and with this that feature will also be gone
September 17, 2015 at 17:13 #78202Radu
ModeratorHi,
Use this shortcode
COPY CODE[kleo_search_form context="members,groups,post,page,forum,product,portfolio"]
This shortcode will allows you to search on members,groups,post,page,forum,product,portfolio.
Best Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘KLEO’ is closed to new topics and replies.