Hello, @SupaDucta
Could you, please, provide me the link to your site? We’ll be able to solve your problem faster if I can check the site and understand what causes problem on your site.
Regards
Hello, @SupaDucta
Could you, please, provide me the link to your site? We’ll be able to solve your problem faster if I can check the site and understand what causes problem on your site.
Regards
Hello,
You need to use child theme https://codex.wordpress.org/Child_Themes and copy our function to functions.php of child theme to add any changes. All the changes in parent theme will be rewritten.
To be able to use this functions in child theme wrap our etheme_share_shortcode function (xstore/framework/shortcodes.php file) in “if function_exists” condition. We’ll also make this function pluggable in next update, so you won’t lose these changes.
We’ll also add these share buttons in one of the next updates.
Regards
Hello,
Thank you.
Regards
Hello,
Provide, please, link to your site. If you change the structure you need to change also the styles. By default, cart area has 25% width. Maybe it’s not enough to show the cart and links.
Regards
You are welcome!
Regards
Hello,
Remove .product-image-wrapper { height: 204px !important; } because it will stretch your images.
Add the following code instead
.content-product .product-content-image img {
width: auto;
}
Regards
Hello,
Provide, please, temporary admin panel access. We need to check WooCommerce settings. Also I don’t see your screenshots because links are broken.
Regards
You are welcome!
I would be very appreciated if you leave 5-stars rating for our theme on TF https://themeforest.net/downloads and good comment about support.
Thank you!
Regards
Hello,
Provide me the screenshot with an explanation where you want to add the border. Also, provide me the link to your site and I’ll help you.
Regards
Hello,
Do you have this issue with both child and parent themes or with child theme only?
Provide temporary admin panel and FTP access.
Regards
Hello,
Check also WooCommerce translation. Is this word translated in WooCommerce files?
If yes and you still have a problem then provide me temporary admin panel and FTP access to your site.
Regards
Hello,
You are welcome!
Regards
Hello,
Every page has standard padding for the content. Also Revolution Slider element has standard 35px margin http://prntscr.com/cz3dnd
Add the following styles in custom CSS of your page http://prntscr.com/cz3fel
.content-page, .page-content {
padding-bottom: 0;
}
.wpb_revslider_element {
margin-bottom: 0px;
}
Regards
Hello,
You are welcome!
Add the following code in custom CSS to remove that space
.banner .banner-content p,
.banner .banner-content h4 {margin-bottom: 0px;}
1) Do you want to do this on home page only or on your shop page too?
To do this for both Shop and Home pages go to Theme Options > E-Commerce > Product Page Layout > Show Price > Off . To disable prices for home page only add this code
.home .content-product .price { display: none;}
2) No, unfortunately, we don’t have German translation. But you can easy translate theme using Loco Translate plugin https://www.8theme.com/demo/docs/xstore/#translation Would very appreciate if you can share languages files after translation. Then we’ll be able to add it in theme package.
3) To change color add the following code
.topbar-widget.etheme_widget_socials .et-follow-buttons a {
color: #fff;
width: 30px;
}
.topbar-widget.etheme_widget_socials .et-follow-buttons a:hover {
color: rgba(255, 255, 255, 0.8);
}
Also, I would recommend to add the following code to make social icons and Sign In link in one line
.top-links ul li a {padding: 0px 10px 0 0;}
@media only screen and (min-width: 992px){
.header-wrapper.header-two-rows .right-wrap .navbar-header {
padding-left: 15px;
}}
4) Could you provide me screenshot for better understanding?
Regards
Hello,
Yes, Xstore theme supports child theme. When you update theme you should update parent theme only (xstore) and don’t touch child theme (xstore-child)!
Then you won’t lose changes in the child theme.
Regards
Hello,
Fixed. Check now.
Regards
Hello,
I have added the following custom code in custom CSS
.header-center .menu-wrapper .menu > li > a:after,
.header-center .menu-wrapper .menu > li.current-menu-item > a:after {
background-color: #afca0a !important;
bottom: 0.95em;
}
Regards
Hello,
You are welcome!
Regards
Hello,
Problem caused by option Enable sticky sidebar (Theme Options > Blog & Portfolio > Blog Layout). We’ll fix this issue in theme update. Please, disable this option till we fix this bug.
Regards
Hello,
We don’t have additional options for the Categories widget. If you don’t want to show all the categories you may check “Only show children of the current category” in categories widget settings http://prntscr.com/cz20e9
Regards
Hello,
WordPress does not have share option bu default. Very likely you are using additional plugin to add this option.
If you want to edit our function use functions.php of child child theme. Share function code you can find in xstore/framework/shortcodes.php , etheme_share_shortcode function.
Regards
Hello,
Also, I see some problem even with official WooCommerce theme Storefront http://prntscr.com/cz1sln
Old price is different for the same item on Shop/Single product page and cart. The same problem like you described with default WooCommerce Shortcode for Sale products https://docs.woocommerce.com/document/woocommerce-shortcodes/ Please, contact plugin author to solve this issue first. I think it will also solve the problem with our element too.
Regards
Hello,
To fix the problem with drop-down menu, please, add the following code in Theme Options > Styling > Custom CSS
.fixed-header .nav-sublist-dropdown {
top: 53px !important;
}
Add the following custom to change the color of text of your fixed menu
.fixed-header .menu-wrapper .menu > li > a,
.fixed-header .icon-like_outline:before,
.fixed-header .shopping-cart-widget a,
.fixed-header .cart-bag .badge-number {
color: #fff;
}
.fixed-header .cart-bag, .fixed-header .cart-bag:before {
border: 2px solid #fff;
}
In future updates, we plan to add the option to change the color of fixed menu links.
Regards
You are welcome!
Would be very grateful if you can leave 5-stars rating and your comment for our theme on ThemeForest https://themeforest.net/downloads
Thanks.
Regards
Hello,
I have added the following code in your custom CSS
.product-view-default .footer-product {
height: 50px;
left: auto;
}
Regards
Hello,
1) Could you send me the link to page where we’ll be able to see “native WP social sharing options” Because I’m not sure what you are talking about?
2) Are you talking about VC element or about widget?
Regards
Hello, @SupaDucta, @wilson-legros,
To fix the problem of large logo and fixed header you need to add the following custom in custom CSS
.fixed-header .nav-sublist-dropdown {
top: 61.5px !important;
}
Top value depends on height of your fixed header.
Regards
Hello,
Provide me temporary access to your site. I need to check the problem you are talking about.
Regards
Hello,
Unfortunately, at present if you use both Quick View and Wishlist it’s not possible to make image clickable. If you use either quick view or wishlist we’ll be able to make image clickable.
Regards