Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #34925
    Lian
    Guest

    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?

    #34931
    Marko Vasiljevic
    Keymaster

    Hello 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!

    #34954
    Lian
    Guest

    Hi 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

    #34988
    Marko Vasiljevic
    Keymaster

    Hello Lian,
    Thank you for the information.
    Glad to know the issue is resolved!
    Thanks!

    #34941
    Lian
    Guest

    Its 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;
    }}

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘W3TC minify has made all fusion elements large’ is closed to new replies.