Forum Replies Created
-
AuthorPosts
-
Ok ok ok … I found it!!! Ismael already posted the solution on 13 januar!
He wrote on woocommerce-shop-different-image-quality-depending-on-how-i-open-the-product/#post-1378523 “You can add the following code in the functions.php file to adjust the size of the catalogue images.”add_filter( 'avf_wc_before_shop_loop_item_title_img_size', 'avf_wc_before_shop_loop_item_title_img_size_mod', 10, 1 ); function avf_wc_before_shop_loop_item_title_img_size_mod( $thumbnail_size ) { return 'woocommerce_thumbnail'; }
Works perfectly – problem solved.
Hi Rikard,
Just briefly to your info: you were (almost) right – the error was not due to ENFOLD, nor was it due to my website. When I switched from PHP 7 to 8, the hoster’s web server indicated that PHP 8 was set. However, the conversion did not work for the website, it was still running on PHP 7 and was therefore not configured… That’s why WooCommerce no longer worked.
Thanks anyway for your support!
Best regards,
LutzThis reply has been marked as private.November 28, 2022 at 10:13 am in reply to: Sidebar widget does not actually exist, but is displayed (spooky!) #1374100Hi Rikard,
everything is great, problem solved, thank you very much!
Best regards,
LutzNovember 27, 2022 at 8:32 pm in reply to: Sidebar widget does not actually exist, but is displayed (spooky!) #1374060Hi Mike,
Thanks for your quick support – I’ll have a closer look at the “Page Sidecar Navigation“. I didn’t know about it until now. Maybe I’ll need it in another place! Great – one never stop learning!
Best regards,
LutzNovember 27, 2022 at 3:30 pm in reply to: Sidebar widget does not actually exist, but is displayed (spooky!) #1374019This reply has been marked as private.Hi Ismael,
… sometimes the technology is not comprehensible. I don’t remember changing anything in the Quick CSS. I had deleted the browser cache several times. The menu in smartphone mode now works as it should again: the white area covers the whole screen. FYI: The only thing I changed is the heading below the slideshow – from uppercase to standard.
Cheers,
LutzHey Ismael,
Unfortunately, temporarily changing the entry Performance > File Compression and deleting the cache did not work. In my last bug request, I received a CSS code snippet from moderator Mike (June 25, 2022 7:47 pm) because the “mobile curtain effect” didn’t work on smartphoners. I thought at first that it might be that the menu was no longer being displayed. But even if I remove the CSS snippet again, the menu does not work in the smartphone view.
And even if I hide the Revolution slider on the homepage for small and very small screens, the menu doesn’t work.
Best Regards,
LutzHi Rikard,
Sorry for the delay – everything is working fine again, you can close the topic. Thank you!Best regards,
LutzHi Mike,
the wait and a little patience really paid off: your CSS snippets work perfectly – the page looks exactly as it should again! Thanks a lot for your support!Best regards,
LutzAnother problem is that the slider in the footer is repeated (!!!) (after I installed Enfold 5.0 and the latest Revolution Slider) and covers the content of the footer and socket.
-
AuthorPosts