prodo
Forum Replies Created
-
Issue is fixed.
Thanks for the quick turnaround!
Thank you! I am unable to activate the plugin as it throws that error. I only have it on one site and one ConvertKit account.
I will retry once the fix is pushed.
Thanks!
After digging through the source code, I see that a
wp_apsl_users_social_profile_details
table is created, which includes this data.Forum: Plugins
In reply to: [Theme My Login] Does an activation key expire?Thanks.
Thanks, dcooney. Just did!
Forum: Plugins
In reply to: [Hubbub Lite - Fast, Reliable Social Sharing Buttons] Shortcode not workingHuh, you’re right. Thanks!
Forum: Plugins
In reply to: [MashShare - Social Media Share Buttons, Social Share Icons] Error in console@renehermi I’ve fixed the problem. It looks like there was a conflict with the jQuery library I was loading on certain pages. Sorry about this!
Great job on the plugin – thanks!
Cheers
Forum: Plugins
In reply to: [MashShare - Social Media Share Buttons, Social Share Icons] Error in consoleThanks, guys. @jdembowski – I got a chuckle out of the sign in your profile picture. Nice.
@renehermi – I’m using
<?php echo do_shortcode('[mashshare shares="false"]'); ?>
in the Repeater Template of the “Ajax Load More” plugin as well asob_start(); echo do_shortcode('[mashshare shares="false"]'); $facebook_share_button = ob_get_clean();
in a custom
single.php
file of mine.I don’t think it’s the implementation of the shortcode. I think the problem is that I’m not implementing the shortcode on some of my pages that have posts. The MashShare js script is looking for the shortcode, and it’s not there, so it’s breaking. I think that’s why you guys included the “Exclude from post id” feature, but this is a tedious and inefficient solution if you have dozens of pages with posts that don’t have the shortcode.
Cheers
Forum: Reviews
In reply to: [MashShare - Social Media Share Buttons, Social Share Icons] Post BugFair point ?? Just wanted to let you know, so something doesn’t break in the future.
Forum: Plugins
In reply to: [MashShare - Social Media Share Buttons, Social Share Icons] Error in consoleI applied a temporary fix by including the page ids in the “Exclude from post id” setting. There are 11 IDs I had to add, so it’s not a great long term solution.
Forum: Plugins
In reply to: [MashShare - Social Media Share Buttons, Social Share Icons] Error in consoleThe broken js script is preventing enqueued scripts from loading. I’d like to use MashShare, but it’s a blocker right now. I’m on a time crunch, so getting this fixed asap would really be appreciated!
Forum: Plugins
In reply to: [MashShare - Social Media Share Buttons, Social Share Icons] Error in consoleEdit: the page contains a post, but it does not contain the MashShare shortcode, so presumably, the js script is breaking.
Forum: Plugins
In reply to: [Theme My Login] TML is overriding contributor capabilitiesSo, in my case, the solution is to modify this file every time I update TML?
Forum: Plugins
In reply to: [Theme My Login] TML is overriding contributor capabilitiesMy fix was to change the above
if statement
to:if ( ! defined( 'DOING_AJAX' ) && 'trash' != $_GET[ 'action'] ) { wp_redirect( $redirect_to ); exit; }
This is more than likely not the best way, Jeff. I’m looking forward to what you come up with for a fix! Thanks so much.
Cheers
P
Forum: Plugins
In reply to: [Theme My Login] TML is overriding contributor capabilitiesSpecifically:
if ( ! defined( 'DOING_AJAX' ) ) { wp_redirect( $redirect_to ); exit; }
starting on
line 129
inthemed-profiles.php