Luciano Castro
Forum Replies Created
Viewing 3 replies - 1 through 3 (of 3 total)
-
Hi! Thanks for the quick answer
Here’s the screenshot, the cursor doesn’t show on but I’m hovering over “Edit with Elementor”, and when your plugin is enabled then it doesn’t show the dropdown from my initial message screenshot.
Is not the end of the world, just wanted to communicate it
Forum: Plugins
In reply to: [IP2Location Redirection] Redirect Rule matched but no redirectionTurns out that the plugin doesn’t have a wildcard functionality, we don’t know why it was working before, but I added a piece of code to be able to use “xx” as wildcard for a subdomain and now it’s working
ip2location-redirection.php on function redirect after line 1029
if (substr($url_from, 0, 2) == 'xx') { if ($url_to != $_SERVER['HTTP_HOST']) { $this->redirect_to(str_replace($_SERVER['HTTP_HOST'], $url_to, $this->get_current_url()), $http_code); } }- This reply was modified 5 years, 11 months ago by Luciano Castro.
Forum: Plugins
In reply to: [Tuskcode Map Pro for Bing Maps] Pins hitbox higher than pins itselfI found the problem ,it was due to the admin bar of wordpress. it works well when the bar is not present.
But now I have another problem that I’ll open in another thread.
Viewing 3 replies - 1 through 3 (of 3 total)