Wapo

Contents

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

2. Some images are missing

3. LiteSpeed Webserver

4. If the demo looks broken

5. How to update the theme?

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. 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.

3. 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);

4. If the demo looks broken

This is the known problem with cache, so to fix it follow this: 

1. Go to Essential Addons => Tools, click on Regenerate Assets button

2. Go to Elementor => Tools, click on Regenerate Files & Data button

3. If you have any other plugin for caching so clear that cache also

5. How to update the theme?

Just install the new version as regular theme (without demo installation). 

  1. Go to Appearance → Themes → Add New.
  2. Upload the zip file of the latest version of your current theme. For example, you can update the Twenty Twenty-Two theme by uploading a new copy downloaded from WordPress.org.
  3. Click Replace active with uploaded when prompted.

Feel free to ask for support if it’s not clear!