Hello,
You need to install WPML plugin https://wpml.org/ and then add Languages switcher in Left Top bar widget area.
Regards
Hello,
You need to install WPML plugin https://wpml.org/ and then add Languages switcher in Left Top bar widget area.
Regards
Hello,
To add social widgets in top bar widget areas(Appearance > Widgets) use 8theme Social Links widget. If you need to add social links in page content use 8theme – Social Links VC element.
Regards
Hello,
Unfortunately, short description does not support Static Blocks shortcode.
Regards
Hello,
I’m glad that you sorted out.
Regards
You are welcome!
Regards
Hello,
When we test pages with equal content with default theme we see almost the same results. Please,
Read these posts, they may help you to speed up your site
https://www.8theme.com/blog/5-foolproof-ways-to-speed-up-your-wordpress-website/
https://www.8theme.com/blog/how-to-speed-up-your-wordpress-website/
https://www.8theme.com/blog/main-methods-for-speeding-up-wordpress-themes/
Regards
Hello,
It is much easier to change width using css than change a few template files.
I have added the following code in your custom css:
/*--- Single product page custom---*/
@media (min-width: 1200px) {
.single-product-wide .product-images.col-lg-6.col-md-6 {
width: 40%;
}
.single-product-wide .product-information.col-lg-6.col-md-6 {
width: 60%;
}
.col-md-9.product-content.sidebar-position-right {
width: 80%;
}
.col-md-3.single-product-sidebar.sidebar-right {
width: 20%;
}
.single-product-wide .product-information-inner {
width: 75%;}}
.sidebar-slider li {width: 100%;}
If you want to change number of products per view for your upsell slider you need to copy etheme_create_slider_widget function (xstore/framework/template-elements.php) in child theme functions.php and change it. It shows 4 items by default.
Regards
Hello,
Have you ever checked your previous topics? Did you read my messages? I have told you that problem is related to your server setting! Have you contacted with your hosting provider?
Regards
Great. I’m glad that you sorted out.
Regards
Hello,
Unfortunately, there is no such option, at present, you can only enable/disable categories. I sent your request to our developers, probably we’ll add this feature in one of the next updates.
Regards
Hello,
Popup window should be shown every time you visit the site, only when you check “Don’t show this popup again” it will disappear. As I can see it does not work. We’ll fix this issue in next update.
There is no special option to hide it.
Regards
Hello,
If you are using cache plugin, please, make sure that it does not cache menu. Clean cache and check.
In case it does not help, provide FTP access.
Regards
Hello,
Go to WooCommerce > Settings > Currency Options
Regards
Hello,
As I can see you have already change paddings. You should also change mix-height
@media only screen and (min-width: 992px){
.fixed-header {
min-height: 60px;
}
}
Regards
Hello,
I’ll send your request to our developers’ team and probably we’ll implement it in one of our next updates.
Regards
You are welcome!
Regards
Hello,
Take our apologies for this inconvenience. We’ll fix it in our next theme update.
Regards
Hello,
Could you provide screenshot for better understanding?
Regards
Ok. You are welcome!
Regards
Hello,
Thank you!
1. We have created menu with custom links/Pages (Appearance > Menus) and then just added Custom menu widget into top bar widget area.
2. You may use translation file to change this or any other text in our theme or XStore core plugin. Install Loco Translate plugin and follow instructions https://www.8theme.com/demo/docs/xstore/#translation
3. Add the following in Theme Options > Styling > Custom CSS:
.star-rating span:before {color: your_color;}
4. .mfp-bg { background: your_color;}
5. There is no such option in our theme. You may just add class for every menu item you want to change and then add custom css to change color.
6. There is some space because description next to image is bigger than image. If you want to move dots below image add the following:
.quick-view-popup .main-images .owl-pagination {
position: static;
margin: 10px 0;
}
7.Our theme has it by default http://prntscr.com/cl1tbt
8. You can change the color `.widget_product_categories .widget-title { background-color: #fff;}
.sidebar-widget.widget_product_categories .widget-title, .wpb_widgetised_column .widget_product_categories .widget-title { color: #1a1a1a;}
` but there is no option to add checkboxes. WooCommerce Categories widget has only list or drop-down options.
9. Are you talking about slider on Woman category page?
Regards
Hello,
If you want to change the color of top panel add the following code in Theme Options > Styling > Custom CSS
.top-panel-container {
background-color: #dee7e5;
}
If you don’t mind I have improved your top panel layout http://prntscr.com/ckz7ri
In case you don’t like it you can place your widgets back http://prntscr.com/ckz854
Regards
Hello,
1) Go to Settings > General > Membership > enable registration
2) Go to WooCommerce > Settings > Accounts > Enable registration on the “My Account” page
3) Go to Theme Options > General > Facebook Login and fill in necessary fields.
Regards
Hello,
Have you sorted out? Because I don’t see underlines on your site anymore.
Regards
Hello,
Go to Theme Options > Header settings > and make sure that Enable top bar option is ON. Then go to Appearance > Widgets > check if you added any content in Top Panel widget area.
If you don’t need any other content in top bar, just top panel arrow then remove all the widgets from Left and Right top bar widget areas and disable Sign In link in Header settings of theme options. Newsletter link you can disable in Theme Options > E-commerce > Promo Popup.
Regards
Hello,
Now everything is fine. Very nice color scheme by the way!
Add the following code in Theme Options > Styling > Custom CSS or in child theme style.css if you are using child theme
@media only screen and (min-width: 992px){
.header-wrapper header > .container .container-wrapper {
padding-top: 3.14em;
padding-bottom: 3.14em;
}
}
Regards
Hello,
It was hidden because there is no space to keep the title next to add to cart button for your layout type http://prntscr.com/cky7u7 As you can see from screenshot it could be moved only below. If it’s ok for you I can show this title.
In future update we plan to make tooltip for Add to Wishlist button.
Thank you for your suggestion about mobile devices, we took it into account.
Regards
Hello,
We are sorry, but the other way is customization only. You need to move tabs below the product content (xstore/woocommerce/content-single-product.php), but then you’ll have empty space at the right side http://prntscr.com/cky2n5
If you decide to make any changes use child theme to avoid problems with next theme update!
Regards
Hello,
I have moved your request to the second level of our support. Please, follow our updates on TF, we’ll fix this problem in update.
Regards