Tagged: menu, mobile devices
- This topic has 11 replies, 3 voices, and was last updated 3 years, 12 months ago by Theme Horse Support Team.
-
AuthorPosts
-
July 8, 2019 at 12:01 pm #65194RufandoParticipant
The mobile MAIN Menu and SUB-CATEGORIES menu are not showing. When clicked it immediate closed up. Any fix? Thanks
July 9, 2019 at 12:58 pm #65223Theme Horse Support TeamKeymasterHi Rufando,
Can you please provide us your site URL? where you are having a problem. Also please do check our demo site for the same issue.
Thank you!
July 11, 2019 at 12:35 pm #65314RufandoParticipantThis is my site: https://pptxworship.com/
July 12, 2019 at 11:06 am #65341Theme Horse Support TeamKeymasterHello Rufando,
Can you please check deactivating the plugin one by one? If may be the plugin conflict.
Thank you!
September 27, 2020 at 9:42 am #81391RufandoParticipantHello. Thanks you for the response.
Please look at my site, there’s no “SEARCH” button/icon on moblile, only in Desktop. I tried to make a small logo but its the same, NO search tool on top. How to put a search icon to search my site? Thank you.
September 30, 2020 at 2:46 pm #81512Theme Horse Support TeamKeymasterPlease go to Theme directory > header.php file. On line on: 52 you will find below line of codes.
</div><!-- .site-branding .navbar-brand -->
Now replace the above mention code with the code provided below.
</div><!-- .site-branding .navbar-brand --> <span class="search-toggle mobile-view-toggle"></span>
NOTE: Make sure you make the child Theme to customize the code so that your customized code won’t get lost when updating the Theme to a newer Version in Future.
Now Go to ‘Dashboard > Appearance > Customize > Additional CSS’ and paste the below custom CSS Code.
.navbar .search-toggle.mobile-view-toggle { display: none; } @media (max-width: 991px) { .navbar .search-toggle.mobile-view-toggle { display: block; padding: 10px; position: absolute; top: 17px; right: 50px; } .search-block .search-form { width: 90%; } }
October 8, 2020 at 8:01 am #81891RufandoParticipantThis is what happened when I added the code to header.php and to Additional CSS
Link: https://pptxworship.com/wp-content/uploads/2020/10/th-mobile.jpgOn Desktop and right on mobile, both look bad.
October 21, 2020 at 12:28 pm #82209Theme Horse Support TeamKeymasterAccording to the screenshot, we found you have replaced the provide code in wrong place. May be you have added some extra code before on top so the line no didn’t match. Please search a bit down side(lines) more to find the code
</div><!-- .site-branding .navbar-brand -->
and replace on it. Make sure while replacing the code the first line code is the same code that you have find. The objective is just to the add second line code that is about the search toggle.November 2, 2020 at 1:42 am #82603RufandoParticipantThank you very much for the answer. I did it! BUT how to make the mobile search icon more bigger? Thanks for the reply
November 7, 2020 at 12:44 pm #82769Theme Horse Support TeamKeymasterHi Rufando,
To make the mobile search icon more bigger just go to Appearance > Customize > Additional CSS and paste the below custom CSS code
@media (max-width: 991px) { .navbar .search-toggle.mobile-view-toggle { top: 10px; font-size: 20px; } }
November 19, 2020 at 1:39 am #83980RufandoParticipantThank you very much
November 19, 2020 at 1:10 pm #83991Theme Horse Support TeamKeymasterWelcome anytime Rufando.
-
AuthorPosts
- You must be logged in to reply to this topic.