Enrico Urbinati
Forum Replies Created
-
Forum: Plugins
In reply to: [RVM - Responsive Vector Maps] Sopra la mappa compare il footerCiao,
tramite Firebug vedo che su style.css c’è ancora quella porzione di stile mentre su custom-css è rimasto solo uno z-index: 9.
Ora, se vuoi risolvere usando solo custom-css e non modificando style.css, devi riscrivere le regole css in questo modo:
in custom-css
.map-container {
position: relative ; /* o static*/
}esplicitando dunque una nuova regola che sovrascriva quella di style.css.
Spero sia tutto chiaro,
buona giornata
Forum: Plugins
In reply to: [RVM - Responsive Vector Maps] Sopra la mappa compare il footerBene, sono contento possa risolvere il problema.
In bocca al lupo.
Forum: Plugins
In reply to: [RVM - Responsive Vector Maps] Sopra la mappa compare il footerCiao,
il problema è che in style.css del tema di wordpress c’è una classe .map-container che influenza la visualizzazione del contenitore della mappa.
In pratica forza il div che contiene la mappa ad una posizione assoluta.
Questo la porzione di style.css da eliminare/cambiare:
.map-container {
background: url(“images/wait.gif”) no-repeat scroll center center rgba(0, 0, 0, 0);
overflow: hidden;
position: absolute;
z-index: 9;
}che dovrebbe diventare
.map-container {
background: url(“images/wait.gif”) no-repeat scroll center center rgba(0, 0, 0, 0);
z-index: 9;
}Nella prossima versione del plugin forse sarebbe meglio da parte mia rinominare quella classe rvm-map-container così da fugare ogni problema ??
Forum: Plugins
In reply to: [RVM - Responsive Vector Maps] how to center the mapThanks poudanet,
map can have percentage value and you did it, but is 70% so it does not fit all container width ( I guess to not make the map too high… ).
So the way to center it is playing with an extra div + css, as you did it !
P.S.: I completely agree with the content and the values of the website. Congratulation and good luck
Forum: Plugins
In reply to: [RVM - Responsive Vector Maps] How to set fixed height value?Hi Cellos,
is possible to set a fixed width not the height.
But knowing the aspect ratio of the map you need to know you can use it to set a specific height.
So basically you can set a width to get the height you would like to have.
Hope it helps, let me know.
Forum: Plugins
In reply to: [RVM - Responsive Vector Maps] Links not workHi tuseo,
I just checked link you provided me and the link worked for me: so as you’re saying maybe was a permalink misconfiguration, great it works !
Regarding the height I has another feedback about Portugal map and I found there is an issue in the aspect ratio I’ve set for it.
I’ll push a fix next week for it.
Thanks for reporting.
Hi mohit0611,
could you please provide me with more details ??
Not works means maps not displaying ? Just on specific mobile devices or all ? Can you please provide me with a link ?
Thanks for reporting anyway
Forum: Plugins
In reply to: [RVM - Responsive Vector Maps] Working on WP 4.1Hi ijsbrandtheunissen,
RVM uses Custom Post Types to add metadata to posts.
But if you open directly the link to the post created you’ll not see the map, because the map created just updates the database with your customisations.
In order to be used the maps need to be inserted as a shortcode or using as a widget in the widget area.
I hope it clarifies.
The problem as far as I can see is with shortcodes in general.
Hi sumanta22,
this functionality is not available in RVM.
I’m sorry.
Forum: Plugins
In reply to: [RVM - Responsive Vector Maps] Working on WP 4.1Hi,
I’ve noticed there is another piece of shortcode not showing at the bottom of the page : [featured_products per_page=”3″ columns=”3″ orderby=”date” order=”desc”] ( which I guess is from WooCommerce )
Maybe this theme having issue with shortcodes ?
Do you insert the shortcode of the map into a post, correct ?Forum: Plugins
In reply to: [RVM - Responsive Vector Maps] Working on WP 4.1Hi ijsbrandtheunissen,
it’s not possible for me to test on every single theme: I usually test on default WP themes each new release.
What I can guarantee the plugin uses all best practices for plugin development so should be compatible with all compatible themes for WP.
As always, having a link to check and all details about steps to create and make the map live are more then welcome ??
Forum: Plugins
In reply to: [RVM - Responsive Vector Maps] continent mapsThanks to you for your kind feedback and rating the plugin.
All the best and stay tuned with updated ??
Forum: Plugins
In reply to: [RVM - Responsive Vector Maps] is possible to include another country?Happy holidays you too !
Unfortunately I’m not planning to include Venezuela earlier… regarding the way to create jvector maps using data from naturalearthdata.com there is a description on the jvectormaps website.
regards
Forum: Plugins
In reply to: [RVM - Responsive Vector Maps] Working on WP 4.1Thanks for the update !
I was just checking compatibility when I read about your post ??
I’ll update the compatibility status in next release.
Cheers
Forum: Plugins
In reply to: [RVM - Responsive Vector Maps] Marker popup not workingHi vasta88,
it would be easy for me to investigate this issue having a live website to check… It’s difficult because I cannot reproduce the issue.
If you prefer, you can even contact me via email or looking at the plugin website.
Thank you for your feedback