- This topic has 15 replies, 3 voices, and was last updated 5 years, 6 months ago by
Leo.
-
AuthorPosts
-
October 16, 2020 at 6:50 am #1491896
philochardbleu
Bonjour,
I Have GP Premium.
The burger menu was too small especially on mobile, I tried to change it using Apparence – Customizer – Typo – primary navigation -, then changing the display (at the bottom) I can see the good size of the burger menu the one I put previously (for example 27px), but it is not consistent with the size displayed on the right side. To have the right size I have to move a little the cursor of size, and the virtual display is then consistent (good size). Unfortunately, this is not memorized and as soon as I move out of the customizer, the real and virtual display are back to the small menu. To get rid of this I had to include in CSS :
@media (max-width: 1000px) {
.menu-toggle, .main-navigation .mobile-bar-items a {
font-size: 28px;
}
}
This works but it seems that there is a bug… This should not be the correct way for fixing it !
Regards,
PhilippeOctober 16, 2020 at 7:07 am #1491927David
StaffCustomer SupportHi there,
can you share a link to your site so i can see the issue?
October 16, 2020 at 7:49 am #1492092philochardbleu
My website is https://www.chateaudepuicheric.fr/
I removed the CSS file. And my sizes are 25, 28, 28 (PC, tablet, mobile)
Regards,
PhilippeOctober 16, 2020 at 8:19 am #1492136philochardbleu
For your information, the english website has the CSS file !
October 16, 2020 at 10:18 am #1492338Leo
StaffCustomer SupportCan you make sure you are using the latest version of GP Premium?
https://docs.generatepress.com/article/generatepress-and-gp-premium/October 16, 2020 at 1:46 pm #1492529philochardbleu
I was in 1.11.3. I upgraded manually, it seems to work now !
The automatic update did not work ! (Curl error)
Kind regards,
PhilippeOctober 16, 2020 at 3:10 pm #1492592Leo
StaffCustomer SupportNo problem 🙂
October 17, 2020 at 12:49 am #1492829philochardbleu
Thank you very much with tour support. I would be very interesting to be aware that an update is available (by mail, on the wordpress desktop) even if we have to make the update manually.
Best regards,
PhilippeOctober 17, 2020 at 1:29 am #1492844philochardbleu
Just to inform you that with the update (GP 1.12.2), size of character is taken into account and stored, but it is not immediately reflected on the virtual display (tablet and mobile)… To see the update, you have to get out of apparence menu and go back. This situation is better than the previous one but not ideal.
Regards,
PhilippeOctober 17, 2020 at 9:47 am #1493428Leo
StaffCustomer SupportIf you activate the automatic update then you would get a notification in the dashboard:
https://docs.generatepress.com/article/updating-gp-premium/#activating-updatesJust to inform you that with the update (GP 1.12.2), size of character is taken into account and stored, but it is not immediately reflected on the virtual display (tablet and mobile)… To see the update, you have to get out of apparence menu and go back. This situation is better than the previous one but not ideal.
That just sounds like a caching issue 🙂
October 18, 2020 at 5:16 am #1494104philochardbleu
I tried with chrome, internet explorer, Edge after deleting the cache I still have this issue. But, it is not very important as soon as I am aware of it. The same behaviour for header, but not for top bar.
I set the automatic update, but I have Curl error, so nothing happens…October 18, 2020 at 9:36 am #1494492Leo
StaffCustomer SupportWhich curl error?
This one?
https://docs.generatepress.com/article/updating-issues/#download-failed-curl-error-51October 18, 2020 at 10:51 am #1494581philochardbleu
No, this one : cURL error 28: Connection timed out after 10000 milliseconds. I will probably go to this link, when I have time…
You are working even on sundays !!
Thank you !October 18, 2020 at 11:09 am #1494606Leo
StaffCustomer SupportYeah that’s the right article 🙂
Feel free to open a new topic for that error if the steps in the article don’t help.
Our support forum is open every day 🙂
October 18, 2020 at 12:23 pm #1494696philochardbleu
Thanks a lot !
-
AuthorPosts
- You must be logged in to reply to this topic.