Moove Agency
Forum Replies Created
-
Forum: Plugins
In reply to: [GDPR Cookie Compliance (CCPA ready)] Plugin closing burgermenuHi @grw1
Thanks for using our plugins.
The issue is mostly theme related. There is an event on “click” to close the menu if it’s open, this is coming from the theme.
Our plugin triggers a “click” event when it’s initialized to change the cookie switchers based on cookies detected.
The best approach for these push menus is to add an overlay element to the site which is hidden when the menu is closed. When the menu is open, the overlay becomes fixed (full width and full height) and should cover everything in the page, except the menu items.
Your developers can replace the “document.click” event with “overlay.click” which should resolve this issue on your site.
Hope this helps.
Forum: Plugins
In reply to: [GDPR Cookie Compliance (CCPA ready)] Cookie banner not visibleHi @kruassan
Details here:
https://support.mooveagency.com/topic/cookie-compliance-and-caching/Hope this helps.
Forum: Plugins
In reply to: [GDPR Cookie Compliance (CCPA ready)] Cookie banner not visibleHi @kruassan
Thanks for using our plugins.
We can’t help very well without seeing the URL of your site, but as a starting point, we recommend to check these basic troubleshooting tips here:
https://support.mooveagency.com/topic/basic-troubleshooting-tips/Hope this helps.
Forum: Plugins
In reply to: [GDPR Cookie Compliance (CCPA ready)] Cookie Message in Widget AreaHi @dieter93
Thanks for reporting this.
The issue is fixed in version 4.8.4 (released 11 May).
Hope this helps.
Hi @tonspar
This is not an issue with our plugin but with the custom scripts inserted into the plugin.
Investigation steps:
1. Please ensure you have no other consoler errors, generated by other plugins or theme
2. If only the main.js returns the error, please remove the code snippets from GDPR Cookie Compliance -> “Third party scripts” and “Advanced scripts” sections (you can copy and paste the snippets into a notepad or a file before removing, by this you can easily restore them).
3. If the GDPR’s main.js still returns an error, you can open a support ticket on our support forum here: https://support.mooveagency.com/forum/gdpr-cookie-compliance/
4. But if the error is gone, when you removed your custom JavaScript snippets, it means one of them has a syntax error, or returns 404. Because our GDPR Cookie Compliance loads your snippets with JavaScript, the error is marked as main.js, but the error is in one of your code snippets.
5. If you have trouble fixing the code snippet which generates the console error, please speak to your developers or check the support of the snippet provider.In your specific case, we checked your code, and the issue can be fixed by using this code snippet:
<script data-gdpr type='text/javascript' id='google-tag-manager-js-after'> window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } gtag('js', new Date()); gtag('config', 'GA_MEASUREMENT_ID', { 'send_page_view': true }); </script>
Hope this helps.
Forum: Plugins
In reply to: [GDPR Cookie Compliance (CCPA ready)] Translations not working with PolylangHi @nahuai
We tested the GDPR compatibility with Polylang PRO v3.2.2 and the integration is working properly.
However, there is an issue with Polylang (free and pro versions) – they are not switching the WordPress admin language, and because of this, the default translations are not loaded.
The GDPR plugin shows the notification “You are currently editing” -> “Spanish” or “Deutsch” but the languages are not loaded by Polylang plugin.
You can translate all the strings manually, and save the options, this will work on the front-end, the issue is in Polylang plugin, as the main admin menu (links and everything) is not changing when you change the language in admin-bar.
In conclusion, our plugin working properly with Polylang, but the Polylang doesn’t load the translated strings in admin area based on selected language (the default site language is used on admin area).
You can follow this topic, or open a new one with Polylang support directly:
https://wordpress.org/support/topic/problem-with-switching-language-in-polylang/Forum: Plugins
In reply to: [GDPR Cookie Compliance (CCPA ready)] Alt Text missingHi @grombleton
The issue has been fixed in version 4.5.7 version, current version is v4.8.3
The “Alt” attribute of the logo needs to be filled in your media library.
You can try to re-upload the logo in GDPR Cookie Compliance settings, and should work.
If the Alt text doesn’t appear on your site, you can use the following code snippet to override the Alt text, add this to functions.php:
add_filter('gdpr_cc_custom_logo_alt', function(){ return 'My awesome alt text'; });
Hope this helps.
Forum: Plugins
In reply to: [GDPR Cookie Compliance (CCPA ready)] Accessibility issue: tab indexThanks for using our plugins.
We’ve done a lot of work on accessibility with this plugin so glad to hear that now everything works for you.
I’ll close this ticket.
Forum: Plugins
In reply to: [GDPR Cookie Compliance (CCPA ready)] Plugin causing popup problemHi @ensemblet
We checked the plugin with Elementor Pro and we cannot replicate the issue – both GDPR and Elementor pop-ups are working properly.
Hope this helps.
Hi @killerisko
Thanks for using our plugins.
It’s not possible from the plugin settings.
But you can create your own custom front-end layout.
Simply copy the “gdpr-modules” folder from the plugin directory to your theme directory.
If you do this, your changes will be retained even if you update the plugin in future.
Any customisation should be implemented by experienced developers only.Hope this helps.
Forum: Plugins
In reply to: [GDPR Cookie Compliance (CCPA ready)] change colorsHi @meestergijs
Thanks for using our plugins.
You can change all branding on this screen:
https://www.dropbox.com/s/rhzyuq19756lpgr/screenshot-13.png?dl=0Light or dark are the only options.
We also have a dedicated pr3mium support forum for this plugin here:
https://support.mooveagency.com/forums/Hope this helps.
Hi @filoveg
It is possible, it’s called ‘Fullscreen / Cookie wall’ and is a pr3mium feature:
https://www.dropbox.com/s/9s40jcgtkxbwmcf/screenshot-30.png?dl=0Hope this helps.
Forum: Plugins
In reply to: [NitroPack] Incompatibility with the Nested Pages PluginHi @nitronikol
The conflict between Nested Pages and NitroPack still persists, it’s not related the PHP version (tested with 7.3, 7.4 and 8.0) or reinstalling the plugin.
You and Nested pages use duplicate function names inside NitroPack plugin.
The fix would be an extra check in nitropack/nitropack-sdk/bootstrap.php for each function, the function should be wrapped by a code like:if ( ! function_exists('your_function_name') : function your_function_name() { ... } endif;
See more here: https://codex.wordpress.org/Pluggable_Functions
“Note: A function can only be reassigned this way once, so you can’t install two plugins that plug the same function for different reasons. For safety, it is best to always wrap your functions with if ( !function_exists() ), otherwise you will produce fatal errors on plugin activation.”We would recommend your support to setup a clean installation of WordPress on your local machine, install and activate the NitroPack plugin, then try to install and activate the Nested Pages plugin on the same install. The error will be visible on their end too, and the error is not related to PHP version.
Hope this helps.
Forum: Plugins
In reply to: [GDPR Cookie Compliance (CCPA ready)] List of multisite sites is incompleteHi @chrissmyth
Thanks for reporting this.
We will look into it and provide an update soon.
Hope this helps.
Hi @braulioaquino and @fernandot
That’s fantastic! Thank you