worddigger
Forum Replies Created
-
Hello @webtoffee,
I didn’t have the [cookie_settings] shortcode in the message bar, but I forgot that I got https://1blocker.com running on Mobile Safari wich is blocking consent banners also.
When I reload the page without content blocker everything works fine. If I run the page with 1.7.6 with the content blocker enabled, the banner is not showing and I don’t get the checkboxes “necessary always enabled” and “non-necessary” appear in the footer.
If I run it with 1.7.7 and One Blocker X enabled the checkboxes “necessary always enabled” and “non-necessary” appear in the footer. (see screenshot)
So the whole thing is apparently caused by One Blocker X handling version 1.7.7
Thank you for the great support so far.
- This reply was modified 6 years, 11 months ago by worddigger.
- This reply was modified 6 years, 11 months ago by worddigger.
Hello @webtoffee, thank you for the quick reply, rolling back to version 1.7.6 did the trick for me, the checkboxes disappeared in Mobile Safari, but there is no banner showing.
ok I tested it without the
<FilesMatch “^.*(error_log|wp-config\.php|php.ini|\.[hH][tT][aApP].*)$”>
Order deny,allow
Deny from all
</FilesMatch>in htaccess and copied back the content of flag template and the problem occurred again.
So this couldn’t be the cause… So I’ll leave Flag template blank for now. 🙂greetings
OK leaving the Flag template field empty solved the issue, I can save Prisna GTW Settings now 🙂
I’m on a regular Namecheap shared hosting plan (LAMP) and didn’t change any security related settings there (besides SSL).
What I did was adding the following lines to my htaccess to protect sensitive files:
<FilesMatch “^.*(error_log|wp-config\.php|php.ini|\.[hH][tT][aApP].*)$”>
Order deny,allow
Deny from all
</FilesMatch>https://codex.ww.wp.xz.cn/htaccess
Could this have caused the issue?
greetings and regards
Hello Prisna Support,
first thank you for the quick response,
I disabled all other plugins and turned of WP permalinks in WordPress settings.
I also changed the code to href=”#” in Flag template.After clicking “Save Changes” I get the following error:
Forbidden
You don’t have permission to access /wp-admin/plugins.php on this server.
Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.
Could this be an issue with file permissions?
/wp-admin/plugins.php has 644Regards