Articles in this category
How to Enable Transparent Header on 404 Page
By default, the transparent header is not applied to the 404 page. This is because the 404 page does not have a page title,…
How to Exclude Products from the Max Order Limit
If you want to exclude products from contributing to the maximum order limit, this guide will teach you how to do it.
How to Filter Product Variations With Variation Fields
Learn how to filter product variations in your WooCommerce store with Custom Fields for Variations and this guide.
How to Generate and Connect Your Apple Developer API Key to Your Learndash App
Introduction Integrating your Apple Developer API Key into the Learndash App plugin enables seamless communication with App Store Connect, powering automated publishing, certificate management,…
How to Generate Android Release Apps
Introduction Android Release Apps allow you to prepare production-ready builds for Google Play submission, real-world testing, and accurate In-App Purchase validation. Built using our…
How to Generate iOS Release Apps
Introduction Creating a Release App for iOS is easy with the Learndash App’s cloud-based build system. Release builds are fully packaged IPAs ready for…
How to Generate New App Builds
Introduction Creating iOS and Android builds for your Learndash App is fast and code-free with our cloud-based build system. This guide shows you how…
How to Get Your Google API Key for Address Autocomplete
If you’re looking to set up the address autocomplete feature and have the map work on the Thank You page in Flux. You’ll first…
How to Group WooCommerce Product Attributes
If you’re looking to organize your attribute swatches better by grouping them, you can do so with WooCommerce Attribute Swatches. As an example, let’s…
How to Hide an Account Menu Item
Sometimes you may want to hide an item from the account menu. We have a filter to make this possible. Hide a menu item…
How to Hide The Parent Product
If you’re using Show Single Variations to display your product variations as single products, you might want to hide the parent variable product to…
How to Hide Your Logo from the Homepage
If you would like to hide your logo from the homepage only, you can use CSS like this: .home #logo { display: none; } Just…