Articles in this category
Questions about MemberDash?
MemberDash is the best way to add membership related features to your online courses with LearnDash. It helps you stay connected with your users,…
rcp_gateway_{gateway ID}
Note: This is part of the developer docs and is considered custom code. Unfortunately, we cannot provide support for custom code at this time…
RCP_Levels – Deprecated
Deprecated in version 3.4 Note: This is part of the developer docs and is considered custom code. Unfortunately, we cannot provide support for custom…
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_title_container', 'virtue_page_title', 20);[/php] To…
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 <title> element provides…
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…
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 or Tin Canny…
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">[kadence_slider_pro id="2"]</div> <div class="my-mobile-slider">[kadence_slider_pro id="3"]</div> This is…