Hello @temppelinemanta,
You can install WC plugin – https://wordpress.org/plugins/woocommerce/
and follow the plugin documentation https://docs.woocommerce.com/
Regards
Hello @temppelinemanta,
You can install WC plugin – https://wordpress.org/plugins/woocommerce/
and follow the plugin documentation https://docs.woocommerce.com/
Regards
You’re welcome!
We’ve added if ( ! is_array( $args ) ) $args = array(); in xstore/framework/woo.php – https://prnt.sc/jwr1o9
Also, the fix will be included in next theme update.
Regards
Hello,
There is no possibility to change this size, by default.
You can select Layout with the sidebar in Theme Options > Products Page Layout then go to Appearance > Widgets > add content in Shop Sidebar.
Regards
You’re welcome!
Regards
Hello,
You can edit your category images using an image editor and hide the default block with information using this custom css code:
.categories-mask {
display: none;
}
Please check settings in Customize > Woocommerce > Product Catalog and Product images
https://docs.woocommerce.com/document/fixing-blurry-product-images/
Regards
Hello,
1. Please describe the desired result in more details.
2. Is this screenshot was done with our theme activated on your site? We are theme support and we are able to help you only with issues related strictly to our theme.
Regards
Hello,
Go to WPML > String translation and a list of the strings in the theme will be available. Choose the string you need to translate and select the translation link to add translations to languages.
Regards
Hello,
You need to remove or change this custom css code:
http://prntscr.com/jwpqtb https://prnt.sc/jwpr4k
Regards
Oh I see, please change the code to:
.shopping-cart-widget .cart-summ > .cart-bag:before {
margin-right: 5px !important;
}
Regards
Hello,
You can change the icon to one of Font Awesome icons https://fortawesome.github.io/Font-Awesome/icons/, use this css code in custom.css file:
.shopping-cart-widget .cart-summ>.cart-bag:before {
font-family: 'FontAwesome';
content: '\f290';
}
How to create custom.css you can watch in this tutorial – https://www.youtube.com/watch?v=Qok2zRedRMY.
Regards
Hello,
Here is custom css code to fix this:
.woocommerce-form-register .woocommerce-input-wrapper .checkbox {
margin-left: 20px;
}
Regards
Heve you changed Blog Layout? Please select Blog Layout > Chess in Theme Options > Blog & Portfolio.
Regards
Hello,
Looks like, there is a bug with “Disable navigation label”. We will fix this problem in next theme update.
We’ve sent walkers.php and header.php files to your registration email. Please rename these files (they are placed in legenda and legenda\framework folders) then upload new versions of these files. If the problem will be solved and all works fine, you will be able to delete renamed files
+ add this custom css code:
.mobile-nav .menu li.menu-disable_titles > a {
font-size: 0 !important;
line-height: 0 !important;
padding: 0 !important;
}
Regards
Hello,
Looks like you use an additional plugin https://prnt.sc/jwnadi you can also try this one https://wordpress.org/plugins/variation-swatches-for-woocommerce/
Regards
Hello,
Unfortunately, we can’t connect.
Please edit etheme.js file (xstore/js folder) > change this https://prnt.sc/jwmitt to https://prnt.sc/jwmhwe
setTimeout(function(){ … }, 300);
(300 number is time for delay – you can try to increase in case this is a bit of time for good loading)
Then copy content of etheme.js and minify it https://jscompress.com/ > replace content of etheme.min.js file.
Clear cache and check if your problem is solved.
Regards
Hello,
We did not test the theme with these plugins, so can’t guarantee 100% compatibility. But we don’t think that should be any issues. In case you face any compatibility issue you can report us and we’ll check if we could fix it.
Regards
Hello,
Custom css should work fine from Theme Options > Custom css or style.css of the child theme.
Have you cleared cache after adding the code?
Please provide us with the code you added and site URL.
Regards
Hello,
I do not see the problem on your site. Please try to clear cache and check one more time, if this won’t help, let me know what browser and version of browser do you use?
Regards
Hello,
Fixed. Please check now.
Regards
Your site under maintenance mode, so I can’t check it. Please provide temporary wp-admin access in the Private Content area.
Regards
Hello,
Could you, please, provide some screenshots for better understanding?
You may use Lightshot https://prnt.sc/ or upload images in media library http://prntscr.com/j9yzvr and provide screenshots links.
Regards
Hello,
Here is our IP – 136.243.62.35
Feel free to ask if you have any other questions.
Regards
Hello,
What version of woocommerce and royal do you use?
If the version of WC is not latest, go to Woocommerce > Settings > find settings of Checkout or use translation files to change the required text.
Regards
Hello,
Have you made changes in template files?
Please provide us with FTP access also.
Regards
Hello,
I would recommend you to disable “Header overlaps the content” in Theme Options > General > Header Setting and enable it only on pages where it is required.
Regards
Hello,
Please add this code in Theme Options > Styling > Custom css:
.menu-wrapper .menu>li>a:after {
display: none;
}
Regards
Hello,
Please try to disable all 3rd-party plugins. If this won’t help, disable “Smart menu” in Theme Options > General > Header Settings.
Regards
Hello,
Go to Theme Options > Import / Export > Dummy content > Import of the additional pages http://prntscr.com/jwl6bg
Read more – https://www.8theme.com/documentation/xstore/theme-installation/demo-content/
Regards
Hello,
Thanks for the reply.
Such behavior means that the problem doesn’t relate to the theme. You need to check settings or contact woocommerce support. If you use an additional plugin for this, contact support of this plugin.
Regards
Hello,
Thanks for the reply.
In our theme, “Logo max width” option resize the image to the dimension you selected but the real images size is not changing https://prnt.sc/jwkyow In case, you want to changes Natural size use image editor or Media library > Edit image > https://prnt.sc/jwkz8e
Regards