Plugins
Align Forminator check boxes horizontally
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 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
9 Must have plugins for WP maintenance
These plugins will help you maintain your WordPress website efficiently. Simple Revisions Delete Simple Revisions Delete adds a discreet link within a post submit box to let you purge (delete) its revisions via AJAX. Bulk actions also available. Broken Link Checker The plugin is designed to find and verify links that are posted anywhere on your website. Each link is … [Read more...] about 9 Must have plugins for WP maintenance
Exclude Simple URLs in WordPress Search Results
This applies to the original simple URL's plugin by Nathan Rice and may not work with the new Lasso version. Locate the following in the simple URLs plugin.php Then insert "'exclude_from_search' => true," from the code snippet below into your code, and update the plugin. … [Read more...] about Exclude Simple URLs in WordPress Search Results
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
WordPress Widget Importer & Exporter
There are a number of occasions where you may need to duplicate widgets from one WordPress site to another and if you have a lot of them it can be quite time-consuming - for example: You could have a Multi-Site Network with different subsites representing different aspects of your business but you want the same newsletter subscription box on all sites within the network.You … [Read more...] about WordPress Widget Importer & Exporter
WordPress Membership Plugins for 1ShoppingCart
When it comes to WordPress and membership plugins, your options are plentiful. But, what if you want to integrate your membership plugin with 1ShoppingCart.com or one of it's branded partners? Unfortunately, you don't have quite as many options; after a bit of Google Research, I was only able to locate two suitable options. WishList Member and Magic Members appear … [Read more...] about WordPress Membership Plugins for 1ShoppingCart
JetPack Publicize Duplicating Twitter Posts
I recently decided to start using Jetpack to publicize to my social networks (I'll deal with the Publishing same content to multiple networks in another post), specifically to Facebook and Twitter. All in all, it's a pretty simple easy experience however, I noticed my Tweets were duplicating with slightly different titles and no images for the duplicate Tweet. At first, I … [Read more...] about JetPack Publicize Duplicating Twitter Posts
Must have Plugins for WordPress Multisite
Multisite Admin bar SwitcherReplaces the built in 'My Sites' drop down with a better layed out one Multisite Master Shared MenuAllows users in a WordPress multisite network pull in a menu from another site in order to achieve a universal navigation or shared navigation without needing to manually recreate menus. Site is required to be installed on WordPress Multisite … [Read more...] about Must have Plugins for WordPress Multisite