Michael Aronoff
Forum Replies Created
-
Forum: Plugins
In reply to: [Very Simple Google Maps] Map buttons have disappeared?Sorry, I had not seen this before.
There has been no change to Very Simple Google Maps and no other reports of problems. It must be a conflict specific to your setup.
Sorry
Forum: Plugins
In reply to: [WooCommerce] WooCommerce Admin Sidebar Not VisibleI have the same problem as the original poster. Does anyone know where in the user tables the display options are saved? I would like to clear that rather than have to create a new user and then take ownership of all the posts I have already done.
Forum: Plugins
In reply to: [Change Text Case] WP 4.4 compatibilityThe latest version shoud fix these errors.
Forum: Plugins
In reply to: [Change Text Case] Error notices (with debug true)Latest version should fix these debug errors.
Forum: Plugins
In reply to: [Very Simple Google Maps] Satellite as default?I just updated to version 2.8
Once you have that version installed there is now an option for maptype=””
The options are as follows:
m – normal map
k – satellite
h – hybrid
p – terrainIt defaults to “m” so current users do not need to change their shortcode at all for the plugin to keep working as it did before. You only need to use the maptype option in the shortcode if you want an option other than the normal view.
Forum: Plugins
In reply to: [Very Simple Google Maps] disable mouse scroll?Sorry for the late reply.
My plugin is designed to be very simple (as the name suggests). We call Google Maps in an iFrame. The only options the plugin offers are basic ones that can be used in a URL to Google Maps. The functions you are looking for would require a more robust approach that used the full Google Maps API. There are MANY other Google Map plugins out there. I suggest you look for one that has more features.
Forum: Plugins
In reply to: [Very Simple Google Maps] StreetviewSorry for the late reply.
My plugin is designed to be very simple (as the name suggests). We call Google Maps in an iFrame. The only options the plugin offers are basic ones that can be used in a URL to Google Maps. The functions you are looking for would require a more roabust approach that used the full Google Maps API. There are MANY other Google Map plugins out there. I suggest you look for one that offers more features.
Forum: Plugins
In reply to: [Very Simple Google Maps] Map Styling & Pin AreaSorry for the late reply.
My plugin is designed to be very simple (as the name suggests). We call Google Maps in an iFrame. The only options the plugin offers are basic ones that can be used in a URL to Google Maps. The functions you are looking for would require a more robust approach that used the full Google Maps API. There are MANY other Google Map plugins out there. I suggest you look for one that specficially says it can edit markers on the map.
Same issue here. This plugin is broken d after 8 months with no response I think it might be an orphan.
Thanks, I just submitted a ticket at your site.
I have a dedicated server I co-locate that runs the open source Web hosting platform BlueOnyx.
It is Apache + SuPHP but the path for the suPHP config in the .htaccess was set wrong. WordFence
<IfModule mod_suphp.c> suPHP_ConfigPath '/home/.sites/85/site23/web' </IfModule>But it should be:
<IfModule mod_suphp.c> suPHP_ConfigPath '/home/.sites/85/site23' </IfModule>On BlueOnyx if you turn on suPHP (it is an option) then the php.ini for each virtual site is kept a level above the public web folder.
It is easy to change but it took me a few min to trace it down.
It might be nice if there was a way to change that in the WordFence admin pages rather than having to manually change it.
Forum: Plugins
In reply to: [Change Text Case] my improvementVery cool. I am working on a rewrite of the plugin to fix some conflicts. Can I include what you have done?
Forum: Plugins
In reply to: [Change Text Case] WP 4.4 compatibilityI have seen this error too. I am working on a rewrite to more modern WordPress Standards.
Forum: Plugins
In reply to: [Change Text Case] Change Text CaseI have not been able to recreate this problem.
This just changes the case in the Visual editor. It does not apply any style for the front end. You might want to check for conflicting css.
Forum: Plugins
In reply to: [Change Text Case] Error notices (with debug true)Thanks for this. I will dig into the code soon and try and get these warnings fixed. No firm ETA just yet. I have a day job and it is working 🙂