Flipper Code - WordPress Development Company
Forum Replies Created
-
Hello,
This setting is not available in lite version though you can go with pro version where you can control for every location if you want to enable click on infowindow or not there.
Pro Version – codecanyon.net/item/advanced-google-maps-plugin-for-wordpress/5211638
Thanks
Hello Michael,
‘Unlimited Maps’ here we means that any number of maps you can create.
Thanks
Hello,
Can you please show me page where we can see this issue? you can mail us at [email protected]
Thanks
Hello,
Can you please let me know what is name of your folder for wp-user-avatar plugin? if your folder is wp-user-avatar 2 or wp-user-avatar 3 or something, please remove the space in the name and try it again.
Thanks
Hello Sheila,
Are you still getting this problem? if yes, please show me the link so i can check it.
Thanks
Hello,
This link is already removed which was added few months ago to get donation via the plugin.
Thanks
Hello _rg_
That’s should be on some very speical case because it’s working perfectly for us administrator, subscriber and contributers. Can you please contact via email so we can see things on your site? our email is hello [at] flippercode [dot] com
Thanks
Hello Sheila,
We have fixed this occasional bug which is happening in your case and now please check if any issue. We’re going to release a new version tomorrow as well so you’ll be able to update it with latest version.
Thanks
Hello,
Let me explain whole scenario how this plugin works.
1. First plugin looks if user uploaded own avatar using EDIT PROFILE.
2. If user didn’t have any avatar, It looks for Gravatar avatar according to email address they used.
3. if Gravatar doesn’t exists, it looks for default image you setup in Default Avatar in your WP USER Avatar settings.
Please let me know if something is not working for you according to this.
Thanks
Hello,
Please use any of the solutions to delete all cron jobs accidentally added by previous version of the plugin.
Method 1 : : If you have access to FTP, paste following code in your activated theme’s functions.php and run the site.
add_action("init", "remove_wpua_cron_job"); function remove_wpua_cron_job() { $cron=get_option('cron'); $new_cron=''; foreach($cron as $key=>$value) { if(is_array($value)) { if(array_key_exists('wpua_has_gravatar_cron_hook',$value)) unset($cron[$key]); } } update_option('cron',$cron); }Method 2 : Remove all cron jobs in single line. you can paste it in functions.php of your theme or header.php of your theme. Once you execute it, don’t forget to remove it.
delete_option(‘cron’);
Method 3 : if you have access for PHPMYADMIN, please use following query to remove all cron jobs,
delete FROMwp_optionsWHERE option_name='cron'I hope it helps to everyone. I’ll recommend method 1 because it’ll keep your all other existing cron jobs as it is.
Still if someone having any issue, Please mail us at hello [at] flippercode [dot] com and we’ll resolve everything ourselves.
Thanks
Hello,
I have mailed you about this. Please respond there asap so we can sort out your issue.
Thanks
Hello ja1nsa,
It seems that you installed .16 before which added multiple crons accidentally and they needed to remove by using steps explained by @dan even you have installed .17 later. At the time you sent message, it was mid-night so couldn’t respond you otherwise we could fix it very quickly for you.
Thanks
Hello,
I think i’ll need login to check widget area because i only see login form there. You can contact us via email as well hello [at] flippercode [dot] com
Thanks
Hello,
Please let us know which shortcode you used on single post page.
Thanks
Hello Dan,
You explained it very well and should be very helpful who faced this issue in previous version.
Thanks again!