Articles in this category
rcp_gateway_{gateway ID}
Coming soon: Restrict Content Pro is becoming Kadence Memberships. You may see both names used while we update the product, documentation, a…
RCP_Levels – Deprecated
Coming soon: Restrict Content Pro is becoming Kadence Memberships. You may see both names used while we update the product, documentation, a…
Remove Line From Footer Titles Ascend
To remove the line from your footer widget titles, add this CSS to Theme Options> Custom CSS: .footer-widget-title:before { display: none…
Remove Line From Footer Titles Ascend
To remove the line from your footer widget titles, add this CSS to Theme Options> Custom CSS: .footer-widget-title:before { display: none…
Remove Lines In-between Secondary Menu Items in Ascend
To remove the lines in-between the secondary menu items in Ascend, you can add the following to your custom CSS box in Theme Options…
Remove Page and Post Titles Sitewide Virtue
To hide all page titles in Virtue Theme without any CSS, add this to your functions.php in your child theme: [php]remove_action('virtue_page…
Remove title tags on Kadence SVG Icons
By default, Kadence SVG icons include a <title> tag inside the SVG markup. This is intentional and generally beneficial because the &l…
Remove Underline From Breadcrumbs Ascend
To remove the underline from your breadcrumb trail, add this CSS to Theme Options> Custom CSS: #kadbreadcrumbs a { border: none; }
Run JavaScript when Query Loop (Adv) Updates
Kadence Blocks Pro has an event called kb-query-loaded that fires whenever a Query Loop (Adv) block loads new results. Think of it like a&he…
SCORM and xAPI
SCORM 1.2 and SCORM 2004 are supported for Articulate, iSpring, and Adobe Captivate by using a third-party add-on (GrassBlade xAPI Companion…
Separate Sliders for Mobile and Desktop Ascend
Instead of just adding this in the shortcode box: [kadence_slider_pro id="2"] You can add like this: <div class="my-desktop-slider"&a…
Setting Block Defaults
Sometimes, you need to add a block many times and need them to have identical styles. In these cases, you can save the block’s…