Use Merge Tags as Dynamic Population Parameters - Gravity Wiz
Complex fields (fields with more than one input like the Name field, Checkbox fields, Address fields, etc) do not support the default value option. But they do support dynamic population. This snippet enables the ability to use merge tags as dynamic population parameters, allowing you to specify default values for complex fields. How do I […]
Capturing HTTP Referrer URL - Gravity Forms Documentation
This code snippet in Gravity Forms shows how to capture the HTTP Referrer URL on form submissions. The "gform_field_value_refurl" is used in this snippet.
WordPress Image Sizes: a Ticking Time BOMB? | I Love WordPress
This is an issue that affects WordPress websites that have lots of uploaded images, such as news websites, photographers, food blogs, etc. So if you find yourself uploading lots of images into your WordPress media library every month - keep reading.
How to Fix the WordPress HTTP Error (Uploading Image to Media Library)
The WordPress HTTP error can be frustrating as it usually occurs right when you're in the middle of uploading media. Check out these quick ways to fix it.
Traditional field mapping with Gravity Forms can be a pain. In this post I offer an approach to field mapping that is more resilient to form configuration changes, making your custom integrations more robust.
Add Event Categories as CSS classes to Event Posts in Modern Tribe | WP Beaches
Event Categories are not added as CSS classes to individual Event Posts in Modern Tribes Event Plugin for WordPress however you can use the body_class filter to add them in. add_filter( 'body_class', 'cp_event_taxonomy_in_body_class' ); // https://theeventscalendar.com/support/forums/topic/add-category-name-as-body_class/ // Add event categories terms to body class of event posts function cp_event_taxonomy_in_body_class( $classes ){ global $wp_query; $event_id =…
Google Maps Not Working? Learn How to Fix It | Design TLC
If your Google Map is not working, create a Google Maps API and learn why you need to add billing information to your account. Will you be billed by Google?
Use the Gravity Forms Conditional Shortcode to display conditional content in your Gravity Form confirmations, notifications or HTML fields (with the GP Preview Submission perk).
How can I pull the address from a field type that is not Address? - GravityView
The Maps Premium View requires to setup an address field as the source to geocode the map markers. That Address field is by default a standard Gravity Forms
Gravity Forms merge tags as Default Value for form fields
If you’re new to Gravity Forms merge tags you may think, what the hell is a merge tag? Well they’re placeholders that are replaced dynamically by the value associated to them when used …
WP-CLI is loved by WordPress developers, power-users & admins. If you want more such users adding WP-CLI support to a plugin is a smart & easy thing to do.
WordPress is going through somewhat a transition lately with JSON REST API increasingly becoming a thing. And a good thing at that, because it's finally catching up with the rest of data-driven, JSON-powered world. What is JSON If you're unfamiliar with JSON (abbreviation for JavaScript Object Notation), simply put it's a standard format in which... [Continue Reading]
WordPress Tip: Quickly Import Posts via Google Sheets and JSON | Brian Coords
Recently, I found myself setting up a new WordPress site, but with an enormous legacy of content that needed to be uploaded in the form of posts and custom post types. We had about 1500 posts just in one category and a few hundred posts under different custom post types like ‘videos’ and ‘events’. To…
How To Create A WordPress Intranet Site: What You Need To Get It Setup
Learn how to create a WordPress intranet website for your business or organization. You'll learn how to create a completely internal localhost setup, as well as a more public-facing, but secured, extranet site. Plus tons of plugin and theme recommendations to get the functionality that you need.