- This topic has 13 replies, 2 voices, and was last updated 7 months, 4 weeks ago by
Leo.
-
AuthorPosts
-
August 19, 2020 at 3:09 pm #1410194
Chelsea
Aloha Generate Press,
Hope you’re having a great day! Can you please take a look at this and perhaps provide a fix?
When the nav search bar is open on the upper right side of the page, it’s not possible to click the main menu or home button without “X’ing off the search bar, which is a pain to do. I would think all links would be clickable even when the search bar is open?
Thoughts?
I included the login details to view the dev url in the Website URL field.
THANK YOU! : )
August 19, 2020 at 7:47 pm #1410337Leo
StaffCustomer SupportHi there,
Unfortunately I don’t think it’s possible with the way the navigation search is set up.
Maybe the workaround solution of inserting the WordPress default search field would work better for this case?
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/August 19, 2020 at 8:37 pm #1410365Chelsea
Hi Leo!
This is the custom CSS that I have applied to the nav search bar (I believe it was originally provided by David @ Generate Press):
/* Nav Search Bar Customization */
.main-navigation li.search-item {
position: absolute;
right: 0;
}
.navigation-search.nav-search-active input[type=”search”] {
max-width:350px;
}.navigation-search input {
line-height: 1;
}.navigation-search input[type=”search”]::placeholder {
color: #cccccc;
}Any way to customize this further to gain that functionality. I thought I was using WordPress search field but just customized it via css.
Thank you!
August 19, 2020 at 8:44 pm #1410369Leo
StaffCustomer SupportThat CSS is just to position it and add some style and has nothing to do with the functionality.
Any way to customize this further to gain that functionality.
I don’t believe that’s something CSS could do.
I thought I was using WordPress search field but just customized it via css.
You are just using the navigation search option from GP:
https://docs.generatepress.com/article/navigation-search/The workaround solution would be to insert a WordPress search widget as seen here:
https://docs.generatepress.com/article/sidebar-layout/#default-widgetsDocumentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/August 19, 2020 at 8:46 pm #1410371Chelsea
Thank you for clarification… So the nav bar I’m currently using is Generate Press’s nav bar and it was not designed to allow for other clicking when the nav bar is open? Correct?
August 19, 2020 at 8:47 pm #1410373Leo
StaffCustomer SupportYes that’s correct.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/August 19, 2020 at 8:56 pm #1410377Chelsea
Ok thank you! From your experience do you know if it is possible to stylize the WordPress search widget to look / operate the same as the one I have created via Generate Press. Wondering if it would be an easy customization?
August 19, 2020 at 9:01 pm #1410380Leo
StaffCustomer SupportNo – the search field in the search widget will always stay open without the need to click to activate like the navigation search – but that will also mean that you will have access to other menu items/links the nav bar.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/August 19, 2020 at 9:10 pm #1410384Chelsea
Makes sense. Thank you! Appreciate you looking into this with me! Aloha!
August 19, 2020 at 9:11 pm #1410385Leo
StaffCustomer SupportNo problem π
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/August 19, 2020 at 9:15 pm #1410387Chelsea
Leo – is it possible to see / verify if anyone has been able to look at my other open ticket regarding link colors? I posted to comments earlier today.
Ticket #1408233
August 19, 2020 at 9:16 pm #1410388Leo
StaffCustomer SupportI’m sure David will get back to you.
Thanks for your patience.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/August 19, 2020 at 9:25 pm #1410397Chelsea
Thank you! : ) David’s awesome and so are you! Appreciate you guys!
August 19, 2020 at 9:32 pm #1410402Leo
StaffCustomer SupportGlad we have been helpful π
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/ -
AuthorPosts
- You must be logged in to reply to this topic.