-
AuthorPosts
-
March 12, 2021 at 11:37 am #34925LianGuest
I followed the turorial and configured avada and W3TC exactly as the instructions but it has made the slider, header/menu and other elements like category images and text display huge. How can i fix this?
March 12, 2021 at 11:40 am #34931Marko VasiljevicKeymasterHello Lian,
I am sorry about the issue you are experiencing and I am happy to assist you with this.
I’ve checked your website and I am not seeing any issues, or better said, I don’t know how it supposes to look like.
Can you please disable the settings one by one in Performance>general settings, save the settings and purge the cache after each setting is disabled, and see which one might be causing the issue?
If for example minify is causing the issue, re-enable minify, and disable the settings in Performance>minify one by one (HTML minify, JS minify, CSS minify) and see which one might be causing the issue.
Make sure to save all settings and purge the cache after each option is disabled.
Thanks!March 15, 2021 at 7:36 am #34954LianGuestHi thought i would update as i’ve managed to fix this. After reading there is a conflict between wp-optimize and W3TC i deactivated but still had wp-optimize installed, i tried deleting it and it failed, i deleted it through ftp as this was the last plugin updated.
Load Media-Queries Files Asynchronously was also switched on in avada theme options.
I believe the latest wp-optimize update was causing this problem.
Great plugin now ive got it working. Many Thanks
March 15, 2021 at 7:37 am #34988Marko VasiljevicKeymasterHello Lian,
Thank you for the information.
Glad to know the issue is resolved!
Thanks!March 15, 2021 at 8:01 am #34941LianGuestIts minify thats causing it. Im using Avada theme.
It seems to be displaying the mobile header instead of the desktop full header.
The slider on the home page has text so huge it doesn’t fit in. Better on mobile where its just not centered
My shop is displaying as 2 huge columns instead of 4 smaller ones. I am using custom css to display 2 columns on mobile so maybe its this?
@media all and (max-width:800px){
body #wrapper #main ul.products li.product {
width: calc(100% / 2 – 10px) !important;
float: left !important;
clear: inherit;
margin: 5px !important;
}
body #wrapper #main ul.products {
display: flex;
flex-flow: wrap;
}
@media all and (max-width:640px){
#wrapper .product-category a h2.woocommerce-loop-category__title {
font-size: 15px !important;
}} -
AuthorPosts
- The topic ‘W3TC minify has made all fusion elements large’ is closed to new replies.