- This topic has 10 replies, 4 voices, and was last updated 4 months, 3 weeks ago by
Tom.
-
AuthorPosts
-
October 6, 2020 at 5:05 pm #1475497
stephen
Hello,
The black arrows that appear in the top menu have turned to blank squares after updating to 3.0
Icon types are set as SVG in customize options.
Cant see any errors in the dev console.
Thanks
October 6, 2020 at 5:25 pm #1475512Leo
StaffCustomer SupportHi there,
Tough to tell without seeing the site live.
Are you using any caching plugins? If so make sure they are all cleared.
And also make sure to clear any server cache if they are active as well.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/October 6, 2020 at 5:26 pm #1475514stephen
Hello Leo,
Apologies, I thought I included the link in the private data section of creating a new thread.
The issue has resolved itself, I guess it was a cache problem.
October 6, 2020 at 6:26 pm #1475559Leo
StaffCustomer SupportNo problem π
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/October 7, 2020 at 6:51 am #1476447stephen
Hello,
This issue is still there, checked again incognito.
There is also an error with the menu, you now need to click on the items instead of hover.
The settings before used to open with hover (on desktop) and open on mobile by clicking on a menu item using this css
.dropdown-click .main-navigation:not(.toggled) ul li:hover>ul, .dropdown-click .main-navigation:not(.toggled) ul li.sfHover>ul { left: auto; opacity: 1; transition-delay: 150ms; pointer-events: auto; height: auto; overflow: visible; visibility: visible; }
October 7, 2020 at 7:59 am #1476743David
StaffCustomer SupportHi there,
that looks to be a caching issue – as on initial load i see the ‘squares’ then they disappear. On reload the squares remain.
If you disable cache plugin and clear any server caches does the problem go away?
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/October 7, 2020 at 4:41 pm #1477560stephen
Thanks David,
A full cache reset seems to have brought the icons back.
There is still an issue with the menu and needing to click to open on desktop.
Do I need to edit the css I posted above? I want the menu to open on hover on desktop and open by clicking anywhere on mobile / tablet.
Thanks
October 7, 2020 at 5:14 pm #1477581Tom
Lead DeveloperLead DeveloperTry adding this as well:
.dropdown-click .main-navigation ul ul { display: block; }
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentOctober 7, 2020 at 5:37 pm #1477600stephen
Hello Tom,
Thanks that fixed the menu clicking issue.
The blank square issue is back. currently speaking with Kinsta support. It appears to show a blank square and arrow on chrome and edge but just an arrow on firefox.
Did anything change for 3.0 update to cause this?
October 7, 2020 at 5:46 pm #1477610stephen
Sorry for the constant bumps, it appears to be fine now after another WP rocket cache refresh and regen css path
October 7, 2020 at 6:09 pm #1477630Tom
Lead DeveloperLead DeveloperGlad it’s all working now π
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-development -
AuthorPosts
- You must be logged in to reply to this topic.