Ita Pronk
Forum Replies Created
-
Indeed, “Openstreetmap Nominatim”.
Maybe I’m not quite sure what influence the Geocoder might have; I hadn’t heard of it until your first comment. Could I change anything about this?
And I also had an issue on another website that the pin was placed near London, while the company is near Manchester. Do you have any idea how that might be?
It’s on the website https://umefa.nl/diversen/dealers/?filter=2427,2429,2431,2433 and the specific problem is with company https://groveproducts.co.uk/contact.asp :
Grove Products
Broadway
Hyde
Cheshire
SK14 4QF
Thanks in advance!Yes, but the blue marker (based on the address data) is positioned in the middle of our village, and the gold one (based on latitude and longitude) is positioned just right on our home.
Do you have any idea what the difference is?Hi Hupe13,
To load the Leaflet map, centered on the neighbourhood :
[leaflet-map address=”Fortuna 22, Elst, Nederland” height=”800px” fitbounds dragging scrollwheel]
Then, the first marker bases on address, with the default blue pin:
[leaflet-marker address=”22, Fortuna, Elst, Overbetuwe, Geldern, Niederlande, 6661 JH, Niederlande”]
Secondly, the custom gold marker bases on latitude and longitude:
[leaflet-marker iconUrl=”/wp-content/uploads/2023/05/marker-icon-2x-goud.png” iconsize=”25,50″ iconanchor=”0,50″ lat=”51.924″ lng=”5.861″ ]- This reply was modified 1 year, 10 months ago by Ita Pronk.
Hi Hupe13,
Thanks, I cleared the cache but no results, unfortunately…Forum: Plugins
In reply to: [Loops & Logic] 2-way relationshipI like to give a positive review for your plugin so more people will use it! I gave you 5 stars, of course.
Hopefully there will be more tutorials and maybe video explanations too! Would be great!!!
Have an awesome day!
Forum: Plugins
In reply to: [Loops & Logic] 2-way relationshipHi Ben!
Thanks a lot!! Your update is very helpful!!
I’m so happy with Loops and Logics (and you!!)!Have a wonderful day!
ItaForum: Plugins
In reply to: [Loops & Logic] 2-way relationshipHi Ben,
It occurred to me this afternoon that it might also be possible through the categories! I have now included all provinces and places as categories, and enter ‘category=”current”‘ in the loop. This also works! \0/
Only, with multiple places as a result, I would like to have a comma between them, and with 1 place as a result, no comma.
Cheers,
ItaPS Should the foregoing thinking be explained briefly, I am still very interested, hooray!!!
Forum: Plugins
In reply to: [Loops & Logic] 2-way relationshipHi Ben,
I now have the names of the trainers visible on the single page of the location.
I would now like to make the name(s) of the locations where the trainer teaches visible the other way around on the single page of the trainer as well. I have created this loop:
<Loop type="rcvry-locatie" > <If acf_relationship="{Field trainers_op_deze_locatie}" includes id="current_id"> Gives training in: <Field title /> <br /> <Else>Something went wrong with this loop for <Field title />...<br /><br /></Else> </If> </Loop>
Is the current_id here OK? Or should I work with Set and Get?
Or is what I am trying to achieve not possible at all?
BTW: ACF sent me the following code for bi-directional relations, but I don’t know how to convert this to L&L language…. https://www.advancedcustomfields.com/resources/querying-relationship-fields/
I very much hope it is a small effort for you to help me! Cheers,
ItaForum: Plugins
In reply to: [Loops & Logic] 2-way relationshipHi Ben,
Thanks a lot! Both options showed the name(s) of the trainer(s)!
Have a nice day!
ItaForum: Plugins
In reply to: [Loops & Logic] 2-way relationshipDear Ben,
Thank you very much for your answer!! I will work with it to see which of the 3 methods works best for me.
One small additional question: I get back at <Field trainers_at_this_location />: [“993”]. This is trainer Desiree’s ID number. How can I get her name displayed there instead of the ID number? Please see https://rcvry.lekkerderuimte.nl/test/
Thanks a lot!!
Cheers,
ItaI have a similar challenge, but without the LMS.
I would like a product (training) to be able to have various training dates added, which can also be selected as dropdown or radio buttons in a Formidable Form.
(Ordering will then not be via Woocommerce, but via Formidable Form.)