brobken
Forum Replies Created
-
Yes indeed, my apologies there was already a partial solution provided, although it wasn’t 100% clear to me.
I didn’t have any caching active and did try to use the Script Center from Complianz to have them whitelisted based on the url, but that didn’t work for me.
So I have printed out all the scripts and styles being hooked in the frontend and could identify the Hustle scripts from there; I then used the provided hook from Complianz to have those whitelisted which seemed to work.
Too bad my previous comment was removed, since it was just an affirmation of the issue that’s happening with Complianz; and this ticket was just marked as resolved without a real solution.
So here is were I went to resolve this issue:
– Disabled Complianz plugin ( provided me the root cause of the issue, since it worked without it)
– Identify the frontend scripts that the Hustle plugin is using; they are registered with these names:
— ‘hustle_front’
— ‘hui_scripts’According to Complianz documentation you can whitelist scripts like here:
https://complianz.io/whitelisting-inline-script/So adding the script like this resolved the issue:
/**
* Whitelist a string/script for the cookie blocker
*/
function cmplz_add_custom_whitelisted_script_tags( $whitelisted_script_tags ) {
$whitelisted_script_tags[] = 'hui_scripts';
$whitelisted_script_tags[] = 'hustle_front';
return $whitelisted_script_tags;
}
add_filter( 'cmplz_whitelisted_script_tags', 'cmplz_add_custom_whitelisted_script_tags', 10, 1 );The root cause is that the scripts from Hustle are being loaded before those from Complianz, resulting in the error mentioned before.
Forum: Plugins
In reply to: [YITH WooCommerce Gift Cards] Coupon does not exist!will give this a bounce as well, beceause the issue is still present, even on the Premium version.
We’ve discovered the issue in the meantime.
Mailgun is only allowing an IP Allowlist now also for SMTP connections as well instead of just their API.
For further reference: https://help.mailgun.com/hc/en-us/articles/360012244474-IP-AllowlistForum: Plugins
In reply to: [Afterpay Gateway for WooCommerce] two plugins for afterpay?This doesn’t seem to anser the question op the op.
Now you’re saying you’re having three plugins actually:
Afterpay plugin
https://wordpress.org/plugins/afterpay-gateway-for-woocommerce/ (for US, Australian, New Zealand and Canadian merchants)the Clearpay plugin here: https://wordpress.org/plugins/clearpay-gateway-for-woocommerce/ (for UK and EU merchants)
Then what is this plugin?
https://wordpress.org/plugins/afterpay-payment-gateway-for-woocommerce/Forum: Plugins
In reply to: [WP Crontrol] Version 1.13.2 breaks siteI can also confirm this issue that latest update is causing the error.
Disabling or reverting to previous version can resolve the issue.@sygnoossupport thanks for confirming this issue.
Looking forward to the fix!
Forum: Plugins
In reply to: [Admin Menu Editor] Conflict Popup BuilderHi @whiteshadow,
In the meantime we have resolved this issue.
Apparently Popub builder provides an access level by itself, which is role based and not cap based.- This reply was modified 4 years, 7 months ago by brobken.
Forum: Plugins
In reply to: [Admin Menu Editor] Conflict Popup BuilderHi @whiteshadow,
I tried to give this specified user the correct roles, but unfortunately it still isn’t visible for this user. I also tried to add the manage options cap but also this didn’t work.
Forum: Plugins
In reply to: [Admin Menu Editor] Conflict Popup BuilderHi @whiteshadow,
Thanks for checking this out for us.
We’re using the Admin Menu Editor Pro version.
I’ll take a look to give the right permissions and report back if we could resolve it.Forum: Plugins
In reply to: [Theme My Login] Cannot Log OutI have similar problem with the plugin, except I can log out.
I think maybe your problem is that there’s a slash missing at the end?
You can try to log out with http://www.mydomain.com/logout/
Regards
Bjorn
Forum: Plugins
In reply to: [Theme My Login] Localisation not working?Are you sure the translations are in the right format?
like:
theme-my-login-xx_xx.po
theme-my-login-xx_xx.moBjorn
