ladygeekgeek
Forum Replies Created
-
Forum: Plugins
In reply to: [Gravity Forms Zero Spam] Only load jquery on form pagesBrilliant! Thanks a million ??
Great – thanks a million!!
Forum: Plugins
In reply to: [Insert Pages] Set Default Template SettingsThat’s great – works well. Thanks a million ??
Forum: Plugins
In reply to: [Insert Pages] Set Default Template SettingsThat would work great thanks. I use classic editor.
Forum: Plugins
In reply to: [Gravity Forms Sticky List] File uploads disappear on editAny chance of reply? I appreciate you are busy but would happily pay for support if this was an option.
ThanksThink I solved it:
if( ! empty( $_POST[‘rcp_youtube’] ) ) {
update_user_meta( $user_id, ‘rcp_youtube’, esc_url_raw( $_POST[‘rcp_youtube’] ) );
} else {
// Delete the user meta if the box is unchecked.
delete_user_meta( $user_id, ‘rcp_youtube’ );
}Forum: Plugins
In reply to: [Gravity Forms Sticky List] Edit entry throws errorApologies – I think that did the trick for the entries too! Many thanks for your help.
CForum: Plugins
In reply to: [Gravity Forms Sticky List] Edit entry throws errorHi there – the patch you provided solved the issue of deleting entries, but not the bug mentioned in this thread when editing entries. I am running the latest stable release of gravity forms. Thanks for sorting out the deletion ??
Many thanks.
CharlieForum: Plugins
In reply to: [Gravity Forms Sticky List] Edit entry throws errorThat’s great thanks a million for sorting this ??
Forum: Plugins
In reply to: [Gravity Forms Sticky List] Edit entry throws errorVersion 2.2.5
Forum: Plugins
In reply to: [AM Events] Conditionals in WidgetYou STAR!!
Thank you ??Forum: Plugins
In reply to: [AM Events] Conflict with gravity forms and ACF ProThat’s done the trick!
Thanks so much for super quick response ??Forum: Plugins
In reply to: [WP Google Maps Shortcode] Disable mouse scroll wheel zooming?Great glad to have helped!
Forum: Plugins
In reply to: [WP Google Maps Shortcode] Disable mouse scroll wheel zooming?Solved it myself.
added scrollwheel: false, to line 53var map_options = { zoom: <?php echo esc_attr( $atts['zoom'] ) ?>, center: location, scrollwheel: false, mapTypeId: google.maps.MapTypeId.ROADMAP }
If I turn off custom rewrite slug it works ok.