• Hi,

    trying to troubleshoot several problems like:
    Admin bar not showing on all the pages
    Woocommerce basket text in white
    Loading time really slow

    I deactivated all plugins and activated 1 by one. But now the website doesnt work as before. my frontpage doesnt load nor the images or the woccommerce products. I restored a backup but it doesnt work. In the backend things are a little better. What is happening?

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • @pedromoldao

    Site looks okay to me.
    It’s loading slow bc the amount of payload you are loading is astronomical.
    Hundreds of lines of js and css before any content is rendered.
    Lighthouse says it took over 7 seconds just to render your js files.
    As for Admin, not sure since we do not have access.
    I don’t see the WooCommerce basket in white.

    Thread Starter pedromoldao

    (@pedromoldao)

    hi,

    Thank you so much for the quick response. sudnnely the site works.
    What can i do about all those lines of java and css? is there and easier way? i dont know how to program.
    The admin bar sudennely works. i dont know why.
    the woocommerce basket: when you enter the website and choose a product, the woocommerce basket turns to “1”. when you hoover whith mouse it should appear the name of the product and 2 buttons, they appear in white.

    Thank you again

    Thread Starter pedromoldao

    (@pedromoldao)

    the loading time is also due to a background image that i deleted but somehow the link is still in the load time showing a status of 404.

    @pedromoldao

    You’ll need to find out where that plant2 png file is being referenced, and remove it.
    Are you sure you installed Elementor properly ? Bc you have references to elementor/ as well as elementor-pro/ :
    <link rel=’stylesheet’ id=’elementor-frontend-css’ href=’https://play-big.eu/wp-content/plugins/elementor/assets/css/frontend.min.css?ver=2.9.8&#8242; media=’all’ />
    <link rel=’stylesheet’ id=’elementor-pro-css’ href=’https://play-big.eu/wp-content/plugins/elementor-pro/assets/css/frontend.min.css?ver=2.9.4&#8242; media=’all’ />

    I dunno really – your homepage calls 43 plugins, and 28 .css files.
    Typically, I recommend this one :
    https://en-ca.www.ads-software.com/plugins/autoptimize/

    You could add this for your buttons :

    a.elementor-button.elementor-button--view-cart.elementor-size-md {
        border: 1px solid #FF860D;
    }
    a.elementor-button.elementor-button--checkout.elementor-size-md {
        border: 1px solid #FF860D;
    }
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Website homepage doesnt work’ is closed to new replies.