Vic
Forum Replies Created
-
Forum: Plugins
In reply to: [YITH WooCommerce Affiliates] Referral Name and EmailHi Juan,
Thanks for the follow-up. This seems to be working!Forum: Plugins
In reply to: [YITH WooCommerce Affiliates] Referral Name and EmailHi,
Thanks for your reply! It doesn’t really matter where it can go. Maybe something like thatForum: Plugins
In reply to: [YITH WooCommerce Affiliates] & #038; instead of & in Link GeneratorI’ve updated the code (added & before #038;) so now it’s working fine.
if ( ! function_exists( 'yith_wcaf_fix_generated_link' ) ) {
function yith_wcaf_fix_generated_link( $generated_link ) {
$generated_link = str_replace( "&", "&", $generated_link );
return $generated_link;
}
add_filter( 'yith_wcaf_link_generator_generated_url', 'yith_wcaf_fix_generated_link', 10, 1 );
}Please LMK if that’s correct or if there are any downsides with that.
Forum: Plugins
In reply to: [YITH WooCommerce Affiliates] & #038; instead of & in Link GeneratorHi Juan,
Thanks for the follow up! This almost fixed the issue, the only problem is that now it adds two ampersands, so the generated link looks like that:https://site.name/?add-to-cart=14933&&ref=3643
Forum: Plugins
In reply to: [Redirection] Role/capability ‘subscriber’ applies to Super AdminsThanks for the quick reply!
How can I apply the redirect to the subscribers only? So that it doesn’t affect Super Admins?
Forum: Plugins
In reply to: [Translate Wordpress with GTranslate] Plugins compatibilityThanks for the explanation and for your time! I’ll ask my client if they want to go for the premium version.
Forum: Plugins
In reply to: [Translate Wordpress with GTranslate] Plugins compatibilityThanks or a quick reply!
I created a test page for you to have a look at. It doesn’t contains any iframes, and it looks like the plugin devs do not use iframes either – just text inside divs.
https://harvi.academy/test/
Thanks again, appreciate your time!Great job! Thanks a lot!
And a 5-star rating from me!Forum: Plugins
In reply to: [BadgeOS] BadgeOS awards ALL available badges instead of only oneGreat news! Thanks for quick reply.
Any idea when new version will be released?Forum: Plugins
In reply to: [The Events Calendar] Version 4.6.4 conflict with LearnDash ProPanel pluginHi Courtney,
The issue has gone with 4.6.5 update. Thanks very much!
Forum: Plugins
In reply to: [The Events Calendar] Version 4.6.4 conflict with LearnDash ProPanel pluginUnfortunately, it’s a client’s website with quite a lot of active users, so I’m unable to experiment there. But I’m ready to test a new version, of course!