Big problem with the last update

Hello,

Since the last update done today, my Woocommerce store is unusable!!!

The website : dev.sensaulia.fr

I specify that all the plugins are up to date and that the site runs under PHP 8 with the last Wordpress update.

Examples :

- It is no longer possible to switch from 3 to 4 columns, the option does not work anymore.

- When hovering over the product images in the product list: no more zoom but a gray bar appears

- The color of the links of the Add to cart buttons has changed

- In the product sheet: the zoom of the main image does not work anymore

- The HTML code in the product titles is no longer taken into account

- Buttons and layouts with quantity selection are no longer aligned with the text

- The shopping cart page has changed: the carriers are on the right and not under the cart anymore.


Here are some before/after screenshots.


--------------


Please fix these problems quickly, I don't plan to spend hours reconfiguring everything correctly for my client.


Thanks !

Comments

  • Hey,

    Please send us the WordPress dashboard and FTP access privately thru the contact form, which is on the right side at http://themeforest.net/user/muffingroup#contact, and we will check what might be the reason.

    Notice!

    Please attach a link to this forum discussion.

    Sending incorrect or incomplete data will result in a longer response time.

    Therefore, please make sure that the data you are sending are complete and correct.

    Thanks

  • 1) Your custom CSS code causes it.

    After I removed your custom CSS with browser developer tools, the display is correct.

    You can find your custom CSS in Betheme -> Theme options -> Custom CSS & JS -> CSS.

    2) You must switch the Image frame style to Zoom in Betheme -> Theme options -> Global -> Image frame.

    3) Button colors were set to brown in Betheme -> Theme options -> Global -> Buttons. I have changed them to white.

    4) Your images are too small for zoom. You should use images in higher resolution.

    5) To correct this, I need to access your FTP, but the one you sent is not working. Please, send it again, and ensure that it is working properly. Remember to attach link to this forum discussion.

    6) It is due to the WooCommerce plugin. Please, use the following CSS code to correct that:

    .woocommerce .product div.entry-summary .cart{
       flex-wrap: wrap;
    }
    

    7) And for this, use the following code:

    .mfn-cart-step-1 .woocommerce .woocommerce-cart-form{
     flex-basis: 100%!important;
     max-width: 100%!important;
    }
    .mfn-cart-step-1 .woocommerce .cart-collaterals{
     flex-basis: 60%!important;
     max-width: 60%!important;
    }
    

    Best regards

  • Hello,


    It's perfect, thank you very much! And very reactive !


    For the FTP access, it would be necessary to connect in "not secured" with the identifiers sent previously.

    Thanks !

  • Ok, I have corrected the problem with titles by editing theme files. Please, check that.

    This fix will also be included in the upcoming update.


    Best regards

  • Hello, thanks !! Very good !

  • Hello,


    I just see that in the cart, the problem is always present.


    See screenshot :


    Can you check it please ?

    What about the invoice and the delivery order ?


    Thanks!


    Best regards,

  • Did you update your Betheme?

    If not, please, do that, and check if the problem is present.


    Thanks

  • Hello,


    Thanks ! My Betheme is now up to date !


    Thank yoi !

  • So everything works correctly now?

    Is there anything else I can help you with?


    Best regards

  • Hello,


    Thanks !

    Just in the cart, the problem is present :


    Thank you :)

  • I corrected this as well.

    Please, check that.


    Thanks

  • Very perfect, thanks !

Sign In or Register to comment.