Category: Tutorials
Go BackHow to Change the Page Template in WordPress
There is at least one custom page template file in your active Theme's folder. If you change your Theme, the page templates in your previously activated Theme will not display.
Page ...
Kirki Fonts not working. “A” letter problem.
Quick fix for this problem https://github.com/themeum/kirki/issues/2524
Go to /plugins/kirki/kirki-packages/module-webfonts/src/Webfonts/Downloader.php
Replace 186 line to:
$user_agent = 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:73.0) Gecko/20100101 Firefox/73.0';
Install Transients Manager plugin and activate it ...
Swiper Slider Doesn’t Work Properly
Please make sure that all of your Plugins and Theme are updated.
After updating Elementor to v3.5.2, Swiper slider does not work properly. Because our theme use recent version of Swiper ...
How To Clear Font Cache
In order to achieve GDPR-compliance, Kirki stores Google Fonts locally on your server. If Google Fonts selected in the Customizer are not displayed correctly, please try clearing the font cache.
This ...
How To Stop Automatic Updates In WordPress
The auto-updating process is a great feature for many users, as they can save a lot of time and work.
But sometimes WordPress tries to update a plugin that is not ...
What to Do When Contact Form 7 Isn’t Sending Emails
Go to Contact → Contact FormsClick on Edit contact form which not workingGo to Additional SettingsRemove line with demo_mode: onSave changes
In this mode, the contact form will skip the process of ...
Fix Response Error During Activation
While checking your plugins/themes license, you may find an error like this Response Error, Contact with the author or update the plugin/theme.
Permalink Settings
To fix this error:
Go to your Dashboard → Setting ...
Using Menu Anchor in WordPress Menu
In our themes you can simply create a one-page scroll navigation. In other words by clicking on an item in menu navigation you will navigate to a specific section from the ...
How to Disable the Mobile Version of a Website on Your Phone
From your WordPress Dashboard, navigate to Appearance → Editor. When the editor screen loads, select Header (header.php) file from the list on the right, and remove the line including viewport tag from it:
How to Override Global Settings for Specific Pages
In the page editor, there is a section Overrides that allows you to change global Theme Customizations for individual pages. All our themes supports individual pages settings, which actually allows ...