Home Forums WoodMart support forum CONTACT – MAP PROBLEM | and | Some changes after update ho to fix

CONTACT – MAP PROBLEM | and | Some changes after update ho to fix

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #317207

    pavel.vutkow
    Participant

    Hello,
    I have several problems and issues that I want help with:

    1-contact form (the card is not displayed) – after the last update, the card is not displayed. What I notice is that when I try to log in to my account and I am on the contact page (if I fail to log in – the wrong password name), the card is displayed. I am attaching a video for the problem:

    https://www.youtube.com/watch?v=AorlF9ijniY

    After the update, there are a few changes that I want to return to their old look:
    2. The color of the titles in the blog section changed from green to cherry I attach a photo – how to fix it:
    https://snipboard.io/tSO8Vd.jpg

    3. The vision after a product or article is not found looks wooden compared to the old vision, how can I return it:

    https://snipboard.io/JNqc5i.jpg

    4. Some buttons like this, from check to order woocomerce lost color, how to return it ?:
    https://snipboard.io/1lBkqr.jpg

    5. How do I change the table icon – to be an arrow and not a dot? And what is the reason that the tape is no longer displayed correctly?
    https://snipboard.io/iJ1qkG.jpg

    6. How can I restore the bolding of the title?
    https://snipboard.io/kFau6q.jpg

    Thank you in advance!
    Pavel

    #317389

    Artem Temos
    Keymaster

    Hello,

    Please, disable all external plugins temporarily and switch to the parent theme. Provide us with your admin access so we can check these issues.

    Kind Regards

    #319534

    pavel.vutkow
    Participant

    Hi there:

    For the:

    regarding this problem, I saw that this is caused by wp-rocket, so I will ask them to check what is the reason.

    1-contact form (the card is not displayed) – after the last update, the card is not displayed. What I notice is that when I try to log in to my account and I am on the contact page (if I fail to log in – the wrong password name), the card is displayed. I am attaching a video for the problem:

    https://www.youtube.com/watch?v=AorlF9ijniY

    Regarding others – these are things that are theme changes to something regards the theme so please help me. I provide you the access data to log in.

    After the update, there are a few changes that I want to return to their old look:
    2. The color of the titles in the blog section changed from green to cherry I attach a photo – how to fix it:
    https://snipboard.io/tSO8Vd.jpg

    3. The vision after a product or article is not found looks wooden compared to the old vision, how can I return it:

    https://snipboard.io/JNqc5i.jpg

    4. Some buttons like this, from check to order woocomerce lost color, how to return it ?:
    https://snipboard.io/1lBkqr.jpg

    5. How do I change the table icon – to be an arrow and not a dot? And what is the reason that the tape is no longer displayed correctly?
    https://snipboard.io/iJ1qkG.jpg

    6. How can I restore the bolding of the title?
    https://snipboard.io/kFau6q.jpg

    Thank you in advance!
    Pavel

    #319687

    Artem Temos
    Keymaster

    Hello,

    1. As we can see, the cart is initiated correctly. But it lacks your Google API key and that is why it is wrapped with a grey overlay. You need to generate and set your API key first https://gyazo.com/caaeef2e22e29d8aed9dbb6a7b41c70a

    2. The post title was always black and you can see this on our demo as well. To change its color you can go to Theme Settings -> Typography and change the Entities title color https://gyazo.com/b418eb8793cb1df080e780dc35f550fa
    https://gyazo.com/ad6281e527b7d38dee6992c994411b74

    3. Here is a screenshot of how it looks on your website now https://gyazo.com/7a6025abc99cd4d591305951a8c289bd

    Add the following code to the custom CSS section regarding remaining points

    .single-product-page .product_title {
    	font-weight: 600px;
    }
    
    button[name="track"] {
    		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);
    }
    
    .website-wrapper hr {
    	max-width: 175px
    }
    
    .unordered-list ol>li,
    .order-list>li,
    .order-list ol>li,
    .entry-content>ul ol>li,
    .entry-content>ol>li,
    .entry-content>ol ol>li,
    .header-banner-container>ul ol>li,
    .header-banner-container>ol>li,
    .header-banner-container>ol ol>li,
    .comments-area .comment-body ol>li,
    .woodmart-entry-content>ul ol>li,
    .woodmart-entry-content>ol>li,
    .woodmart-entry-content>ol ol>li,
    .portfolio-single-content>ul ol>li,
    .portfolio-single-content>ol>li,
    .portfolio-single-content>ol ol>li,
    .textwidget>ul:not(.menu) ol>li,
    .textwidget>ol:not(.menu)>li,
    .textwidget>ol:not(.menu) ol>li,
    .wpb_text_column .wpb_wrapper>ul ol>li,
    .wpb_text_column .wpb_wrapper>ol>li,
    .wpb_text_column .wpb_wrapper>ol ol>li,
    .elementor-text-editor>ul ol>li,
    .elementor-text-editor>ol>li,
    .elementor-text-editor>ol ol>li,
    .vc_toggle_content>ul ol>li,
    .vc_toggle_content>ol>li,
    .vc_toggle_content>ol ol>li,
    .woodmart-text-block>ul ol>li,
    .woodmart-text-block>ol>li,
    .woodmart-text-block>ol ol>li,
    .woodmart-more-desc-inner>ul ol>li,
    .woodmart-more-desc-inner>ol>li,
    .woodmart-more-desc-inner>ol ol>li,
    .woocommerce-product-details__short-description>ul ol>li,
    .woocommerce-product-details__short-description>ol>li,
    .woocommerce-product-details__short-description>ol ol>li,
    .wc-tab-inner>div>ul ol>li,
    .wc-tab-inner>div>ol>li,
    .wc-tab-inner>div>ol ol>li,
    .term-description>ul ol>li,
    .term-description>ol>li,
    .term-description>ol ol>li,
    .woocommerce-terms-and-conditions>ul ol>li,
    .woocommerce-terms-and-conditions>ol>li,
    .woocommerce-terms-and-conditions>ol ol>li {
        list-style: decimal;
    }
    
    .unordered-list ol>li:before,
    .order-list>li:before,
    .order-list ol>li:before,
    .entry-content>ul ol>li:before,
    .entry-content>ol>li:before,
    .entry-content>ol ol>li:before,
    .header-banner-container>ul ol>li:before,
    .header-banner-container>ol>li:before,
    .header-banner-container>ol ol>li:before,
    .comments-area .comment-body ol>li:before,
    .woodmart-entry-content>ul ol>li:before,
    .woodmart-entry-content>ol>li:before,
    .woodmart-entry-content>ol ol>li:before,
    .portfolio-single-content>ul ol>li:before,
    .portfolio-single-content>ol>li:before,
    .portfolio-single-content>ol ol>li:before,
    .textwidget>ul:not(.menu) ol>li:before,
    .textwidget>ol:not(.menu)>li:before,
    .textwidget>ol:not(.menu) ol>li:before,
    .wpb_text_column .wpb_wrapper>ul ol>li:before,
    .wpb_text_column .wpb_wrapper>ol>li:before,
    .wpb_text_column .wpb_wrapper>ol ol>li:before,
    .elementor-text-editor>ul ol>li:before,
    .elementor-text-editor>ol>li:before,
    .elementor-text-editor>ol ol>li:before,
    .vc_toggle_content>ul ol>li:before,
    .vc_toggle_content>ol>li:before,
    .vc_toggle_content>ol ol>li:before,
    .woodmart-text-block>ul ol>li:before,
    .woodmart-text-block>ol>li:before,
    .woodmart-text-block>ol ol>li:before,
    .woodmart-more-desc-inner>ul ol>li:before,
    .woodmart-more-desc-inner>ol>li:before,
    .woodmart-more-desc-inner>ol ol>li:before,
    .woocommerce-product-details__short-description>ul ol>li:before,
    .woocommerce-product-details__short-description>ol>li:before,
    .woocommerce-product-details__short-description>ol ol>li:before,
    .wc-tab-inner>div>ul ol>li:before,
    .wc-tab-inner>div>ol>li:before,
    .wc-tab-inner>div>ol ol>li:before,
    .term-description>ul ol>li:before,
    .term-description>ol>li:before,
    .term-description>ol ol>li:before,
    .woocommerce-terms-and-conditions>ul ol>li:before,
    .woocommerce-terms-and-conditions>ol>li:before,
    .woocommerce-terms-and-conditions>ol ol>li:before {
        content: none;
    }
    
    .unordered-list>li,
    .unordered-list ul>li,
    .order-list ul>li,
    .entry-content>ul>li,
    .entry-content>ul ul>li,
    .entry-content>ol ul>li,
    .header-banner-container>ul>li,
    .header-banner-container>ul ul>li,
    .header-banner-container>ol ul>li,
    .comments-area .comment-body ul>li,
    .woodmart-entry-content>ul>li,
    .woodmart-entry-content>ul ul>li,
    .woodmart-entry-content>ol ul>li,
    .portfolio-single-content>ul>li,
    .portfolio-single-content>ul ul>li,
    .portfolio-single-content>ol ul>li,
    .textwidget>ul:not(.menu)>li,
    .textwidget>ul:not(.menu) ul>li,
    .textwidget>ol:not(.menu) ul>li,
    .wpb_text_column .wpb_wrapper>ul>li,
    .wpb_text_column .wpb_wrapper>ul ul>li,
    .wpb_text_column .wpb_wrapper>ol ul>li,
    .elementor-text-editor>ul>li,
    .elementor-text-editor>ul ul>li,
    .elementor-text-editor>ol ul>li,
    .vc_toggle_content>ul>li,
    .vc_toggle_content>ul ul>li,
    .vc_toggle_content>ol ul>li,
    .woodmart-text-block>ul>li,
    .woodmart-text-block>ul ul>li,
    .woodmart-text-block>ol ul>li,
    .woodmart-more-desc-inner>ul>li,
    .woodmart-more-desc-inner>ul ul>li,
    .woodmart-more-desc-inner>ol ul>li,
    .woocommerce-product-details__short-description>ul>li,
    .woocommerce-product-details__short-description>ul ul>li,
    .woocommerce-product-details__short-description>ol ul>li,
    .wc-tab-inner>div>ul>li,
    .wc-tab-inner>div>ul ul>li,
    .wc-tab-inner>div>ol ul>li,
    .term-description>ul>li,
    .term-description>ul ul>li,
    .term-description>ol ul>li,
    .woocommerce-terms-and-conditions>ul>li,
    .woocommerce-terms-and-conditions>ul ul>li,
    .woocommerce-terms-and-conditions>ol ul>li {
        position: relative;
        list-style: none;
    }
    
    .unordered-list>li:before,
    .unordered-list ul>li:before,
    .order-list ul>li:before,
    .entry-content>ul>li:before,
    .entry-content>ul ul>li:before,
    .entry-content>ol ul>li:before,
    .header-banner-container>ul>li:before,
    .header-banner-container>ul ul>li:before,
    .header-banner-container>ol ul>li:before,
    .comments-area .comment-body ul>li:before,
    .woodmart-entry-content>ul>li:before,
    .woodmart-entry-content>ul ul>li:before,
    .woodmart-entry-content>ol ul>li:before,
    .portfolio-single-content>ul>li:before,
    .portfolio-single-content>ul ul>li:before,
    .portfolio-single-content>ol ul>li:before,
    .textwidget>ul:not(.menu)>li:before,
    .textwidget>ul:not(.menu) ul>li:before,
    .textwidget>ol:not(.menu) ul>li:before,
    .wpb_text_column .wpb_wrapper>ul>li:before,
    .wpb_text_column .wpb_wrapper>ul ul>li:before,
    .wpb_text_column .wpb_wrapper>ol ul>li:before,
    .elementor-text-editor>ul>li:before,
    .elementor-text-editor>ul ul>li:before,
    .elementor-text-editor>ol ul>li:before,
    .vc_toggle_content>ul>li:before,
    .vc_toggle_content>ul ul>li:before,
    .vc_toggle_content>ol ul>li:before,
    .woodmart-text-block>ul>li:before,
    .woodmart-text-block>ul ul>li:before,
    .woodmart-text-block>ol ul>li:before,
    .woodmart-more-desc-inner>ul>li:before,
    .woodmart-more-desc-inner>ul ul>li:before,
    .woodmart-more-desc-inner>ol ul>li:before,
    .woocommerce-product-details__short-description>ul>li:before,
    .woocommerce-product-details__short-description>ul ul>li:before,
    .woocommerce-product-details__short-description>ol ul>li:before,
    .wc-tab-inner>div>ul>li:before,
    .wc-tab-inner>div>ul ul>li:before,
    .wc-tab-inner>div>ol ul>li:before,
    .term-description>ul>li:before,
    .term-description>ul ul>li:before,
    .term-description>ol ul>li:before,
    .woocommerce-terms-and-conditions>ul>li:before,
    .woocommerce-terms-and-conditions>ul ul>li:before,
    .woocommerce-terms-and-conditions>ol ul>li:before {
        position: absolute;
        top: 6px;
        left: -20px;
        font-size: 8px;
        content: "\f113";
        font-family: "woodmart-font";
    }

    Kind Regards

Viewing 4 posts - 1 through 4 (of 4 total)