This topic has 8 replies, 2 voices, and was last updated 6 years, 7 months ago ago by Rose Tyler
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
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
WOW…
I Love you Rose… TNKS
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
After updating thema the Size Guide button reappeared at the top.
Two buttons are now appearing.
I need to remove button 1
Hello,
We’ve rewrited etheme_template_hooks
function in your child theme/functions.php file. Please check now.
Regards
It worked! Thank you
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up