sitewebconcept
Forum Replies Created
-
Forum: Plugins
In reply to: [Livemesh SiteOrigin Widgets] POSTS GRID post per pageindeed I had not looked well, thank you !!
Forum: Plugins
In reply to: [Yoast Duplicate Post] Compatible with WordPress 4.2It’s not run on all my installations…
Forum: Plugins
In reply to: [Booking Calendar] booking a place on time solts, limited to 10 placesOk thank you
Forum: Plugins
In reply to: [Basic Google Maps Placemarks] Desable draggableAller je réponds à ma question, in french por favor lol
dans function.js ajouter les 2 dernières lignes (celles en gras) :
mapOptions =
{
‘zoom’ : bgmpData.options.zoom,
‘center’ : new google.maps.LatLng( bgmpData.options.latitude, bgmpData.options.longitude ),
‘mapTypeId’ : google.maps.MapTypeId[ bgmpData.options.type ],
‘mapTypeControl’ : bgmpData.options.typeControl == ‘off’ ? false : true,
‘mapTypeControlOptions’ : { style: google.maps.MapTypeControlStyle[ bgmpData.options.typeControl ] },
‘navigationControl’ : bgmpData.options.navigationControl == ‘off’ ? false : true,
‘navigationControlOptions’ : { style: google.maps.NavigationControlStyle[ bgmpData.options.navigationControl ] },
‘streetViewControl’ : bgmpData.options.streetViewControl,
‘draggable’ : false,
‘scrollwheel’ : false,
};Have a nice day les mecs ; )