-
AuthorPosts
-
October 13, 2021 at 4:11 pm #1324779
Hi,
since Enfold 4.8.6.5 (could also be Enfold 4.8.6.4) logo (only) on smarthones appears by a multiple, up to twenty times as large.
I have re-uploaded all logo files, always in the recommended sizes. Without success.
Most recently I uploaded a particularly small logo. However, it’s still way too big on smartphone displays. On PCs and notebooks it is accordingly blurred.
I have never had this kind of problem since 2018.I would be very thankful for help.
Kind regards
HorstOctober 14, 2021 at 4:32 am #1324837Hi Horst,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) { .logo img { max-width: 25%; } }
Best regards,
RikardOctober 14, 2021 at 9:53 am #1324882@Rikard,
I have the same issue. Your CSS doesn’t help either as then the logo get smaller and smaller with more resizing. This is surely a bug as it only started happening with Enfold 4.8.6.5. It needs an urgent fix as the site looks terrible on mobile now.Moreover, I was using the following script in the functions.php file to replace the logo to a different one on mobile. All t*ts up now :(
/* * Change logo on mobile */ add_filter('avf_logo','av_change_logo'); function av_change_logo($logo) { if(wp_is_mobile() ) { $logo = get_stylesheet_directory_uri().'/images/edukacija-garsu-logo-notext.png'; } return $logo; }
October 14, 2021 at 12:00 pm #1324904This reply has been marked as private.October 14, 2021 at 1:27 pm #1324924Same “bug” here… but the css of @Rikard at this time works for me
October 14, 2021 at 2:04 pm #1324932Not at all, with that CSS the logo appears tiny in the mobile version.
October 14, 2021 at 2:21 pm #1324933Hey,
Thanks for contacting us!
Could you please replace /enfold/css/layout.css file with – https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_8_6_5/css/layout.css in Appearance > Editor and flush cache?
If that does not help or if you would like us to update the file, please create temporary admin logins and post them here privately :)
Regards,
YigitOctober 14, 2021 at 2:34 pm #1324941This reply has been marked as private.October 14, 2021 at 2:40 pm #1324945Hello there,
We have updated the file and the logo is still disproportionate on the mobile version. The header logo appears enlarged and breaks the aesthetics of the web in the mobile version. They must update Enfold, this is not acceptable.Thanks.
October 14, 2021 at 2:59 pm #1324951Sveikas Andriu :)
I went to Enfold theme options > Performance and disabled “CSS file merging and compression”, saved theme options, purged cache and that helped. After that I re-enabled CSS file merging and compression. Please review your website :)
@plvsultra Could you please follow the steps I mentioned above and post temporary admin logins if that does not help? The fix will be included in upcoming version.Best regards,
YigitOctober 14, 2021 at 4:22 pm #1324968Sveiks @yigit :), it works now. Many thanks for such a promt response.
October 14, 2021 at 4:33 pm #1324969This reply has been marked as private.October 14, 2021 at 8:12 pm #1324995After replacing the layout.css file and activating / deactivating the theme’s CSS, the logo in the header of the page is correctly adapted in the mobile version. Thank you very much, I was already desperate.
October 15, 2021 at 5:00 am #1325033Hi Horst,
I’m getting an error message on your login page:
Service Unavailable
The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.Could you let us know when it’s possible to login into your site again please?
Best regards,
RikardOctober 15, 2021 at 5:01 am #1325034Hi plvsultra,
Great, I’m glad that you got things working, and thanks for sharing your solution.
Best regards,
RikardOctober 15, 2021 at 12:48 pm #1325098Hi Rikard,
it may be that STRATO – who are hosting our website – have just performed the daily backup.
Right now I’m logged in with your Kriesi-Support account. They/we are online.Best regards,
HorstOctober 15, 2021 at 12:55 pm #1325099Hi Horst,
I have updated layout.css file on your installation and confirmed it on my iphone. Please clear your mobile browsers cache and review your website :)
Regards,
YigitOctober 15, 2021 at 1:07 pm #1325104Hi Yigit, hi Rikard,
excellent ! The logo is back in its correct size.
Many thanks for your dedicated and reliable support !!!Best regards,
HorstOctober 15, 2021 at 1:09 pm #1325105 -
AuthorPosts
- You must be logged in to reply to this topic.