perryrylance
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Go Maps (formerly WP Google Maps)] Font Awesome issueHi there,
Thank you for reporting this, we are aware of this issue and are working to get a patch out this week to solve this issue.
As a quick workaround you can either open the plugins main PHP file, search for “fontawesome” and comment out any lines that show this,
Alternatively you can use a 3rd party Custom Javascript plugin such as “Simple Custom CSS & JS”, add some custom JS, remove all the example code and paste the following:
(function($) { $(document).ready() { $("link#fontawesome-css").remove(); }); })(jQuery);
This will solve the problem whilst we work on patching this,
Thank you for your patience in this matter!
Hi there
Thank you for getting in touch!
If the map is loaded in a hidden div, you will need to fire a Javascript event when the map becomes visible so that Google recalculates the viewport size and redraws the map.
Here is example code:
google.maps.event.trigger(MYMAP.map, "resize");
If you need specific code, please link me to the page in question and we’ll give you the exact code and instructions on how to install.
Does that help?
Kind regards
– PerryHi there
Thank you for your patience in this matter.
We have dropped support for PHP versions < 5.3 as it has reached “End of life” status, please see the official documentation here regarding version support.
It’s not recommended to use PHP versions lower than 5.6 due to security reasons as the PHP group are no longer issuing updates, even security updates, for these versions.
You will need to log in to your websites control panel and switch up.
You can find more information on this in our documentation here.
If you are unable to switch versions to PHP >= 5.3, you will need to roll back the plugin. You can do that by visiting this page, clicking “Advanced View” and scrolling down to the bottom to find previous versions of the plugin. Please delete the 7.* plugin via FTP, then upload the 6.* ZIP file through your plugins menu.
Sorry we can’t be more forthcoming on this issue!
If you need anything else, please don’t hesitate to ask. I hope this is helpful to you?
Kind regards
– PerryHi there
Thank you very much for bringing this to our attention, we’re very sorry for any inconvenience caused.
This is being looked into as a matter of urgency and we will release a patch shortly, hopefully within a matter of hours.
Please bear with us on this issue, if you have live sites which you need working immediately, I suggest downloading a previous version from here to get your site up and running whilst we’re looking in to this issue.
We will update you as soon as we can!
Kind regards
– PerryForum: Plugins
In reply to: [WP Go Maps (formerly WP Google Maps)] Final user include it’s own place?Hi there!
Thank you for getting in touch and thanks for your interest in our plugin ??
We have an extension that can do what you need here, please see there for more information.
Is there anything else I can help you with?
Kind regards
– PerryForum: Plugins
In reply to: [WP Go Maps (formerly WP Google Maps)] Google Maps LocationHi Paul
You are through to the support forum for the plugin WP Google Maps – I’m afraid as we don’t know how your theme integrates Google Maps we wouldn’t be able to help you with this issue. Sorry I can’t be more forthcoming there.
If I may, why not install a plugin to render your map? We offer a free, feature full and easy to use map plugin, with prompt and friendly support ??
You can center the map on any location you like and click “Save Map”, it will always appear centered on the location you left it on regardless of the API key or your location.
If you’d like to try it out and have any further questions, please by all means!
Is there anything else I can help you with?
Kind regards
– PerryForum: Plugins
In reply to: [WP Go Maps (formerly WP Google Maps)] Google Maps LocationHi Paul
Thanks for getting in touch!
The map will stay centered on the last location you saved it on. If you navigate to Maps -> Edit and click the map, then move the viewport over to spain and click “Save Map” it should always open on Spain.
Does that work for you?
Kind regards
– PerryYou’re most welcome ??
If you like the plugin, please consider leaving a review!
Hi Jaimie
I’m glad to hear it!
Is there anything else I can help you with?
Kind regards
– PerryHi Jaimie
Thanks for getting in touch!
Please go to Live Chat -> Settings -> Chat Box and uncheck “Auto Pop-up”
Does that help?
Kind regards
– PerryHi Jaimie
Thanks for getting in touch!
Unfortunately due to security concerns, the plugin is fundamentally built to only allow access through the dashboard. There is no simple way to circumvent this to achieve the behaviour you’re describing.
My only suggestion would be to allow them access to the dashboard and use a 3rd party plugin to cut off access to any other plugins / pages, would that work for you?
Kind regards
– PerryHi there
Please download the 3rd party plugin “Simple Custom CSS & JS”, add custom JS through that plugin, remove the example code and paste in the following:
(function($) { $(window).on("load", function(event) { MYMAP[3].map.setOptions({ zoomControl: false, scrollwheel: false, streetViewControl: false, disableDefaultUI: true }); }); })(jQuery);
Does that solve the problem?
Kind regards
– PerryHi there,
Thank you for providing that link.
I looked on that page and I can see that the zoom control has been disabled.
Did you manage to solve this yourself?
Kind regards
– PerryForum: Plugins
In reply to: [3CX Free Live Chat, Calls & WhatsApp] AvatarHi there
Thank you for getting in touch and thanks very much for your question!
We use the 3rd party library “Gravatar” to power the avatar feature – as such I’m afraid there isn’t a quick workaround I can give you to change this.
I did look into their documentation and this is possible, I’ve added this to our feature request list, we should be able to build this in quite soon. Sorry I can’t be more forthcoming at this moment in time.
Is there anything else I can help you with?
Kind regards
– PerryHi there,
Thanks for getting in touch, and thank you for your kind words!
What we could do is find the code responsible for this, then add that to the one specific page of your site in order to achieve what you’re describing.
Would it be possible for you to provide a link to the page in question?
Kind regards
– Perry