Kadence Resources
The Kadence Resources hub provides a curated collection of technical guides and best practices aimed at optimizing the performance and reliability of your WordPress site. These resources go beyond the basic use of blocks and themes, focusing on the underlying infrastructure and performance metrics that define a successful online presence. By aligning your backend environments with these expert blueprints, you can eliminate site latency, bolster database reliability, and ensure your layouts scale cleanly as your traffic grows.
Navigating this technical archive helps you address the hidden system factors that impact your daily production workflows. You can discover exactly how to adjust server properties to eliminate common runtime constraints, fine-tune script memory footprints, and safely manage third-party optimization setups. Utilizing these foundational materials ensures you maintain a rapid, lightweight website that behaves predictably across both standard desktop screens and demanding mobile viewports.
Kadence Resources articles
Check out the performance-focused documentation below to audit your hosting parameters, resolve asset bottlenecks, and upgrade your site speeds.
Temporarily Deactivating Plugins
Read more: Temporarily Deactivating PluginsThere are many plugins and many developers doing things in a lot of different ways. It’s very hard to isolate your code in WordPress so conflicts are inevitable. What’s crucial to be able to diagnose a problem and find a solution you have to be able to determine which plugins are conflicting. The simplest form…
The package could not be installed. No valid plugins were found.
Read more: The package could not be installed. No valid plugins were found.Why this happens This error appears when you try to upload a theme file in the Plugins section. WordPress checks for a valid plugin file and fails when the upload is actually a theme. How to fix it Tip If you meant to install a theme, upload it through Appearance → Themes → Add New…
The package could not be installed. The theme is missing the style.css stylesheet.
Read more: The package could not be installed. The theme is missing the style.css stylesheet.Why this happens This error appears when you try to upload a plugin file in the Themes section. WordPress expects a style.css file inside every theme, so if the uploaded file doesn’t contain one, the installation fails. How to fix it Tip If you meant to install a plugin, upload it through Plugins → Add…
Troubleshooting Broken Styles/Features when using Optimization/Caching Plugins
Read more: Troubleshooting Broken Styles/Features when using Optimization/Caching PluginsWhen using a Caching/Optimization plugin, styles or functionalities may occasionally break. This can vary depending on the site and its configuration, as each website is unique. Kadence products are fast right out of the box, but as a site grows and adds more content, enabling Caching/Optimization becomes more important. In some cases, optimization can cause…
Troubleshooting the “Updating page failed. You’re probably offline.” Error
Read more: Troubleshooting the “Updating page failed. You’re probably offline.” ErrorThis article helps when a person sees the message, “Updating page failed. You’re probably offline.“ This message often shows up even when a person is clearly connected to the internet. This usually means there is a problem with how the WordPress site talks to the web server, which stops the site from saving updates or…
Troubleshooting White/Blank Screens in the Editor or Customizer
Read more: Troubleshooting White/Blank Screens in the Editor or CustomizerIf you’re working on your WordPress site and suddenly see a blank white screen where the editor or customizer should be, this can happen for a few different reasons, especially after making updates or installing something new. The good news is that most of the time, it’s easy to fix. This guide outlines the most…
Understanding PHP Deprecated Notices on Your Site
Read more: Understanding PHP Deprecated Notices on Your SiteIf you’ve noticed one or multiple PHP Deprecated Notices on your WordPress website, there’s no need to worry. These messages aren’t errors caused by your Kadence theme or plugins. Your site is still working just fine. These are warning messages intended for developers. This document will provide an overview of what PHP Deprecated Notices are,…
Using the WordPress Dashboard
Read more: Using the WordPress DashboardWhen using WordPress, it is important to understand the Dashboard. This is an admin area where you can modify and control your website. From within the WordPress Dashboard, you can add plugins, access plugin settings, other important website settings, and much more. This guide provides a basic overview on accessing and using the WordPress Dashboard.…