Enrico Urbinati
Forum Replies Created
-
Forum: Plugins
In reply to: [RVM - Responsive Vector Maps] translations for for this pluginHi macsag,
thanks for rating RVM.
It would be possible changing default names for fron-end too, but at that point even the javascript would need to be internationalized using specific wp function for it ( wp_localize_script ).
It would take long for me to update all…
So, in short, you should modify the name of regions into the javascript files you find in js/regions-data.
Enjoy
Forum: Plugins
In reply to: [RVM - Responsive Vector Maps] links working in a wrong wayHi macsag,
thanks for your report !
It was a bug of RVM 2.6.
I’ve just released a new version 2.7 which fix this issue !
Enjoy and thanks again
Forum: Plugins
In reply to: [RVM - Responsive Vector Maps] Sweden map change in administrative regionsHi Search4it,
I’ve checked here: https://en.wikipedia.org/wiki/Counties_of_Sweden
and it seems that map you and DapHan are requesting is for provinces, while actually on RVM we have counties.
So basically the actual map should not be wrong,is it correct ?
Hi,
in order to get different size with the same map you can use the width attribute in the shortcode:
example: [rvm_map mapid=”xxxx” width=”xxxx”]
xxxx in width attribute can be px, %, rem or whatever.
Just pay attention to not use the same shortcode for same post/page twice !
Let me know
Forum: Plugins
In reply to: [RVM - Responsive Vector Maps] Custom Theme (Map Not Loaded)Hi FerranRius,
glad you solved it !
If you can, please share what did the job for you.
From my side what I can say is you need to use map shortcode in order to see the map into a post / page .
Thanks for using RVM.
Hi,
I’ve checked on Chrome for Mac on desktop and it works fine: I can’t reproduce it, sorry.
Maybe just take a while before loading and you think you need to click several times ? Have you checked using the console ( firebufg for Chrome ) if you get some javascript issue ?
It0’s weird because it not should work at all…
Thanks
Forum: Plugins
In reply to: [RVM - Responsive Vector Maps] extra countriesHi Lulu Gzz,
Thanks for using RVM !
In order to have custom maps non planned for RVM, please contact me on [email protected].
Thanks
Forum: Plugins
In reply to: [RVM - Responsive Vector Maps] Custom Theme (Map Not Loaded)Hi,
thanks for contacting me !
It’s difficult to say without having a page to check. What you can try yourself is checking the console of Firebug ( an add-on for Firefox ) if it gives some errors.
Furthermore, what you can try is checking if your theme has known issues with Custom Post Types, used by RVM to generate the maps.
Let me know if it helps,
cheers and good luck
Forum: Plugins
In reply to: [RVM - Responsive Vector Maps] US State Map, Split State into two regions?Hi Jessica,
unfortunately is not possible: you should have a specific map of California split into different regions to achieve this.
US map available on RVM is only at region/country level.
Sorry.
Forum: Plugins
In reply to: [RVM - Responsive Vector Maps] translations for for this pluginThanks !
I’m planning to make this behavior smarter in next releases, in order to make this easier for anyone to translate region names !
Have a nice day !
Forum: Plugins
In reply to: [RVM - Responsive Vector Maps] Links not workingHei mate,
sorry, but I cannot reproduce this super weird behaviour, although I tested with a Windows 7 machine…
Forum: Plugins
In reply to: [RVM - Responsive Vector Maps] translations for for this pluginHi,
unfortunately the plugin is not build yet for localisation and internalisation.
This means that the only way to do it is changing the code direclty !
In order to change translations of region names, let’s say of Belgium, you should navigate ( inside the plugin directory ) to:
/includes/regions/belgium-regions.php
Then, in order to change the first value, i.e.: Brussels, change the line:
$regions[‘brussels’] = array( ‘brussels’, ‘BE-BRU’, ‘Brussels’ ) ;
into
$regions[‘brussels’] = array( ‘brussels’, ‘BE-BRU’, ‘THIS IS THE VALUE TO CHANGE’ ) ;
Let me know how it goes !
Forum: Reviews
In reply to: [RVM - Responsive Vector Maps] Non visualizzo la mappaBene Andrea,
sono contento abbia risolto.
Ti posso chiedere la cortesia di controllare se disattivando il plugin e riattivando il javascript l’errore viene mostrato comunque ?
Grazie e buona giornata
Forum: Reviews
In reply to: [RVM - Responsive Vector Maps] Non visualizzo la mappaCiao Andrea e grazie per la review.
Controllando la pagina che mi hai inviato in console di firebug appare un errore legato a ‘jQuery resize event’.
Prova a disabilitare questo javascript e vedi cosa succede.
Prova anche a fare l’inverso: togli lo shortcode, disattiva RVM e vedi se l’errore persiste.
Fammi sapere e buon lavoro anche a te !
Forum: Plugins
In reply to: [RVM - Responsive Vector Maps] Markers Not WorkingHi Grace,
I’ve checked the Lat and Long you provided.. but actually they are a bit far from the places you need to pinpoint: they are in in Mongolia ??
I think you need a minus on the longitude param, something like : 39.1000, -84.5167 for the first case and 39.7594, -84.1917 for the second.
Over the internet there are several services to get lat and long using an address ( also known as geocoding ): i.e: https://universimmedia.pagesperso-orange.fr/geo/loc.htm
Best luck and thanks for contacting me