fcsupport
Forum Replies Created
-
Hello @breecrowder,
As we mentioned earlier that our plugin not playing any role for the size of avatar, you need to make changes in your theme’s style.css according to size of avatar. Here avatar is displaying according to you applied css on image. I hope this approach helps you.
Thanks
Hello @gulfofmexico,
It is very easy for you to show all locations on your map without selecting locations from manage map. You need to add one hook for applying this functionality.
add_filter(‘wpgmp_location_criteria’, ‘wpgmp_location_criteria’,1,2 );
function wpgmp_location_criteria($location_criteria,$map) {
//This will apply for map id 1.
if( $map->map_id == 1) {
$location_criteria[‘show_all_locations’] = true;
}
return $location_criteria;
}Copy this hook and paste in in your activated theme’s functions.php file. I hope this approach helps you.
Thanks
Forum: Plugins
In reply to: [WP Security Question] Authentication is not workingHello @rahulguptavortex,
Our plugin is working well with wordpress’s default functionality of registration and login process. You will need to take our customization services to make it compatible with any third party plugin you are using.
Thanks
Hello @breecrowder,
You can increase the size of author image by making changes in your theme anissa style.css. On the line number 297 you gave max-width:100% remove the max-width, and you need to make one more change in image inline size increase the size to image width. Our plugin is not playing any role for the size of author image.
Thanks.
- This reply was modified 8 years, 4 months ago by fcsupport.
Forum: Plugins
In reply to: [Meta Tags Optimization] Cannot activateHello @prachikaklij,
This plugin is based on Google Maps API. So if google maps are banned then this plugin will not work. We’re not sure about other maps services in China.
Thanks
- This reply was modified 8 years, 5 months ago by fcsupport.
Forum: Reviews
In reply to: [Was This Helpful] Not helpful.Hello @rwbeckettcorp,
Sorry for inconvenience. After updating the plugin your plugin lost the settings you saved in previous version. Now go to plugin settings page and save the settings again, you will get all feedback data.
please let us know if you face any issue in the plugin.
Thanks