Leon Rowland
Forum Replies Created
-
Forum: Plugins
In reply to: [Pronamic Google Maps] Link to map and location info?From a marker/marker text to a external link you mean?
Forum: Plugins
In reply to: [Pronamic Google Maps] Map address = post name.Hello rcain8.
Unfortunately the geocoding aspect ( that turns an address into latitude/longitude coordinates for the markers ) is handled purely by JavaScript so this isn’t possible.
You could always think about writing your own plugin with a page in the administration that will show posts without a marker set, some js which takes the post title, geocodes it and then stores the response in the latitude/longtitude meta fields.
Good luck with whatever you choose.
Forum: Plugins
In reply to: [Pronamic Google Maps] Insert into widgetHello Leussink.
You may need to add the filter ‘do_shortcode’ around widget texts.
If you put the following line in your functions.php of your theme, or inside a plugin file
add_filter('widget_text', 'do_shortcode');
Then you can look towards using the Pronamic Google Maps shortcodes in the widget text area.
Forum: Plugins
In reply to: [Pronamic Google Maps] Link to map and location info?Hello johnevanofski.
Currently the JS for Mashups don’t support being able to access the markers with JS as there is no array that holds all the markers. Without being able to access the markers you won’t be able to pan to them from outside the map.
We will look into making the marker information available via a data attribute but we have no time frame for when we can achieve this. Keep an eye out though.
Forum: Plugins
In reply to: [Pronamic Google Maps] tax_query not taken into accountHello Marie-Aude.
tax_query takes an array of arrays. Instead try.
pronamic_google_maps_mashup( array ( 'post_type' => 'pronamic_company', 'no-paging' => true , 'tax_query' => array ( array( 'taxonomy' => 'pronamic_company_region' , 'field' => 'id' , 'terms' => $termid ) ) ), array( 'width' => 650, 'height' => 350, ), ) )
Forum: Plugins
In reply to: [Pronamic Pay] On submit Gravity Forms just kick off the iDEAL paymentHello Chantal.
Not at the moment although this is a planned feature upgrade.
Forum: Plugins
In reply to: [Oculolinctus] Audio+1
Forum: Plugins
In reply to: [Pronamic Pay] iDeal payment button not showingYou have the iDEAL form element added? As well as the configuration ( feed it will say in GravityForms ) setup?
Forum: Plugins
In reply to: [Pronamic Google Maps] incorrect layoutHello dshulepov
If you could give this CSS a try. Just copy it into your CSS file and see if that fixes it.
https://github.com/pronamic/wp-pronamic-google-maps/blob/master/css/fix.css
Forum: Plugins
In reply to: [Pronamic Pay] CostsForum: Plugins
In reply to: [Pronamic Pay] Targetpay Ideal status updateWill close this not to have it in 2 locations. I will continue to post on our official forums under the post: https://pronamic.nl/forums/topic/targetpay-idealstatus-afhandeling-gaat-niet-goed/
Forum: Plugins
In reply to: [Pronamic Google Maps] Where do i put the code?Hello PReno,
Have you installed the plugin? See this : https://www.wpbeginner.com/beginners-guide/step-by-step-guide-to-install-a-wordpress-plugin-for-beginners/
Forum: Plugins
In reply to: [Parcelware] Import in Parcelware doesn't workGreat to hear.
Forum: Plugins
In reply to: [Parcelware] Import in Parcelware doesn't workPlease make sure you are importing in Advanced Mode and not Basic Mode.
Forum: Plugins
In reply to: [Pronamic Google Maps] Map in my languageDuplicate. See my response here: https://www.ads-software.com/support/topic/map-in-my-language-1?replies=2#post-4309415