joelnewcomer
Forum Replies Created
-
@chemdata In my case it was the plugin called Peter’s Login Redirect conflicting with Restrict Content. Good luck!
Hi John, thank you for your very quick response. I just discovered that it was another plugin causing the issue. Have a great weekend!
Forum: Plugins
In reply to: [Minimum Featured Image Size] Limit to custom post typeWow! You are awesome! Thank you Martin!
Forum: Plugins
In reply to: [Gravity Forms Sticky List] Select entries by email fieldPerfect! Thank you!
Forum: Plugins
In reply to: [Admin Collapse Subpages] Support for custom taxonomies.You are awesome! No need to apologize. Thank you!
Forum: Plugins
In reply to: [Show-Hide / Collapse-Expand] bug preventing onclick from workingExcellent! Thank you!
Forum: Plugins
In reply to: [Admin Menu Editor] Extra capability field not workingThat was it! Thank you for your quick response!
Forum: Plugins
In reply to: [MapPress Maps for WordPress] PHP 7 CompatibilityCan anyone confirm that this plugin is working correctly on PHP 7?
This is a problem for my client as well only in Microsoft Edge (IE). Please fix this ASAP! Thank you!
You guys are awesome!
Forum: Plugins
In reply to: [Swift SMTP (formerly Welcome Email Editor)] conflict with Gravity FormsI have figured out how to fix the bug in the Gravity Forms User Registration Add-On and will report it to Gravity Forms (the plugin uses a deprecated parameter). In the plugin folder, edit class-gf-user-registration.php line 508.
Change it from:
wp_new_user_notification( $user_id, $user_data['password'] );
to:
wp_new_user_notification( $user_id, null, 'both' );
I have a fix for this problem. In the Image Crop Add-on plugin folder, edit acf-image-crop-v5.php and change lines 352-353 to this:
<li><a href="#"><i class="acf-icon acf-icon-pencil dark"></i></a></li> <li><a href="#"><i class="acf-icon acf-icon-cancel dark"></i></a></li>
Forum: Plugins
In reply to: [Disable New User Notification Emails] Not compatible with WordPress 4.3Awesome! Thanks @overhall
Forum: Fixing WordPress
In reply to: WordPress 4.3 send new registered user password as "both"For me this problem was being caused by the Disable New User Notification Emails plugin. Removing this plugin fixed the problem for me.
Forum: Plugins
In reply to: [Yoast SEO] Is WordPress SEO making crash Responsive lightbox ?To all those having this conflict with Yoast SEO, I have a partial solution that allows you to have Yoast SEO and Photoswipe Masonry Gallery play nicely. Apparently there is an issue with how Yoast SEO adds Twitter card meta data. Disabling the Twitter card meta data fixes this issue. Go to SEO -> Social and click on the Twitter tab. Then uncheck the box next to “Add Twitter card meta data.” Photoswipe Masonry Gallery will go back to working beautifully.