admin
How to Upload & Install Elementor Template Kits
Last Updated: May 25, 2025To successfully integrate Elementor Template Kits obtained from WpGnu into your WordPress site, you need to follow specific steps that involve uploading and installing the templates. Step 1: Prepare Your WordPress Site Ensure Elementor is installed and activated. We recommend also installing Elementor Pro for full compatibility. Step 2: Install the Template Kit Import Plugin...
Introduction
Last Updated: May 25, 2025Welcome to WPGNU’s official documentation for our premium Elementor Kits. This guide will walk you through everything from understanding what Elementor Kits are, to downloading and installing them, and managing your license. What Are Elementor Kits? Elementor Kits are ready-made website design templates built with the Elementor page builder. Each kit includes a collection of...
Common Issues & Fixes
Last Updated: May 23, 2025There are no known issues between Content Notify and other plugins or themes at this time. Most of the time, any issues that do arise during the operation of the plugin are to do with hosting or email delivery. Elementor It is recommended that when adding the Content Notify shortcode to a page using Elementor,...
Javascript
Last Updated: May 23, 2025Content Notify includes a handy javascript event, cn-loaded-taxonomies, that is fired after the taxonomies in the front-end Content Notify form have been loaded.This is useful in certain circumstances, such as setting the corresponding select fields for the taxonomies to ‘required’. Here’s an example of this:jQuery(document).on('cn-loaded-taxonomies', function( event, select2_taxonomies ) {jQuery(select2_taxonomies).each(function() {jQuery(this).prop('required', true);});});
Hooks & Filters
Last Updated: May 23, 2025Content Notify contains a number of useful filters so that you can customise various aspects of the plugin. These are: Function: Get User Subscriptions cn_get_user_subscriptions( $key ) Purpose: Retrieve all subscriptions for a given user ID or email address. Example:if ( class_exists( 'Content_Notify' ) ) {if ( is_user_logged_in() ) {echo "<p>You have: " . count(...
Email Templates
Last Updated: May 23, 2025You can customise the default alert email template that is used for the emails that are sent immediately that Content Notify sends out via two methods: The plugin checks for the template file first, then applies the filter. As such, it is possible to override the template file and then override it further using a...
Regulatory Compliancy (GDPR/COPPA/LGPD/CCPA/CPRA/CASL)
Last Updated: May 23, 2025Content Notify aims to be as compliant with as many regulations as possible, including, but not limited to: GDPR/GDPR+K, COPPA, LGPD, CCPA and CPRA, and CASL. That being said, no plugin, including Content Notify, can ensure total regulatory compliance alone for an entire website.Regardless, as a plugin, Content Notify’s compliance currently extends to: Better and...
CAPTCHA
Last Updated: May 23, 2025Content Notify features a built-in anti-spam honeypot to help prevent spam or fake subscriptions from being created. This is implemented by way of a hidden form field at the bottom of the Content Notify subscription form which will fail the form’s validation if changed. In addition to this, you can also use a CAPTCHA service...
Follow Button
Last Updated: May 23, 2025Sometimes, rather than a form, it’s nice to have a single button that allows the creation of a simple subscription. This could be referred to as a ‘Follow’ Button.Content Notify has this feature, out-of-the-box, providing that the user is logged in. If the user is logged out, they will still be shown a few fields,...
Digests
Last Updated: May 23, 2025Digest are alerts that are grouped together and sent out out at a set interval. This is useful if you have a busy site and a subscriber doesn’t want to be notified immediately so can instead choose to receive a single alert detailing all the changes once a day/week/month.Apart from when they are sent, digest...