Home Forums WoodMart support forum After Last Update some Price Text not green

After Last Update some Price Text not green

Viewing 30 posts - 1 through 30 (of 37 total)
  • Author
    Posts
  • #361206

    prattsy
    Participant

    After Last Update some Price Text not green like other.
    And on Thankyou Page one Tax Text not on right Side.
    Please see Movie Link in Private Content.

    #361373

    Bogdan Donovan
    Keymaster

    Hi,

    1. Subtotal price was always in gray color (https://prnt.sc/k35xOS2u7ufB) and it is not have been changed in the latest update. That is how our theme was initially designed. We can prepare a custom code for you which will change this color, please confirm if you need it.

    2. Our theme did not have this content on “Thank you page”. Please try to first check this issue with the default theme.

    Kind Regards

    #361567

    prattsy
    Participant

    please see private content
    it shows all problems after last update

    #361677

    Bogdan Donovan
    Keymaster

    Hi,

    1. We have checked your mobile bottom bar and it is looking normal (https://prnt.sc/NXuwURZQ613Y).

    2. Try to use the following code to change color price color on checkout and cart:

    body .cart-totals-inner table .cart-subtotal .amount,
    body td.product-price .amount, 
    body td.product-total .amount {
    	color: var(--wd-primary-color);
    } 

    3. Try to use the following custom code to change tax position on thank you page

    body .woocommerce-table__product-total .product-tax {
     	display: inline;
    }

    We also have found that your previous custom code has syntax errors (https://prnt.sc/1N47cJggKE6i) which breaks all subsequent code. Before adding any additional code, try to fix all previous errors.

    Kind Regards

    #361999

    prattsy
    Participant

    Please look private Content.

    On my Mobile i can’t see Bottom Menu.
    I will check again.

    #362030

    prattsy
    Participant

    mobile update:

    on pc inspector it looks ok
    pc inspector

    on real mobile you can see for short time something on bottom, but then nothing,
    berfore last woodmart update i don’t have this problem

    real mobile

    #362332

    Bogdan Donovan
    Keymaster

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

    .woocommerce-table__product-total {
    	vertical-align: top;
    }
    
    .wgm-extra-costs-eu {
    	color: #FFF;
    }

    We have checked your bottom mobile nav bar on a real mobile device and it is working normally.

    Chrome – https://prnt.sc/Iw_CqNRxju05
    Firefox – https://prnt.sc/xAdscVyu-5R3

    Try to clear the browser cache on your mobile device and check the issue on another mobile device to ensure that it is not a cheche problem.

    Kind Regards

    #362655

    prattsy
    Participant

    please look private content
    have marked style problems

    #362753

    Bogdan Donovan
    Keymaster

    Hi,

    Try to add the following code snippet to the Custom CSS area in Theme Settings.

    .woocommerce_de_versandkosten,
    .woocommerce_de_versandkosten a{
    	color: #FFF;
    }
    
    .global-color-scheme-light ul.variation {
    	color: rgba(255, 255, 255, 0.8);
    }
    
    .woocommerce-cart-form__cart-item .wgm-tax {
    	font-size: 14px;
    }
    
    .woocommerce-table--order-details .product-total .product-tax {
    	text-align: right;
    }

    Kind Regards

    #362788

    prattsy
    Participant

    Hi,

    thanks for support,
    not all perfect
    please look private content

    have this in my custom css

    body .cart-totals-inner table .cart-subtotal .amount,
    body td.product-price .amount,
    body td.product-total .amount {
    color: var(–wd-primary-color);
    }

    .woocommerce-table__product-total {
    vertical-align: top;
    }

    .wgm-extra-costs-eu {
    color: #FFF;
    }

    .woocommerce_de_versandkosten,
    .woocommerce_de_versandkosten a{
    color: #FFF;
    }

    .global-color-scheme-light ul.variation {
    color: rgba(255, 255, 255, 0.8);
    }

    .woocommerce-cart-form__cart-item .wgm-tax {
    font-size: 14px;
    }

    .woocommerce-table–order-details .product-total .product-tax {
    text-align: right;
    }

    Best Regards

    #362959

    Bogdan Donovan
    Keymaster

    Hi,

    Try to add the following code snippet to the Custom CSS area in Theme Settings.

    body .woocommerce-cart-form__cart-item .wgm-tax {
    	font-size: 12px;
    }
    
    .woocommerce-de_price_taxrate,
    .woocommerce-checkout-review-order .wgm-tax,
    .order_item .product-tax,
    body .wc-item-meta,
    body .wc-item-meta strong,
    body.global-color-scheme-light ul.variation,
    .product-item-thumbnail,
    .woocommerce-table--order-details td {
    	color: #FFF;
    }

    Kind Regards

    #362984

    prattsy
    Participant

    Hi,

    MANY THANX
    for perfect design,
    i need little help with my buttons,
    please look private content

    Best Regards

    #363110

    Bogdan Donovan
    Keymaster

    Some gray buttons can be changed by using default button options (https://prnt.sc/q7rbGdyXz2f6) in theme settings and others can be changed by using the following Custom code:

    body .wpcf7-submit,
    body .lumise-customize-button {
    		border-radius: var(--btn-shop-brd-radius);
        color: var(--btn-shop-color);
        box-shadow: var(--btn-shop-box-shadow);
        background-color: var(--btn-shop-bgcolor);
    }
    
    body .lumise-customize-button:hover,
    body .wpcf7-submit:hover {
    		color: var(--btn-shop-color-hover);
        box-shadow: var(--btn-shop-box-shadow-hover);
        background-color: var(--btn-shop-bgcolor-hover);
    }

    We also cant found “Edit Design” button on your cart page (https://prnt.sc/0eYsSvI0lBBc).

    Kind Regards

    #363230

    prattsy
    Participant

    Hi,
    under standard button design i have taken settings from shop buttons, but the update cart button is darker than other buttons
    please look private content.

    Best Regards

    #363365

    Bogdan Donovan
    Keymaster

    Hi,

    1. “Update cart” is disabled and can’t be pressed until the product quantity is not changed. When it is disabled it has opacity which makes it darken. (video https://gyazo.com/c6cee89f3543d98647eed6fbc8c9b42b). It is not dependent on button settings and it is how “update cart” buttons work in WooCommerce in general.

    2. Try to add the following code snippet to the Custom CSS area in Theme Settings to change “Edit Design” button.

    body .woocommerce a.lumise-edit-design {
        border-radius: var(--btn-shop-brd-radius) !important;
        color: var(--btn-shop-color) !important;
        box-shadow: var(--btn-shop-box-shadow) !important;
        background-color: var(--btn-shop-bgcolor) !important;
    }
    
    body .woocommerce a.lumise-edit-design:hover {
        color: var(--btn-shop-color-hover) !important;
        box-shadow: var(--btn-shop-box-shadow-hover) !important;
        background-color: var(--btn-shop-bgcolor-hover) !important;
    }

    Kind Regards

    #363610

    prattsy
    Participant

    Hi,

    THANKYOU FOR GREAT SUPPORT

    on thankyou page one problem remains to be solved,

    the product attributes textlines not ok,

    please look pictures,

    how to fix this?

    ok

    not ok

    Best Regards

    #363758

    Bogdan Donovan
    Keymaster

    Hi,

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

    .woocommerce-order-received td.product-name p {
    	margin-top: 0px;
    	margin-bottom: 5px;
    }

    Kind Regards

    #363793

    prattsy
    Participant

    THANKYOU
    FOREVER WOODMART

    #363923

    Bogdan Donovan
    Keymaster

    You are welcome!

    #363958

    prattsy
    Participant

    Hi,

    please look image

    change checkout product image

    i want change size of checkout product image,
    how to do that?

    Best Regards

    #363959

    prattsy
    Participant

    can’t my image link file be loaded?

    Attachments:
    You must be logged in to view attached files.
    #364075

    Bogdan Donovan
    Keymaster

    Hi,

    You can control image width by following custom code.

    .lumise-cart-thumbnails {
    	max-width: 75px;
    }

    The white background on the image can’t be removed via CSS because it is actually is part of the image (https://prnt.sc/51j-ai9WA_QM).

    Kind Regards

    #364135

    prattsy
    Participant

    Hi,

    small misunderstanding,
    the white t-shirt item should look like the black t-shirt item,

    i need only image width and text position under image,
    the background transparent please.

    Best Regards

    Attachments:
    You must be logged in to view attached files.
    #364207

    prattsy
    Participant

    Hi,

    some other elements must be placed vertical-align: top;

    have tryed myself, but can’t find the right css selector,

    and another element must be hidden,

    please look images,

    Best Regards

    Attachments:
    You must be logged in to view attached files.
    #364213

    prattsy
    Participant

    here others
    please see pictures

    Attachments:
    You must be logged in to view attached files.
    #364525

    Bogdan Donovan
    Keymaster

    Hi,

    Try to add the following code snippet to the Custom CSS area in Theme Settings.

    .lumise-cart-thumbnails {
    	max-width: 75px;
    }
    
    .shop_table th, 
    .shop_table td {
    	vertical-align: top;
    }
    
    .wd-sticky-btn-cart .gm-wp_bakery_woocommerce_get_price_html {
    	display: none;
    }

    Kind Regards

    #365699

    prattsy
    Participant

    Hi,
    have added css.
    The white T-Shirt Image Size not work.
    Need size like black T-Shirt Size and Text float/place under Image.

    Another Problem:

    Compare Site not show all Attributes.
    How to fix it.

    Please look Images.

    Best Regards

    Attachments:
    You must be logged in to view attached files.
    #365780

    prattsy
    Participant

    Hello,
    i need the green text in white like all other view.
    How to do that?

    Best Regards

    Attachments:
    You must be logged in to view attached files.
    #365782

    prattsy
    Participant

    Is it possible to display all product images in the little window?

    #365909

    prattsy
    Participant

    Hi,
    WHY YOU DON’T ANSWER MY LAST SUPPORT QUESTIONS:

    I MUST FORCE AND END MY PROJECT.

    BEST REGARDS

Viewing 30 posts - 1 through 30 (of 37 total)

The topic ‘After Last Update some Price Text not green’ is closed to new replies.