kdubyo
Forum Replies Created
-
Thank you so much. This fixed it!
@scottopolis It’s good for me. Thanks Scott!
Hope I didn’t hijack your thread @jdaniel ….If so, I totally didn’t mean to.
For my issue, maybe that’s what is causing the issue? I feel like things used to work fine for my site.
I’m not super tech savvy but here’s what Blubrry, an audio plugin I’m using, said re:the_content: https://blubrry.com/support/powerpress-documentation/media-appearance/resolving-plugin-theme-conflict-issues/
This is also happening with MemberPress and Hollerbox.
Forum: Plugins
In reply to: [Yoast SEO] Conflict with the WP User Avatar PluginI wasn′t able to solve the issue. I thought it might have something to do with another plugin I′m using (memberpress) but that didn’t seem to be the issue.
I’m now thinking it has to do with Yoast SEO plugin again but I’m not 100% sure. It was also weird because a developer tested locally and said things worked fine but I could never get things to work correctly on my live site.
Forum: Plugins
In reply to: [Yoast SEO] Conflict with the WP User Avatar PluginThanks for the additional help Priscilla. I’ve troubleshooted more and discovered it’s not the Yoast SEO plugin.
Forum: Plugins
In reply to: [Yoast SEO] Conflict with the WP User Avatar PluginSure, I disabled all of my plugins and then enabled the following plugins:
* MemberPress Plus
* User Switching
* WP User AvatarI tested WP User Avatar and was able to successfully upload a profile image as a user of the site.
I activated Yoast SEO afterwards and then uploading a profile image no longer works.
This user experienced the exact same problem I’m encountering: https://www.ads-software.com/support/topic/conflict-with-wp-user-avatar/
I can’t get an error message because it times out. When a user tries to update their profile image, instead of just uploading the image, it continually creates entries in the media library with the title of the image until it times out.
Forum: Plugins
In reply to: [Yoast SEO] Conflict with WP User AvatarI’m having the same exact problem as @cranewest
When the Yoast SEO plugin is activated, uploading with the WP User Avatar plugin doesn’t work.
The user is uploading the image to a url: /account/?action=profile-image
When I disable the Yost SEO plugin, uploading with the WP User Avatar plugin works.
- This reply was modified 4 years, 4 months ago by kdubyo.
Thanks Mike!
You’re totally right. When I switched to the Blubrry player, it fixed the problem so it’s definitely something to do with the CSS.
Forum: Plugins
In reply to: [PowerPress Podcasting plugin by Blubrry] Password protected feed help?I solved this!
It’s because I have a captcha on my login form.
I turned the original WordPress process back on using add_filter to apply the original WP authenticate function.
Basically, I added this to my functions.php file.
if( ! isset( $_POST['wp-submit'] ) ) { add_filter('authenticate','wp_authenticate_username_password',99,3); }
Have to give credit to this page: https://rocketgeek.com/tips-and-tricks/workaround-for-wp-members-front-end-login-when-using-a-captcha-on-the-wp-login-form/
I hope this helps someone else if they come across the same issue.
- This reply was modified 4 years, 8 months ago by kdubyo.
Forum: Plugins
In reply to: [Bounce Handler MailPoet 3] Trouble with IMAP access for gmail accountDoes this work for anyone who’s using WordPress 5.4.1? I’m still having trouble connecting.
Forum: Plugins
In reply to: [Bounce Handler MailPoet 3] Trouble with IMAP access for gmail accountFYI – I can connect to mail clients just fine with the credentials I’m using…It just doesn’t work within Bounce Handler MailPoet 3 for me.
Forum: Plugins
In reply to: [Comment Mention] Does this plugin with WordPress 5.4?It turns out there was another plugin that conflicted w/this plugin.