Problems of display - by vince08 - on WordPress WooCommerce support

This topic has 10 replies, 2 voices, and was last updated 2 years, 6 months ago ago by vince08

  • Avatar: vince08
    vince08
    Participant
    October 11, 2021 at 13:23

    Hi,
    I have 3 problems to resolve.

    1. In my footer, the text isn’t white but I have configured it in white. I don’t find where is the problem.

    2. I have problems with plugin WCFM. Ones texts like areas and the cursor don’t display in the WCFM dashboard because they are white with a white background. If you can help with that, could you give me the classes concerned to put the text in black.

    3. in the product page I want display a dimensions attribut like the Category or Share . How can i do that ?

    Thanks for your help.

    Have a good week.

    Please, contact administrator
    for this information.
    9 Answers
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    October 12, 2021 at 14:20

    Hello,

    1) Check now, please.
    2) Provide us with the screenshot of the issue and link to the mentioned page
    3) I added below code to your child theme functions.php

    add_shortcode('product_dimensions_table', 'display_product_formated_dimensions_table');
    function display_product_formated_dimensions_table(){
        global $product;
    
        if ( $product->has_dimensions() ) {
            echo '<span>' . __( 'Dimensions:', 'woocommerce' ) . '</span>     ' . esc_html( wc_format_dimensions( $product->get_dimensions( false ) ) ) . '';
        }
    }

    And added shortcode to your Custom HTML element https://prnt.sc/1vunjax

    Regards

    Avatar: vince08
    vince08
    Participant
    October 12, 2021 at 15:20

    1. Ok It’s good for the first point. thanks

    2. For the second point, this is link in private area. I saw that checkboxes don’t display too when the boolean value is true. The problem is in all menus of the menu settings.

    3. It doesn’ work but during you worked on my website, i had a problem with my menu and i had to restore a save of this morning. So i see your code for html custom is in place. For the code in functions.php i integrated it at the end of this file. Maybe it lack something because of my restoration. Could you look again ? Thanks.

    4. So, with the problem i had this afternoon, can you help me ? I tried to delete the top header with the promo text at the top of the website. It was ok for computer display. But for the mobile devices, it breaks my menu.

    5. A last point : i would like that when a painting is sale, it displays on the picture painting and in the page product. I saw that in Xstore there is the sale label we can display. In the setting today, is it ok for this information displays ?

    Thanks a lot for your help.

    Please contact administrator
    for this information.
    Avatar: vince08
    vince08
    Participant
    October 12, 2021 at 21:41

    6. Another last point to my last message before : I have version 5.7.1 of Woocommerce but when I try to change the version for 5.8.0, the update breaks my website. i have a white page with the message that my website is in maintenance.
    Could you help me with this problem.
    I have the same problem woocommerce with another ecommerce website that is https://devcom.veganonwheels.fr/ . I give you access in content area.

    Thanks a lot.

    Please contact administrator
    for this information.
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    October 13, 2021 at 13:10

    Hello,

    2) You use dark mode for the whole site and it caused issue with multivendor plugin.
    I added below code to Theme Options > Custom CSS to fix

    #wcfm-main-contentainer input[type=email], #wcfm-main-contentainer input[type=number], #wcfm-main-contentainer input[type=password], #wcfm-main-contentainer input[type=search], #wcfm-main-contentainer input[type=tel], #wcfm-main-contentainer input[type=text], #wcfm-main-contentainer input[type=url], #wcfm-main-contentainer textarea, #wcfm-main-contentainer textarea.form-control {
        color: #555;
    }

    Let me know if you have any other issues with the panel styles.

    3) Add shortcode to your Custom HTML element https://prnt.sc/1vunjax
    [product_dimensions_table]
    And actually, add dimensions in the product settings.

    4) I removed Promo text element for the top header and don’t see any problems with the menu.

    5) Yes, theme has the sale label (Theme Options > WooCommerce > Shop Elements > Sale & Out of stock label). Once you add sale price for the product it will appear.

    6) I have updated WooCommerce for you.

    Regards

    Avatar: vince08
    vince08
    Participant
    October 13, 2021 at 14:47

    Hi,
    Thanks a lot for your changes. But i have little problems about ones points :

    2) I have problems too with the lists.

    3) What is the product settings are you talking : in Woocommerce, in WFCM or in Xstore ? But i had already this problem with the second point. And in WFCM, I have two Dimensions attributs and i don’t know what is the good. For example to talk about this, you can take the painting called Aqua Alta.

    Thanks again. 🙂

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    October 13, 2021 at 15:36

    Hello,

    2) Provide screenshot for better understanding, please.

    3) I’m talking about this option https://prnt.sc/1vzw34a
    If you want to use WFCM option then contact plugin author and get the code that displays that and edit display_product_formated_dimensions_table function in your child theme fucntions.php to show that value.

    Regards

    Avatar: vince08
    vince08
    Participant
    October 13, 2021 at 16:09

    2) Find the capture :

    3) Ok, we don’t talk about the same thing. i am talking about dimensions not for expedition but for the paintings. So for me it’s this attribut if it’s possible.

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    October 13, 2021 at 16:48

    Hello,

    2) Fixed.
    3) Edit display_product_formated_dimensions_table function in your child theme fucntions.php according to your needs to show shipping dimensions or attributes or whatever you want. We could just point you to the right direction but we don’t provide personal customization for clients, it’s not included in our support https://themeforest.net/page/item_support_policy

    Regards

    Avatar: vince08
    vince08
    Participant
    October 13, 2021 at 17:51

    Ok.
    Thanks a lot again. 🙂

  • Viewing 10 results - 1 through 10 (of 10 total)

The issue related to '‘Problems of display’' 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.