Hello,
Go to Theme Options > Typography > and choose font for the elements you need http://prntscr.com/kkstwg
Regards
Hello,
Go to Theme Options > Typography > and choose font for the elements you need http://prntscr.com/kkstwg
Regards
Hello,
1) Provide, please, screenshot of the price that you want to change. Maybe we are talking about different things.
2) Do you use cache plugin or CDN? Clear both once you made changes. If you use CDN then exclude wp-content/uploads/xstore/options-style.min.css file from caching.
3) If it does not help provide us with temporary Dashboard access.
Regards
Hello,
We don’t see 3 times transition for that information. Only 1 https://gyazo.com/bc55fc37ee7d089a78029661a831eb90
Access to Dashboard is wrong and we can’t check if you have the same effect with the default theme because our theme does not have any special things for that info because that info is added by the third-party plugin. So, provide the correct Dashboard access, please.
Regards
Hello,
Please, provide us with temporary Dashboard and FTP access to your site to check.
Regards
Hello,
Unfortunately, this is how WP works, we sent you link to official docs of the WP with the detailed explanation of this action. Probably you need to allow using the admin-ajax.php file, exclude it from the list of locked files and folders.
Regards
Hello,
Problem is related to the PHP version that you use. TheLeader has compatibility issues with PHP 7.x.
We can get you the refund for TheLeader theme and would like to draw your attention to XStore theme https://themeforest.net/item/xstore-responsive-woocommerce-theme/15780546 . XStore is the more advanced theme that is compatible with PHP 7.x and also WooCommerce 3.4.x. Besides XStore includes a number of cool plugins and has a lot of versions.
Regards
You are welcome!
Regards
You are welcome!
Regards
Hello,
6) Check now.
8) Follow the WC plugin docs to remove that tab https://docs.woocommerce.com/document/editing-product-data-tabs/
9)It was because of code in custom CSS
.page-content {
padding-top: 0px;
}
I have removed it.
10) You can disable/enable them in Theme Options > Single product.
12) To place wishlist button next to the add to cart http://prntscr.com/kjrf4i
Regards
Hello,
1. Check now.
2. Legenda theme does not have such cart layout.
3. Legenda does not have FB login option. XStore theme has. So, you can draw your attention to XStore https://themeforest.net/item/xstore-responsive-woocommerce-theme/15780546
Also, XStore has better RTL styles.
Regards
Hello,
Unfortunately, there is no such option in our theme. You can either use plugin or order additional customization service.
Regards
Hello,
Try to add the following code in child theme style.css and clear cache
body.js-preloader {
visibility: hidden;
opacity: 0
}
body.js-preloader.page-loaded {
visibility: visible;
opacity: 1
}
Regards
Hello,
If you prefer Massive Addons you can try image grid http://massive.mpcthemes.net/grid-image/
http://prntscr.com/kjnu3c
Regards
Hello,
That information is related to WooCommerce Germanized plugin. For that product, we don’t see mentioned information even on mobile. Do you have this problem with our theme only? Does it work fine with the default WooCommerce theme Storefront? Because we are able to help you only in case problem appears with our theme only and everything works fine with the default theme. In other cases, you need to contact plugin author about all the questions related to that plugin functionality.
Regards
Hello,
You are using version 2.3 with the new version of WooComemrce and it causes your issue I suppose.
When version 2.5 is enabled everything works fine https://gyazo.com/dacb84ac60dd702e81ab2ec5d253d43e
Regards
Hello,
Do you want something similar to the gallery on this page https://8theme.com/demo/royal/stores/
Then use the default WordPress gallery option while uploading media https://gyazo.com/0c26127cee6f32d4a81b292aa28c91d3
Regards
Hello,
5) If you want to rename description tab you can do this in translation. Unfortunately, there is no option to close the first tab by default. It can be done by additional customization only. Submit customization request to WPKraken team.
6) Theme uses 12 columns bootstrap grid. At present 3 columns sidebar + 4 columns product info + 5 columns image. http://prntscr.com/kjbnk6 Sidebar can’t be the width that you show on your screenshot.
If you want to change the width of the sidebar to 2 columns and product info to 5 columns you can copy legenda/woocommerce/content-single-product.php to your child theme and edit according to your needs.
Use chat options to disable it for the mobile devices http://prntscr.com/kjbpd2
Add the code below to child theme style.css to hide the brand title
.product-brands .title {
display: none;
}
7) A. http://prntscr.com/kjc91r I don’t see this problem.
B. Fixed
C. Check now.
Regards
Hello,
You are welcome!
Regards
Hello, @online365
Answered in another topic.
Regards
Hello,
Once we disabled cache plugin everything works fine. Then we enabled cache and just removed old cache folder from wp-content and site also works fine. Seems you have some problems with clear cache option.
Check your site now.
Regards
Hello,
Seems problem is related to MercadoPago WooCommerce Plugin https://prnt.sc/kjbiv3
Once we deactivated plugin images are ok. Contact plugin author to solve the problem.
Regards
Hello,
You don’t need to update theme, we did it for you.
http://prntscr.com/kjbb2g I don’t see any problems with page editing.
Regards
Hello, @online365
Your problem is different. It caused by the MailChimp for WooCommerce plugin. And that plugin causes js problems in console not just with XStore theme but also with Massive Addons plugin. So, disable plugin and contact plugin author to solve the problem.
Regards
Hello,
Theme Options > General > Fixed navigation > On.
Regards
Hello,
4) Do you want to make Add to cart button pink for the related products only? Then use the following code
.single-product .add_to_cart_button.ajax_add_to_cart {
color: #fff;
background: #ff0066;
border-color: #ff0066;
}
.single-product .add_to_cart_button.ajax_add_to_car:hover {
text-decoration: underline;
color: #fff;
}
5) – Thre is no place to show that buttons because if you enable them they will be too close to removing button http://prntscr.com/kizggn
– “The word carriage is still exsiset” – don’t understand your question. What word should be removed? Can you highlight it on the screenshot?
6) You can remove “successfully added” message that appears over the product image using the code below (we added code in child theme style.css)
.added-text {
display: none;
}
But the message about the removed item is the default WooCommerce message and does not have any special classes to hide it. So, it’s possible only by additional customization. You can submit the customization request here.
Regards
Hello,
You are welcome.
We opened po file using poEdit and chose “update translation from pot file”. Updated file, saved both po., .mo and uploaded them to wp-content/languages/themes/ folder with overwriting.
Regards
Hello,
Something was wrong with the parent theme. We re-uploaded source file and row option works fine.
Regards
Hello,
The custom footer was used for that page http://prntscr.com/kiz3wv in Page Layout option.
Regards
You are welcome!
Regards
You are welcome!
Regards