Category

Uncategorized

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,…
1 min read
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…
1 min read
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…
4 min read
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; }
1 min read
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; }
1 min read
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…
1 min read
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…
1 min read
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…
1 min read
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; }
1 min read
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…
2 min read
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…
1 min read
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: &lt;div class="my-desktop-slider"&gt;[kadence_slider_pro id="2"]&lt;/div&gt; &lt;div class="my-mobile-slider"&gt;[kadence_slider_pro id="3"]&lt;/div&gt;  This is…
1 min read