Flipper Code - WordPress Development Company
Forum Replies Created
-
Hello,
We’re adding this language setting on map basis in lite version also. and we’ll release this on this weekend.
About Polylang way, we’ll have to think more about it.
Thanks
Hello,
I’d like to see output if you can put it on demo version otherwise it’s difficult to guide you to short out it.
Thanks
Hello,
I don’t think export feature is available in this lite version.
Thanks
Hello,
I can’t help you without see it live here because i want to know what js problem you’re having. As you see in the example link, this is not a known bug.
Hello Kunal,
Please make sure you have checked ‘Allow Contributors & Subscribers to upload avatars’ in the settings menu of WPUserAvatar.
Hello,
Can you please mail us your wp information using our contact us form http://www.flippercode.com/contact-us/ because this problem is not coming on our lab setup.
Thanks
Hello,
for confirmation, Do you see same problem here as well?
http://www.responsinator.com/?url=http://www.flippercode.com/a-perfect-responsive-google-maps/
Can you please mail me your wp login so i can check it your side?
Did you try with echo do_shortcode(“[avatar]”); ?
Glad to hear that it sorted for you.
Fixed and updated. please check it now.
Hello,
problem is solved http://207.58.161.159/~visitrit/wordpress/test-page/
I’m going to update plugin in few minutes so such type of auto insertion will not happen.
Hello Porga,
Thanks for your suggestion and we have added this in our queue list. If you have more suggestion to make this plugin, you’re always welcomed.
Thank a lot!
Hello,
Yeah. you can just type CITY name in address box and you’ll get latitude & longitude of that.
Thanks
ohh, in this case, please use our paid service or someone else who can build this code for you. if you want us to take care of it, we can go ahead via email communication. our email is hello [at] flippercode [dot] com.
Hello,
Ohh. Please do coding in functions.php. You need not to call apply_filters because its already called in the plugin file.
add_filter("wpgmp_markers","add_markers",1,2); function add_markers($markers,$map_id) { // DO YOU CODE HERE return $markers; }Thanks