Need few changes - by manitamang - on WordPress WooCommerce support

This topic has 16 replies, 2 voices, and was last updated 5 years, 11 months ago ago by Rose Tyler

  • Avatar: manitamang
    manitamang
    Participant
    April 29, 2018 at 05:59

    Hello,

    I just bought this theme. So, I need your support to modify.
    I sent these question to live chat support. But was not answered. So, posting this questions.

    I need to help to modify xstore theme as follows.

    1. Changing Text color option of Secondary Navigation from Black to White at the top of ‘Product Category’

    http://prntscr.com/jb7pzi

    2. Want to display only 3/4 product on Shop/category page. But how?

    3. How to reduce Padding on Main menu and Search form from Header.

    http://prntscr.com/jb7s6w

    4. How to change border color in the footer? And How to put newsletter subscription form in same line?

    http://prntscr.com/jb7umi

    I hope that your answer will get via email because of your slow response.

    Thank you.

    Another question,
    How to display Next/Previous Aero symbol in the slider?

    Thank you.

    15 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 30, 2018 at 08:26

    Hello,

    Thanks for the topic.
    1. Please add this code in Theme Options > Styling > Custom css:

    .secondary-menu-wrapper .secondary-title, .secondary-menu-wrapper .secondary-title:after {
        color:  white;
    }
    .secondary-menu-wrapper .secondary-menu-toggle .icon-bar {
        background-color:  white;
    }

    2. Customize > Woocommerce > Product Catalog > Products per row.
    3. Please provide us with your website URL.
    4. If you can provide us with temporary wp-admin access in Private Content https://prnt.sc/jbuwmq that would be great as well.
    5. Please provide a screenshot.

    Regards

    Avatar: manitamang
    manitamang
    Participant
    April 30, 2018 at 14:08

    Hello Rose Tyler,

    Thank you very much for great reply.

    Please check wp-admin and set as my last question.

    Thank you.

    Regards,
    Mani

    Please, contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 30, 2018 at 14:44

    Hello @manitamang,

    3.

    .header-wrapper.header-advanced .menu-wrapper .menu > li > a, .header-wrapper.header-advanced .secondary-title {
        padding: 1em 1.07em;
    }
    .header-wrapper.header-advanced .header-search.act-default input[type="text"]{
        height: 40px;
    }
    .header-wrapper.header-advanced .header-search.act-default div.fancy-select div.trigger {
        height: 40px;
        font-size: 14px;
        line-height: 3;
    }
    .header-wrapper.header-advanced .header-search.act-default [role="searchform"] .btn {
        height: 42px;
    }

    4.

    .footer .footer-widget .widget-title {
        border-color: white;
    }

    Please read our documentation – https://xstore.helpscoutdocs.com/article/66-mailchimp-form-custom-styles
    or use this custom css:

    .footer .mc4wp-form input[type="submit"] {
        position:  absolute;
        top: 57px;
        right: 15px;
        height: 37px;
        background-color:  black;
        color:  white;
        border:  none;
    }
    .footer .mc4wp-form input[type=email] {
        width: 100%;
    }

    5. Please check settings of Slider revolution http://prntscr.com/jbykzm

    Regards

    Avatar: manitamang
    manitamang
    Participant
    May 9, 2018 at 15:39

    Hello support team,

    1. Can you help me to minimize padding on left menu? And also How to put underline in second & third level of menu?
    http://prntscr.com/jfpjeq

    2. It looks only white background While loading homepage. How can I make it to be load logo or text in the pages slowly slowly? I couldn’t explain it exactly but I hope that you will understand it. Some other site loading like that but this site loads all at once.
    http://prntscr.com/jfpkmb

    3. How to increase character space between R & s in currency in homepage and in single page
    http://prntscr.com/jfpmgj

    4. I want to change ‘Add to Cart’ to ‘Buy now’ and some other changes as screenshot.
    http://prntscr.com/jfpnvr

    Thank you.

    Please, contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 10, 2018 at 09:04

    Hello,

    1.

    .secondary-menu-wrapper .menu > li > a {
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .secondary-menu-wrapper .menu li > a {
        border-bottom: 1px solid #e6e6e6;
    }
    .secondary-menu-wrapper .menu li.menu-item-has-children > .nav-sublist-dropdown {
        padding: 0 30px 0 30px !important;
    }
    .secondary-menu-wrapper .nav-sublist-dropdown ul > li:last-child > a {
        border: none;
        padding-bottom: 5px !important;
    }
    .secondary-menu-wrapper .item-design-dropdown .nav-sublist-dropdown ul > li.menu-item-has-children:hover > .nav-sublist ul {
        padding-top: 0px !important;
        padding-bottom:  0px !important;
    }
    .secondary-menu-wrapper .nav-sublist-dropdown  li.menu-item-has-children > a:before {
        top: 70%;
    }

    2. Theme Options > General > Use site preloader.
    3. I would recommend you to contact woocommerce support about this currency question.
    4.
    1)

    .size-guide {
        background-color: white;
    }

    2)

    .product-information .price {
        font-size: 1.8rem;
    }

    3) To avoid editing of php files I would recommend you to use translation files to change it. Use Loco Translate plugin https://www.8theme.com/demo/docs/xstore/#translation , create English translation and just change necessary strings to what you need.
    4) Add this code in Theme Options > Styling > Custom css > Custom css for desktop:

    .product-information  .yith-wcwl-add-to-wishlist {
        width:  auto;
        display: inline-block !important;
    }
    .product-information .compare.button {
        width: auto;
        display: inline-block;
        margin-left: 20px;
        margin-top: -55px;
    }
    .product-information .product_meta {
        margin: 0px;
    }

    Regards

    Avatar: manitamang
    manitamang
    Participant
    May 10, 2018 at 10:04

    Dear Support Team,

    Thank you very much for your great support. One question is left. Can you help me please?

    How to change ‘Add to Cart’ word in product page to ‘Buy now’?

    Thank you.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 10, 2018 at 10:22

    Hello,

    You’re welcome!
    Install Loco translate plugin > http://prntscr.com/jg13o8 > create the translation for current language on your site http://prntscr.com/jg1568 or find existing translation and change the text http://prntscr.com/jg16ep

    Regards

    Avatar: manitamang
    manitamang
    Participant
    May 10, 2018 at 15:08

    Ok Thank you. I will try it and will back if it doesn’t work.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 10, 2018 at 15:13

    Ok. Feel free contact us.

    Regards

    Avatar: manitamang
    manitamang
    Participant
    May 13, 2018 at 11:24

    Dear Support Team,

    I try to change ‘Add to Cart’ to ‘Buy now’ on the product page as you told. But it didn’t change. Can you help me, please?

    Thank you.

    Please, contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 14, 2018 at 09:08

    Hello,

    Unfortunately, I can’t log in. Please check credentials.
    Thanks in advance.

    Regards

    Avatar: manitamang
    manitamang
    Participant
    May 14, 2018 at 12:01

    Please check it again as provided details in private message. Thank you.

    Please, contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 14, 2018 at 12:19

    Oh I see, please add this code in child-theme/functions.php file:

    add_filter( 'woocommerce_product_single_add_to_cart_text', 'et_add_to_cart_text' );
    function et_add_to_cart_text() {
            return __( 'Buy now', 'xstore' );
    }

    Regards

    Avatar: manitamang
    manitamang
    Participant
    May 14, 2018 at 12:51

    Thank you for your kind support.

    1) How to put/move product price between product name description?

    2) How to move Tab name ‘Description’ ‘Review’ etc. align to the left?
    3) How to minimize padding of ‘New Arrival”Featured’ & ‘Hot Offers’ Tab on Home page?
    4) I want to add ‘Login/Register’ menu for login by the customer. How can I do it?

    Thank you.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 14, 2018 at 13:09

    1) Please try this solution https://www.8theme.com/topic/modify-single-product-content/ Let me know.
    2)

    .single-product .tabs .wc-tabs {
        text-align: left;
    }

    3) Do you mean something like – http://prntscr.com/jhnvsq ? Please describe the desired result in details.
    4) Settings > General > Membership > Anyone can register + Theme Options > General > Header Settings > Sign In link position.

    Regards

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

You must be logged in to reply to this topic.Log in/Sign up

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