mafia99
Forum Replies Created
-
Forum: Plugins
In reply to: [Termly - GDPR/CCPA Cookie Consent Banner] GeoIP Detection Not WorkingGeoIp plugin adds classes in the body tag. But your site has no classes in the body tag. I am guessing this is not the plugin issue. Check body tag in header.php of your wordpress theme. it should be something like this
<body <?php body_class(); ?> >
body_class() function will allow geoIp to add its classes to body tag
Forum: Plugins
In reply to: [Termly - GDPR/CCPA Cookie Consent Banner] GeoIP Detection Not Working@alwaysenthusiast You are right this is not a great solution. But I am sure little css can fix your issue.
@claymade send me the url of your site. Maybe I can help you find the solution
Forum: Plugins
In reply to: [Termly - GDPR/CCPA Cookie Consent Banner] GeoIP Detection Not WorkingI had the same issue until I found out that in GeoIp Detection plugin there is an option under General Option > Add a country-specific CSS class to the <body>-Tag.
You just need to check that option and detection will work.
What cookie consent plugin does is to check if there is a location class in the body and based on that location class show and hide the cookie content.I think it would be great if author can mention this in installation. Btw I still has not read the installation instructions. 😛