You’re welcome! Let us know if you need any further assistance.
Regards
You’re welcome! Let us know if you need any further assistance.
Regards
I’m glad that you sorted out.
This topic will be closed because the issue is solved. Please kindly open up new tickets for additional questions.
Regards
Hello,
We do not have ready translation files for all languages, so you need to translate theme manually using Loco Translate plugin.
Simply go to Loco Translate > Themes > Xstore > find and translate strings.
If you need help with translation or if something doesn’t work please provide temporary wp-admin access to your site so we could check a problem.
Thanks in advance!
Regards
Hello,
Thanks for the topic. Hope you are having a nice day.
Please check https://docs.woocommerce.com/document/managing-product-taxonomies/#section-3 https://woocommerce.com/videos/product-categories-tags-shipping-classes-attributes/
https://docs.woocommerce.com/document/related-products-up-sells-and-cross-sells/#section-1
Let us know if you need any further assistance.
Regards
Hello,
Please check settings in Woocommerce > Settings > Shipping > Shipping options.
Regards
Hello,
You may try to edit xstore/woocommerce/single-product/add-to-cart/simple.php file
change http://prntscr.com/hmzmdt to this http://prntscr.com/hmzmp5
We recommend you to make file changes in a child theme.
Regards
Hello,
1. Please provide link to page where you want to change color of links.
2. You may try to use it. In case you find a problem please contact us and we will try to fix it.
3. All available you may find here – https://docs.woocommerce.com/documentation/plugins/woocommerce/getting-started/sell-products/core-payment-options/
find more – https://woocommerce.com/product-category/woocommerce-extensions/payment-gateways/
Regards
Did you add the code via FTP? Is child theme activated on your site?
Regards
It is strange, did you add the code in functions.php file of child theme? Is the child theme activated on your site?
Yes, you may use this code:
add_filter( 'script_loader_src', 'wpse_216912_remove_query' );
add_filter( 'style_loader_src', 'wpse_216912_remove_query' );
function wpse_216912_remove_query( $src ) { // Remove query strings from static resources also jetpack query
if ( strpos( $src, '?ver=' ) || strpos( $src, '&ver=' ) || strpos( $src, '?w=') || strpos( $src, '?a600e5') ) {
$src = remove_query_arg( array( 'ver', 'w', 'a600e5' ), $src );
}
return $src;
}
I’ve added the code on my test site and it works fine http://prntscr.com/hmypu1
Also, you need to optimize images http://prntscr.com/hmyqfo
https://www.elegantthemes.com/blog/tips-tricks/optimize-images-for-your-wordpress-website
Use special services or WordPress plugins to optimize your images for decreased loading times:
– tinypng.com
– Compressor.io
– Kraken.io
– Ewww Image Optimizer
– Smush Image Compression and Optimization plugin
Regards
Hello,
Could you please provide temporary wp-admin access in Private Content to check your image settings and give appropriate tips?
Regards
I am glad that you sorted out.
Regards
Hello,
Please try to disable all 3-rd party plugins (means the plugins that are not included in the theme package are not in the list of required plugins) and then check.
If the situation won’t change please provide temporary wp-admin access to check a reason of such displaying.
Regards
Great. Feel free to ask if you have any other questions.
Regards
Hello,
It is a bad practice to edit php files via Appearance > Editor, you need to connect and edit files via FTP. You may contact your hosting provider and ask credentials to FTP.
Regards
Hello,
Thanks for the topic. Hope you are having a nice day.
Please provide a screenshot for better understanding.
Regards
Thanks for understanding this matter.
Looking forward to your new topic.
Regards
Hello,
Yes, you may try to use this code, add it in function.php file of your child theme.
Regards
Hello,
You’re welcome!
Please create a separate topic for the new problem and describe it in details.
Thanks in advance.
Regards
The code works – http://prntscr.com/hmxexv
Please provide screenshots of elements that you want to change for better understanding.
Thanks in advance.
Regards
Hello,
Please check registration problem with a default WC theme – Storefront, to be sure if the problem relates to our theme. If problem happens only with woopress theme, please describe how I can recreate it, because I’ve checked registration and do not see the problem, also please provide screenshot for better understanding.
If you get the issue even with default theme activated, you need to contact woocommerce support to sort out.
Also, it is a bad practice to use old versions of plugins and theme, so it would be better for you to find out what was a reason of breaking your site after update. For example, you may create a full copy of your site and make updates of theme, all plugins, WordPress there, enable debug mode and check notices about the problems (you may use the 1 license for the 1 dev domain and 1 live domain). Read more about theme update https://www.8theme.com/reply/179519/
Regards
You’re welcome!
Regards
Hello,
Could you please provide wp-admin access in Private Content?
Regards
Hello,
Thanks for the topic. Hope you are having a nice day.
I’ve enabled cart http://prntscr.com/hmvfv7 Please check http://prntscr.com/hmvgw4, style of cart you may change in Theme options General > Header settings http://prntscr.com/hmvg9s
Also seems the “add to cart” functionality is bit changed because of some plugin that you use, so try to disable all 3-rd party plugins (means the plugins that are not included in the theme package are not in the list of required plugins https://www.8theme.com/demo/docs/woopress/#!/external_plugins) and then check or disable “AJAX add to cart for simple products” option http://prntscr.com/hmvhm2
Let us know if you need any further assistance.
Regards
Hello,
Thanks for the topic.
Please try to disable all 3-rd party plugins (means the plugins that are not included in the theme package are not in the list of required plugins https://www.8theme.com/demo/docs/woopress/#!/external_plugins), clear cache and then check. Let us know result.
Regards
You’re welcome!
Please read our documentation https://www.8theme.com/demo/docs/legenda/#!/primary_menu and watch https://www.8theme.com/videos/ (Legenda WordPress Theme – How to create menu).
To add image in menu you may add custom link item, like http://prntscr.com/hmv04b
Regards
You’re welcome! Feel free to ask if you have any other questions.
Regards
Hello,
Please make sure that you use latest versions of Visual Composer and Massive Addons for Visual Composer plugins https://www.8theme.com/documentation/xstore/plugins/plugins-update/
Let us know if you need any further assistance.
Regards
Hello,
Oh I see, please change the previous code to:
.inclicable-item > a {
pointer-events: none;
cursor: default;
}
Let us know if you need any further assistance.
Regards
Hello,
It is only possible to change firt level menu item to font awesome icon http://fontawesome.io/icons/, like http://prntscr.com/hmuiqg > http://prntscr.com/hmuiir, but I do not see Icon name field in your menu item settings.
I would recommend you to update theme to latest version https://www.8theme.com/demo/docs/legenda/#!/installation_upgrade
and update all required plugins https://www.8theme.com/download-plugins/ http://prntscr.com/gzbjpp
Before uploading theme files delete “woocommerce” folder, which is located in wp-content/themes/legenda/ to avoid problems with old files (it’ll be reuploaded from a new theme package).
Don’t forget to create backup of your files and database before starting update process!
You need to enter your purchase code to activate our new theme version and skip Setup Wizard.
Regards
Hello,
Please read this article about import woocommerce pages https://docs.woocommerce.com/document/woocommerce-pages/
To import our pages, like contact us, go to Theme Options > Import/Export > Dummy content > Import additional pages http://prntscr.com/hmufjp
Let us know if you need any further assistance.
Regards