Flipper Code - WordPress Development Company
Forum Replies Created
-
Hello,
We’ve released a new version of our plugin. And we fix those notices and issues. Install the latest version and please let us know if your issues were fixed.
Thank You
Hello,
Ok. Do not forget to update our plugin on your WordPress website.
Thank You
Hello,
Please checkout the below link for more information on the same :
https://cloud.google.com/maps-platform/pricing/sheet
Charges are applicable according to usage.
Thank You
Hello,
Please update our plugin on your website and this warning will disappear.
Thank You
Hello,
When you switch to our premium version plugin, there is no loss in data or any setting. Your locations , maps and plugin settings will stay intact.
Thank You
Hello,
Our plugin is fully compatible with version 5.8.0. Use it and let us know if you face any issues.
Thank You
Hello,
We were not able to re-generate the issue at our end. Can you please share your website details ( url of the page in question )so that we can see and understand the issue.
Thank You
Hello,
I can see the map on the page you referred. Can you tell me exactly what issue are you facing with our plugin ?
Thank You
Hello,
Please install the latest updated version4.1.6 and then add below code snippet in your active theme’s functions.php theme.
add_filter(‘wpgmp_search_bar_placeholder’,’update_search_text’,10,2);
function update_search_text($search , $map){$search = ‘Search Here….’;
return $search;
}You can update the search textbox placeholder according to your need. Apology for the late support.
Thank You
Hello,
Apology for the delay. Please update the plugin. We’ve released a new version. After that you can add below code snippet to functions.php file of you active theme to apply border on the map. You can change the color and thickness of border according to your choice.
Place add below code snippet in functions.php file of your active theme :
add_filter(‘wpgmp_map_output’,’add_additional_style’,10,4);
function add_additional_style( $output, $map_div, $listing_div, $map ){$output .= ‘<style>.wpgmp_map_parent{border: 5px solid orange;}</style>’;
return $output;
}Please let me know if you need more assistance.
Thank You
Hello,
It’s supported. Please create your support ticket at https://www.flippercode.com/support/
Thanks
Hello,
We have fixed the issue and released a new version today.
Thank You
Hello,
Our developer has started working on this issue. We will release a new version of our plugin with the fix, as soon as possible.
Thank You
Please update with Version2.2.4 and this issue is resolved.
Hello,
We have released a new version V2.2.4 and this issue is fixed.
Thanks