After updated, theme (Legenda) contains outdated copies of some WooCommerce

This topic has 22 replies, 3 voices, and was last updated 4 years, 8 months ago ago by Olga Barlow

  • Avatar: Thomas_Tam
    KThomas
    Participant
    August 13, 2019 at 01:33

    Error as below:

    legenda/woocommerce/cart/cart.php version 3.5.0 is out of date. The core version is 3.7.0,
    legenda/woocommerce/cart/mini-cart.php version 3.5.0 is out of date. The core version is 3.7.0,

    Thanks and Best Regards,
    Thomas

    21 Answers
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    August 13, 2019 at 19:00

    Hello,

    The new theme update compatible with the WooCommerce 3.7 will be available within 1-2 days. Follow our updates.

    Regards

    Avatar: Thomas_Tam
    KThomas
    Participant
    August 15, 2019 at 03:00

    Hi,

    I downloaded the v4 updated theme but I cannot copy child-theme.css.php and header_stickbar.tpl.php files into my system.
    Please help.

    Thanks and Best Regards,
    Thomas

    Avatar: Thomas_Tam
    KThomas
    Participant
    August 15, 2019 at 03:23

    Hi,

    Also, the wrong favicon icon show on my website
    Due to your updated version, REMOVED: Favicon option (enabled support of the default WP favicon option), How can I modify it?

    Thanks and Best Regards,
    Thomas

    Please contact administrator
    for this information.
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    August 15, 2019 at 14:06

    Hello,

    If you don’t have permission to copy these files then contact your hosting provider.
    To upload favicon go to Appearance > Customize > Site identify https://www.8theme.com/demo/docs/legenda/Troubleshooting/How_to_add_custom_favicon

    Regards

    Avatar: Thomas_Tam
    KThomas
    Participant
    August 15, 2019 at 23:19

    Hi,

    please refer the updated v4.1, they removed “Favicon” function!

    Version 4.1 – August 15 2019
    ADDED: WooCommerce 3.7.0 compatibility
    ADDED: Legenda Core plugin version check
    FIXED: Colors for headings
    FIXED: 8theme products WPBakery element
    REMOVED: Favicon option (enabled support of the default WP favicon option)

    When I upload v.4.1 files, only these two files could not upload because these two files are read only.

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    August 16, 2019 at 09:45

    Hello,

    Rename and remove these files from your installation on your server and re-upload them from the new archive. These files in our archive have 644 permissions, normal permissions for the files.

    Regards

    Avatar: Thomas_Tam
    KThomas
    Participant
    August 16, 2019 at 10:12

    Hi,

    Thank you.

    How can I modify the Favicon without Favicon” function?

    please refer the updated v4.1, they removed “Favicon” function!

    Version 4.1 – August 15 2019
    ADDED: WooCommerce 3.7.0 compatibility
    ADDED: Legenda Core plugin version check
    FIXED: Colors for headings
    FIXED: 8theme products WPBakery element
    REMOVED: Favicon option (enabled support of the default WP favicon option)

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    August 16, 2019 at 10:34

    Hello,

    Seems you missed my previous answer. We removed our custom option BUT enabled support of the default WordPress option to add the favicon:
    To upload favicon go to Appearance > Customize > Site identify > Upload favicon https://www.8theme.com/demo/docs/legenda/Troubleshooting/How_to_add_custom_favicon

    Regards

    Avatar: Thomas_Tam
    KThomas
    Participant
    August 16, 2019 at 10:53

    Hi,

    Sorry.

    Fixed.

    Best Regards,

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 16, 2019 at 10:55

    Hello,

    Feel free to ask if you have any other questions.
    Have a nice day.

    Regards

    Avatar: Thomas_Tam
    KThomas
    Participant
    August 19, 2019 at 11:29

    Hi Rose,

    No more for this problem.

    Thanks and Best Regards,
    Thomas Tam

    Avatar: Thomas_Tam
    KThomas
    Participant
    August 19, 2019 at 11:37

    Hi Rose,

    Can I ask you how to modify the single product page layout because I need to move down the Afterpay instalment text under the price, don’t want to appear next to the price?

    Thanks and Best Regards,
    Thomas Tam

    Please contact administrator
    for this information.
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    August 19, 2019 at 12:33

    Hello,

    Add the following code to child theme style.css

    .quick-view-popup .product-info .price, .single-product-page .product-info .price {
        float: none;
    }

    Regards

    Avatar: Thomas_Tam
    KThomas
    Participant
    August 19, 2019 at 12:51

    Hi Rose,

    I added your code into Customising
    Additional CSS but no luck.

    Thanks and Best Regards,
    Thomas

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    August 19, 2019 at 15:25

    Hello,

    Provide temporary WP Dashabord access to your site to check and help you.

    Regards

    Avatar: Thomas_Tam
    KThomas
    Participant
    August 19, 2019 at 15:28

    Hi Rose,

    I found out that if the product only has reg. price. Afterpay info. the position is correct, under the reg. price.
    https://gogobera.com.au/product/christian-dior-sauvage-edp-men-100ml/

    But if the product has reg. price and sale price, the Afterpay info. cannot move down.
    https://gogobera.com.au/product/christian-dior-sauvage-edp-men-100ml/

    Thanks and Best Regards,
    Thomas

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    August 19, 2019 at 17:40

    Hello,

    Replace the previous code by this one

    .quick-view-popup .product-info .price, .single-product-page .product-info .price, .single-product-page .product-info .price ins {
        float: none;
    }

    Regards

    Avatar: Thomas_Tam
    KThomas
    Participant
    August 19, 2019 at 23:23

    Hi Rose,

    Thank you so much. Finally fixed.

    One more question, if I active the wishlist plugin, the “wishlist” show on the “product description” and next to the “Add to the CART”.

    How can I cancel one wishlist on the “product description”?

    Sorry to ask many questions.

    Thanks and Best Regards,
    Thomas

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    August 20, 2019 at 11:42

    Hello,

    Follow the documentation https://www.8theme.com/demo/docs/legenda/Troubleshooting/WishList and choose the correct settings of the wishlist plugin.

    Regards

  • 1 2
    Viewing 20 results - 1 through 20 (of 22 total)

The issue related to '‘After updated, theme (Legenda) contains outdated copies of some WooCommerce’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.