Wavio

Contents

1. Does the theme support custom fonts? Can I use my own font?

2. How to update the theme?

3. Is your theme compatible with ShopEngine?

4. Some images are missing

5. LiteSpeed Webserver

1. Does the theme support custom fonts? Can I use my own font?

Yes, you can choose any in Elementor Global settings to set globally or change only on a specific demo.

2. How to update the theme?

Just install the new version as regular theme (without demo installation). Feel free to ask for support if it’s not clear!

3. Is your theme compatible with ShopEngine?

The theme is based on Elementor, and it fully supports WooCommerce, so yes, the theme should support extensions like ShopEngine also.

4. Some images are missing

Issues:

Solution:

If during the installation of demo content you had this error:

Or after installation, you notice that some images are missing, you do not need to reinstall the demo content after this error. Here is a guide to fix this problem.

1.Install the Regenerate Thumbnails plugin:
https://wordpress.org/plugins/regenerate-thumbnails/

2. In the Tools menu, the entry "image regeneration" will appear:

3. Click on the button marked on the screenshot:

At the end of the image regeneration process, thumbnails for all images will be restored.

5. LiteSpeed Webserver

The admin notice "Unyson: Your website is hosted using the LiteSpeed web server. Please consult this article if you have problems backing up." indicates that your web hosting company uses the LiteSpeed web server. It seems that LiteSpeed encounters issues with all WordPress scheduled tasks that extend beyond a very short duration, including backup plugins.

You need to make changes to the files .htaccess and wp-config.php located in the root folder of your website:

1) .htaccess  - add this line at the bottom:

RewriteRule .* - [E=noabort:1]

2) wp-config.php  - add these values or replace old ones (if they are already exist):

define('DISABLE_WP_CRON', true); 

define('ALTERNATE_WP_CRON', true);