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.
Go to Dashboard → Settings → Kirki
Click ...
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 in their repository (for example, ...
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 sending mail and just display ...
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 → Permalink Select Post Name optionPress ...
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 current page.
The Menu Anchor widget allows you ...
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 you to customize each page ...
How to Disable Google Fonts?
Our themes comes with built-in Google Font Families.
To remove Google Fonts suggestions from the Customizer you can insert the following filter in your child theme’s functions.php file:
How to Change the Page Template in WordPress
Page templates can be applied only to pages, in order to change their aspect. It can be applied to a single page, a page section, or to a group of pages.
Your Theme files should include a default page template (named: page.php). It may ...
How to Add Custom Javascript into Your WordPress Site
In some situations, you may need to add custom Javascript to your site. Normally, this would involve modifying your theme files.
However, there is a less intrusive alternative. “Header and Footer Scripts” is a plugin to ...