- This topic has 26 replies, 2 voices, and was last updated 4 years, 11 months ago by
Elvin.
-
AuthorPosts
-
December 7, 2017 at 2:24 pm #444316
dale
This seems to have happened with the update to GP 2.0, as it worked the other day.
I’m using Chrome.
December 7, 2017 at 2:48 pm #444349Tom
Lead DeveloperLead DeveloperI just tried it and it worked. Maybe try clearing your browser cache?
December 8, 2017 at 9:07 am #444936dale
Will do.
on a slightly unrelated topic, what is the best way to find my support posts when I forget to tick the “email me when someone answers” box? I’ve tried looking under my account to see if support requestd were linked there, but don’t see them. And typing in my name using the Search tool isn’t a great method either.
December 8, 2017 at 11:06 am #445028Leo
StaffCustomer SupportClicking your name is under the gravatar is the easiest: https://generatepress.com/forums/users/dale/
We need to make it easier for users for sure 🙂
December 9, 2017 at 11:26 pm #446031Michael Alø-Nielsen
I have the same problem with the search tool not working in the menu bar after 2.0 upgrade.
I’ve tried it in both Chrome and Firefox, and clearing the cache didn’t help.December 10, 2017 at 10:30 am #446317Tom
Lead DeveloperLead DeveloperHave you altered the navigation search icon HTML at all?
December 10, 2017 at 1:07 pm #446412Michael Alø-Nielsen
Not that I’m aware of. I do have the “Search Everything” plugin installed, but disabling it makes no difference.
December 10, 2017 at 1:10 pm #446416Michael Alø-Nielsen
And also… after I click the search icon all links seem to be disabled until I refresh the page.
December 10, 2017 at 3:56 pm #446467Leo
StaffCustomer SupportIs the plugin disabled right now? If not can you disable it?
December 10, 2017 at 6:32 pm #446511Michael Alø-Nielsen
Plugin is now disabled.
December 10, 2017 at 7:03 pm #446520Tom
Lead DeveloperLead DeveloperAhh it looks like you’ve added your own search icon menu item using a custom link.
Try changing the
<span>inside the Navigation label to an<i>.December 11, 2017 at 12:46 am #446640Michael Alø-Nielsen
That helped a little, but the box to type the search terms does not appear when i click the icon. It just changes to an X.
December 11, 2017 at 12:49 am #446641Michael Alø-Nielsen
The CSS used for the icon is like this:
/* =Navigation-search ------------------------------------------------------------- */ .main-navigation .search-item { display: none; } .main-navigation .search-item.custom { display: block; } .main-navigation li.search-item.custom, .main-navigation li.search-item.custom a, .main-navigation li.search-item.custom a:hover, .main-navigation li.search-item.custom a:active, .main-navigation li.search-item.custom a:focus { float: right; z-index: 21; -moz-border-radius-topright: 10px !important; -webkit-border-top-right-radius: 10px !important; border-top-right-radius: 10px !important; -moz-border-radius-bottomright: 10px !important; -webkit-border-bottom-right-radius: 10px !important; border-bottom-right-radius: 10px !important; } .navigation-search { position: absolute; right: 0; display: none; z-index: 20; width: 50%; top: 0; } .navigation-search input, .navigation-search input:active, .navigation-search input:focus { border: 0; vertical-align: bottom; line-height: 0; opacity: 0.9; width: 100%; z-index: 20; -moz-border-radius-topright: 10px !important; -webkit-border-top-right-radius: 10px !important; border-top-right-radius: 10px !important; -moz-border-radius-bottomright: 10px !important; -webkit-border-bottom-right-radius: 10px !important; border-bottom-right-radius: 10px !important; }I suspect it must be in this code I have to change something. I just can’t figure out what?
December 11, 2017 at 10:03 am #447068Tom
Lead DeveloperLead DeveloperGet rid of the
display: nonein your.navigation-searchCSS.December 11, 2017 at 3:57 pm #447333Michael Alø-Nielsen
Thank You. Now it works perfect again 🙂
-
AuthorPosts
- You must be logged in to reply to this topic.