I hav any question. - by HelloMorinig - on WordPress WooCommerce support

This topic has 24 replies, 3 voices, and was last updated 4 years, 2 months ago ago by Rose Tyler

  • Avatar: HelloMorinig
    HelloMorinig
    Participant
    December 7, 2019 at 09:38

    Hello again,

    I hav any question.

    Please, contact administrator
    for this information.
    23 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 7, 2019 at 15:42

    Hello,

    1) One of our technicians will check this problem on Monday. Please wait.
    2) Sorry, but your question is a bit unclear for me. Please describe it in more detail.
    Thanks in advance.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 8, 2019 at 11:51

    Hello,

    1) Fixed – http://prntscr.com/q7tskt Please check now.

    Regards

    Avatar: HelloMorinig
    HelloMorinig
    Participant
    December 12, 2019 at 10:39

    Thank you so much.:)

    Please contact administrator
    for this information.
    Avatar: HelloMorinig
    HelloMorinig
    Participant
    December 12, 2019 at 11:48

    Hello again,

    Please contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 12, 2019 at 13:34

    Hello,

    3) Delete or change this code – https://prnt.sc/q9tknh (Theme Options > Theme Custom CSS > Global custom CSS)
    4) Add the next custom CSS code:

    .woocommerce-MyAccount-content .woocommerce-button {
        color: white;
        border: 1px solid #c3ac54;
    }
    .woocommerce-MyAccount-content .woocommerce-button:hover {
        color: #222;
        border: 1px solid #c3ac54;
    }

    5) Create a static block with the desired content > add this block in Description of the category using shortcode, for example http://prntscr.com/q9tqsr Go to Theme Options > WooCommerce (Shop) > Shop > Shop page Layout > Shop Page Banner Position > Above all the shop content.
    6) You can change this text using translation files. Install Loco Translate plugin > edit English translation of WooCommerce plugin and disable the Loco translate.

    Regards

    Avatar: HelloMorinig
    HelloMorinig
    Participant
    December 13, 2019 at 04:15

    Thank you.:)

    Please contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 13, 2019 at 08:45

    Hello,

    1) You can use Custom Heading element and set the desired color via settings of this element.
    2) It is margin of header – http://prntscr.com/qa7koh You can use the next code to remove it for all pages of categories

    .tax-product_cat .header-main {
        margin-bottom: 0px;
    }

    or edit your statick block and set – http://prntscr.com/qa7lin
    3) Add margin-bottom for row of your static block http://prntscr.com/qa7mtz

    Regards

    Avatar: HelloMorinig
    HelloMorinig
    Participant
    December 13, 2019 at 10:42

    Thank you for your replay.:)

    Please contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 13, 2019 at 11:44

    Hello,

    On which page do you have this warning? Please provide URL.
    Try to disable Close Button option in Theme Options > Header builder > Promo text. Let us know the result.

    Regards

    Avatar: HelloMorinig
    HelloMorinig
    Participant
    December 14, 2019 at 05:12

    Hello,
    1) 2) 3) solved!Thank you so much!

    Please contact administrator
    for this information.
    Avatar: HelloMorinig
    HelloMorinig
    Participant
    December 14, 2019 at 10:48

    hello,

    Please contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 14, 2019 at 13:55

    Hello,

    Please do not post a lot of questions in one topic, create separate threads.
    5) The problem is caused by these divs https://prnt.sc/qaqphu https://prnt.sc/qaqpkz You need to delete them.
    6) You need to change bg color in settings of Top header http://prntscr.com/qaqr2w
    7, 8, 9) It relates to the new version of the Wishlist plugin. We also made some changes to make the theme compatible with the plugin. Only the heart icon can be used now.
    I will send your request about taking the icon from the plugin settings to our developers.
    10) You can use this custom CSS code:

    .wishlist_table .product-stock-status span.wishlist-in-stock {
        color: gray;
    }

    11)

    .single-product.sticky-message-on .woocommerce-message {
        background-color: #c3ac54 !important;
        border-top-color: #c3ac54 !important;
    }

    Regards

    Avatar: HelloMorinig
    HelloMorinig
    Participant
    December 15, 2019 at 00:41

    Always Thank you so much.

    Please contact administrator
    for this information.
    Avatar: HelloMorinig
    HelloMorinig
    Participant
    December 15, 2019 at 00:50

    hello

    Please contact administrator
    for this information.
    Avatar: HelloMorinig
    HelloMorinig
    Participant
    December 15, 2019 at 01:00

    Hi,

    Please contact administrator
    for this information.
    Avatar: HelloMorinig
    HelloMorinig
    Participant
    December 15, 2019 at 01:18

    hi

    Please contact administrator
    for this information.
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    December 16, 2019 at 10:45

    Hello,

    We get your topics https://gyazo.com/6a21d8600a2d1cdc8b888475bca6b52b and close them once the problem is solved (green topics) but you still can check them by clicking “Tipicks started” in your account area.

    7), 12), 13),14), 15) Add the following code to Custom CSS

    .arrows-hovered .sm-arrow, .arrows-hovered > .swiper-container .swiper-custom-left, .arrows-hovered > .swiper-container .swiper-custom-right, .back-top a  {
        color: var(--gold-color);
    }
    .sticky-message-on .woocommerce-error {
      background-color: var(--gold-color) !important;
    }
    .yith-wcwl-add-to-wishlist .show a::before, .yith-wcwl-add-to-wishlist .show a.button::before, .yith-wcwl-add-to-wishlist .add_to_wishlist::before {
        content: '\e90e';
    }
    .footer .et-follow-buttons a:hover i {
        color: rgba(193,155,0,0.31) !important;
    }
    

    Regards

    Avatar: HelloMorinig
    HelloMorinig
    Participant
    December 16, 2019 at 11:23

    Thank you so much all replay.:)Settled.:)

    Please contact administrator
    for this information.
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    December 16, 2019 at 13:39

    Hello,

    Add also the following code

    .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a::before, .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a::before, .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a.button::before, .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a.button::before {
        content: "\e930d";
    }

    Regards

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

The issue related to '‘I hav any question.’' 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.