Some doubts to modify thema. - by wladymirserrano

This topic has 8 replies, 2 voices, and was last updated 6 years ago ago by Rose Tyler

  • Avatar: wladymirserrano
    wladymirserrano
    Participant
    March 19, 2018 at 23:13

    1 – Hide Checkout button in car popup – https://prnt.sc/it3m7y

    2 – Remove the “All categories” field (item A in the image) in the search form and leave only the form (like item B in the image) – https://prnt.sc/itfkud

    3 – I did not find where to change the background color of the Top Bar

    4 – I wonder if I can change the position of the Size Guide to the bottom of the page? – https://prnt.sc/ith1gu

    5 – In the filter area I would like some changes. – https://prnt.sc/itha4q
    – remove display option (see item A in the image)
    – I could not translate these two items (PRODUCT CATEGORIES and FILTER BY PRICE) (see item B in the image)
    – I wonder if it’s possible to add a filter by size (see item C in the image)

    6 – The mailchimp form in the pre-footer has lost its configuration, what could have happened? – https://prnt.sc/itie5p

    Please, contact administrator
    for this information.
    7 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 20, 2018 at 09:48

    Hello,

    1.

    .shopping-container .cart-popup .button:first-child {
        display: none;
    }

    2.

    .header-wrapper.header-advanced .header-search.act-default div.fancy-select div.trigger {
        display: none;
    }

    3. Theme Options > General > Header Settings > Top bar background
    4. Add this code in functions.php file of child theme:
    remove_action( 'woocommerce_single_product_summary', 'etheme_size_guide', 21 );
    and rewrite xstore/woocommerce/single-product-content.php file via child theme http://prntscr.com/ito5t4
    etheme_size_guide()
    5.
    – Theme Oprions > E-commerce > Products Page Layout > Products view mode > Only grid
    http://prntscr.com/ito25q
    – you can add “Filter Products by Attribute” widget in “Shop filters” widget area
    6.

    .prefooter .mc4wp-form .et-mailchimp input[type="email"] {
        width: 100%;
    }

    Regards

    Avatar: wladymirserrano
    wladymirserrano
    Participant
    March 20, 2018 at 14:25

    WOW…
    I Love you Rose… TNKS

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 20, 2018 at 14:32

    You’re welcome!
    If you love XStore and have something nice to say don’t hesitate to tell about this!
    We’d appreciate if you could take a moment to give us 5-stars on ThemeForest! https://themeforest.net/downloads

    Regards

    Avatar: wladymirserrano
    wladymirserrano
    Participant
    April 10, 2018 at 13:47

    After updating thema the Size Guide button reappeared at the top.
    Two buttons are now appearing.
    I need to remove button 1

    https://prnt.sc/j3bf3b

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

    Hello,

    We’ve rewrited etheme_template_hooks function in your child theme/functions.php file. Please check now.

    Regards

    Avatar: wladymirserrano
    wladymirserrano
    Participant
    April 10, 2018 at 20:08

    It worked! Thank you

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 11, 2018 at 07:08

    You’re welcome!

    Regards

  • Viewing 8 results - 1 through 8 (of 8 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.