Main Theme Options
XStore is managed through the 8Theme Options and 8theme Page Layout settings. 8Theme Options is located in Dashboard > XStore > Theme Options, where the settings are organized into logical tabbed sections. These are the global options for your website. If you want to set specific options for a specific page, post, or product, set them in 8theme Layout settings, which has a higher priority and is located in every page/post/product.
Main Theme Options
Speed Optimization options
- Old browser support. Enable this option if you have analytics report that your customers use the old browsers (Safari 9, IE 10) and you want to support them.
- Optimize frontend CSS. This option loads the optimized xstore.css file instead of 2 separate bootstrap.css and style.css files. If you created child theme before the 5.0 XStore version and functions.php file of the child theme includes the old code to enquire theme styles, e.g.
Then replace this code by the new one below to avoid problems after enabling of this option
<?php add_action( 'wp_enqueue_scripts', 'theme_enqueue_styles' ); function theme_enqueue_styles() { etheme_child_styles(); }
Creating Mega Menu Using Static Blocks Built With Elementor on WordPress
How to Create a Website Footer Using Static Blocks Built with the Elementor Page Builder on WordPress