eugene.manuilov
Forum Replies Created
-
Forum: Plugins
In reply to: [Visualizer: Tables and Charts Manager for WordPress] Shortcode not working.sorry made a typo, not contact[at]madpixels[dot]com, but contact[at]madpixels[dot]net. could you please fix it or recreate an account?
Forum: Plugins
In reply to: [Visualizer: Tables and Charts Manager for WordPress] Shortcode not working.It is very strange. Could you give me an access to your site? Create an account for contact[at]madpixels[dot]com with editor role, I will login and look at it.
You are welcome! 🙂
Hi,
“allow_url_fopen option is disabled in your php.ini config. Please, enable it by change its value to 1. This option increases the speed of remote CSV uploading.” What does this mean?
This message means that allow_url_fopen setting is disabled for your PHP by your hosting provider. That is why you haven’t been able to use “From the Web” sources. To fix it you need to enable this option by changing it in the php.ini file (if you can do it), by changing settings in the hosting dashboard panel or by asking hosting provider to enable it for you.
My chart no longer appears on my site.
It is quite strange because it has to work. Could you please enable debugging on your site and logging by adding WP_DEBUG_LOG to your wp-config.php file? After enabling it, reproduce the issue with your chart and send me debug.log file which has to be located in wp-content folder. To properly enable debugging you need to have following commands in your wp-config.php file:
define('WP_DEBUG', true); define('WP_DEBUG_LOG', true); define('WP_DEBUG_DISPLAY', false);Forum: Plugins
In reply to: [Google Maps Plugin by Intergeo] Scaling map to feet all overlays?Hi Rafal,
Unfortunately there is no such option in the API.
Regards,
EugeneForum: Reviews
In reply to: [Google Maps Plugin by Intergeo] Great plugin!Thanks a lot!
Forum: Plugins
In reply to: [Google Maps Plugin by Intergeo] Shape OverlaysHi @debsher
Unfortunately it is impossible, because Google Maps API doesn’t provide such ability.
Regards,
EugeneForum: Reviews
In reply to: [Visualizer: Tables and Charts Manager for WordPress] Smart!Thanks mate!
1. Second row has to contain data type of a coulmn (string, number, etc)
2. Do not use spaces in your digits, so instead of -1 234 567 the value has to be -1234567I have created a new chart at your site and looks like everything is working fine. Find it here.
I have used this file: https://dl.dropboxusercontent.com/u/61868050/test.csv
All negative values are shown correctly, all number formats are shown good. I have added #,### to each series on the chart.
Show me what doesn’t work for you? Give me a CSV file which doesn’t work for you.
hm… in this case i don’t know how to help you.
Can you give me an access to your admin dashboard? Create an account for contact[at]madpixels[dot]net with editor role. I will look at it.
You entered #,## instead of #,###. Recheck your options.
Try to use following data for your CSV:
Month,2009,2010,2011,2012,2013,2014 string,number,number,number,number,number,number Janu.,6698000,4845000,5560000,4491000,6050000,6975977 Febr.,5965000,6648000,7370000,7490000,6795000, Mars,7530000,7266000,7756000,6590000,5988550, Apri.,9769000,7515000,6300000,6010000,8230000, Mai,6248000,5985000,7977000,6300000,7351288, Juni,6873000,7186000,7290000,7120000,6934738, Juli,3438000,3487000,3183000,1600000,3324522, Augu.,6294000,6674000,7782000,5790000,6565288, Sept.,8178000,7250000,7200000,6500000,9540000, Okto.,7412000,7850000,6966000,6906000,7891439, Nove.,7300000,9628000,7542000,6400000,8267000, Dese.,7066000,8328000,7200000,6050000,7822429,Some notes:
1. Add data type at the second line of the file. It has to be string and number in your case.
2. Do not add any spaces, commas or else characters to the number valuesLet me know how it works.