To align checkboxes horizontally in WPMUDEV Forminator using a custom class, you'll need to add some custom CSS. Here’s a step-by-step guide: 1. Add a Custom Class to Your Form: 2. Add Custom CSS: 3. Enter the Custom CSS: 4. Save Changes: This CSS will make the checkboxes align horizontally and adjust the spacing between them. If you need further … [Read more...] about Align Forminator check boxes horizontally
WPMUDEV
WPMUDEV Forminator Radio Button Alignment
To align radio buttons horizontally in WPMU DEV's Forminator plugin (or similar plugins) without adding a new class or using a grid, you can use CSS to target the radio button elements directly and style them accordingly. Here's a general approach: Here’s an example of CSS you could add to your theme's stylesheet or through the custom CSS section in WordPress: This … [Read more...] about WPMUDEV Forminator Radio Button Alignment
Disable Genesis SEO When SmartCrawl is Enabled
As of the posting of this code snippet, the Genesis Theme Framework will disable SEO functionality for Yoast SEO, and All In One SEO. But if you use an alternative SEO plugin like SmartCrawl by WPMUDEV the Genesis SEO will stay active leading to SEO conflicts with SmartCrawl and confusion for Contributors, Editors, and Admins. The good news is you do not need to change … [Read more...] about Disable Genesis SEO When SmartCrawl is Enabled