Skip to content

Instantly share code, notes, and snippets.

@n8kowald
n8kowald / gravity-forms-user-registration.php
Last active July 4, 2022 06:58
Enable Create and Update Gravity Form User Registrations
<?php
/**
* This class gets around a limitation of the Gravity Forms User Registration Add-On that limits you to
* one type of User Registration feed per form: Create OR Update.
* https://www.gravityforms.com/add-ons/user-registration/.
*
* We use this plugin in membership application forms.
* Membership application forms are used by both logged-in and logged-out users.
* Being able to use a Create AND Update feed allows us share one membership form.
/* This is an Example for a gallery-item in Elementor Custom CSS with Media Queries for different Elements */
/* Small devices (mobile/tablets, 767px and below) */
@media only screen and (max-width: 766px) {
selector .gallery-item img {
object-fit: cover;
height: 18.5em
}
}
@wy4tt34rp
wy4tt34rp / WooCommerce Filter Adding Captions to Gallery Thumbnails
Last active October 26, 2021 14:43
WooCommerce Filter Adding Captions to Gallery Thumbnails