Hello,
Have you sorted out? Because I checked your site and don’t see described problem. What browser do you use? Do you have this problem with all the products?
Regards
Hello,
Have you sorted out? Because I checked your site and don’t see described problem. What browser do you use? Do you have this problem with all the products?
Regards
Hello,
Thank you for using our theme!
Revolution slider has only 2 Post Types to show: Products and Products Variation from category http://prntscr.com/cvcepf
If you want to show product categories you can use the same carousel slider but change content source type to default and create slides with your categories. Use category image as slide BG or as additional layer. Then you’ll be able to add link for every slide(category in your case) http://prntscr.com/cvchdk
Regards
You are welcome!
Regards
Hello,
Ok, sure.
Regards
You are welcome!
Have a good week.
Regards
Hello, @FbyM2016,
Provide link to your site, please.
Regards
Hello,
Contact with your hosting provider. It is not related to theme settings.
Regards
Hello,
1) Go to Theme Options > General > Footer > Disable demo content.
2) Go to Appearance > Widgets > add any necessary content in copyrights areas
Regards
Hello,
Add the following code in custom CSS
.quantity.buttons_added input[type="number"] {
width: 60px;
max-width: 70px;
}
You may change the width or max-width according to your needs.
Regards
You are welcome!
Regards
Hello,
We’ll fix it in next theme update. Now you may add temporary fix in Theme Options > Styling > Custom CSS
.topbar-widget.etheme_widget_socials .et-follow-buttons a {
border-left: 1px solid rgba(255, 255, 255, 0.2) !important;
}
.header-center .topbar-color-white .top-links > div {
border-color: transparent;
}
.header-center .topbar-color-white .topbar-widget .et-follow-buttons a:last-child {
border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.header-center .topbar-color-white .topbar-widget .et-follow-buttons a i {
opacity: 1;
color: #fff;
}
.header-center .topbar-color-white .topbar-widget .et-follow-buttons a:hover i {
color: #fff;
}
Regards
Hello,
Sorry for the delay in answering.
Unfortunately, we can’t check your video because it was deleted as we can see.
Could you add the correct video, so we’ll be able to check the problem? Also, provide me admin panel and FTP access to your site in Private Content area.
Regards
Hello,
1. I see that you are using cache plugin, right? Have you cleaned cache? Because I don’t see styles http://prntscr.com/cttl12
2. Go to Dashboard > Appearance > Themes > Add new > find Storefront theme and install it. Activate. Check.
Regards
Hello,
Child theme is like a new theme for WP. That’s why after activation of child theme you should go to Appearance > Widgets and move widgets into correct widget areas. It happens once, after first activation only. After that you’ll be able to switch between parent and child theme and everything should be ok.
Regards
You are welcome!
Regards
Hello,
I re-saved permalinks settings and don’t see problem with wishlist any more http://dev.labargemedia.com/ryans/wishlist/view/
Regards
Hello,
I have added the code and did not face the problem. Maybe you did not close <i> tag when tried to use it.
Regards
Hello,
Unfortunately, we don’t have such separate element as Pop-up. At present Popup works for such elements as Newsletter, Size Guide, Quick View. If you need it as additional element it’s possible only by additional customization. Or you may find some additional plugins that offer such options.
Regards
You are welcome!
Regards
Hello,
I see white page only. Could you, please, make sure that you provided correct link to your site.
Would be goo if you can provide also temporary admin panel access to your site in Private Content area.
Regards
Hello,
You can find solution in WooCommerce Documentation https://docs.woocommerce.com/document/editing-product-data-tabs/
Do all the changes in child theme. Child theme archive you can find in theme package.
Regards
Hello,
Yes, you are right, user should have option to change the texts that’s why we create translation files https://www.8theme.com/demo/docs/xstore/#translation
You need to install Loco Translate plugin, and create translation, for example xstore-en_GB.po/.mo if you have UK localization or xstore-en_US.po/.mo if US. And then you’ll be able to change all the strings that our theme has.
Regards
Hello,
Featured Image is not supposed to have any caption. You may search on WordPress forum to find some solution, for example: https://wordpress.org/support/topic/woocommerce-display-image-captions-in-single-product-thumbnail-display and try to implement it by additional customization.
If you don’t have necessary skills you can submit customization request to our customization team https://www.8theme.com/customization-services/
Regards
Hello,
Provide link to your site, please. Very likely it’s related to your image size. You have small image sizes and they are just resized to image block size.
Regards
Hello,
Check you site now.
We have added correct classes into plugin settings http://prntscr.com/ctn61c
And also custom CSS style
.content-product .product-content-image img {
opacity: 1!important;
}
Regards
Hello,
You can change the size of images in WooCommerce > Settings > Products > Display > WooCommerce Images Size, don’t forget to regenerate thumbnails after that.
Here you can find instructions from WooCommerce how to choose correct dimensions https://docs.woocommerce.com/document/using-the-appropriate-product-image-dimensions/
Let me know if after that you still have a problem. Then provide temporary admin panel access.
Regards
Hello,
We’ll fix this issue in next theme update. Follow us on ThemeForest.
Sorry for this inconvenience.
Regards
Hello,
Yes, you get this error because our theme includes registration via Facebook too. Provide me temporary admin panel and FTP access, we’ll check if we could add compatibility with that third-party plugin.
Regards
Hello,
You have changed the color of top bar and it caused your issue for mobile version. Add the following code in custom CSS:
@media only screen and (max-width: 992px) {
.header-wrapper.header-center2 .shopping-cart-widget {
color: #1a1a1a;
}
.header-wrapper.header-center2 .shopping-cart-widget .cart-bag {
border-color: #1a1a1a;
}
.header-wrapper.header-center2 .shopping-cart-widget .cart-bag:before {
border-color: #1a1a1a;
}
.header-wrapper.header-center2 .shopping-cart-widget .badge-number {
color: #1a1a1a;
}
.header-wrapper.header-center2 .navbar-header .et-wishlist-widget a {
color: #1a1a1a;
}
.header-wrapper.header-center2 .navbar-toggle .icon-bar {
background: #1a1a1a;
}
.header-color-white .navbar-header .shopping-container.ico-design-1.ico-bg-no .badge-number {
color: #1a1a1a !important;
}
}
Regards