rzack
Forum Replies Created
-
Thanks @maybellyne, but I am looking for a way to do this programmatically, using a filter, and not by setting this manually thru the Social tab. Possible?
Forum: Plugins
In reply to: [Loginizer] reCAPTCHA setup always failsOk thanks, yes just opened a support ticket.
Forum: Plugins
In reply to: [Redis Object Cache] Exclude manual password changes?Thanks! That is working. (Had a typo on first try of that). Case closed.
Forum: Plugins
In reply to: [Redis Object Cache] Exclude manual password changes?Ok thanks. I just tried adding this to wp-config but didn’t help, is this right?
define( ‘WP_REDIS_IGNORED_GROUPS’, [‘users’] );
Hi, thanks for the reply. However, this is not a caching issue because our customizations are trying to enqueue and use the Super Socializer Javascript files directly, and these seem to no longer exist in your new structure.
Could you please let us know:
What are the new replacement files for facebook.js and linkedin.js — is that the combined.js file we see in /js/front/combined.js ?
What is the new replacement functions for theChampLinkedInOnLoad?
Interestingly, our custom functionality seems to still work with Super Socializer’s Twitter authentication, just not with FB/LinkedIn.
I think we just need to know more about how the structure changed for FB and LinkedIn in the new 7.11.16 structure… thank you!
Forum: Plugins
In reply to: [Eonet Manual User Approve] No need to load css and js in frontendI’m seeing the same behavior above as polymathy — this plugin is overriding site-wide CSS styles and therefore makes it impossible to use on our site.
Thank you, however, we tried that dequeue code and it also does not seem to work. Likely since you aren’t always enqueuing ALL the style/scripts but hard coding their insertion. For example, line 125 of super_socializer.php:
<script>function theChampLoadEvent(e){var t=window.onload;if(typeof window.onload!="function"){window.onload=e}else{window.onload=function(){t();e()}}}</script>Dequeuing won’t work since this script is being hard-coded and not enqueued.
Please fix in next release. Thank you!- This reply was modified 8 years, 3 months ago by rzack.
Forum: Plugins
In reply to: [Comments - wpDiscuz] How to limit threading of nested commentsThank you. This is not clear in your documentation.