GrindPress
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Same issue here. Were you able to find a fix? I alerted their support staff of this thread and hope they come up with an update.
Forum: Plugins
In reply to: [Really Simple CSV Importer] Import ACF Google Map FieldOk, thank you again for your help!
Forum: Plugins
In reply to: [Really Simple CSV Importer] Import ACF Google Map FieldTakuro,
Thank you so much for the follow up. The plugin add-on worked great when using LAT and LNG coordinates.
A follow up question:
Is there a way to only import the actual address? (ex: 555 main st, Los Angeles, CA) and have that convert into a map marker?Thanks again!
Forum: Plugins
In reply to: [Simple Fields] Only first letter is displayed from repeatable fieldsNevermind, I fixed two seconds after i posted my question…
needed to just do this:
echo $values;Forum: Plugins
In reply to: [Simple Fields] Only first letter is displayed from repeatable fieldsI am an having identical issue where I have multiple field groups on one page, but for some reason, this one with the same code only outputs the first character:
<?php $repeatable_field_values = simple_fields_values("sport_text"); foreach ($repeatable_field_values as $values) { print_r( $values["sport_text"] ); } ?>This only outputs the “b” in basketball.
Any help is appreciated.
Viewing 5 replies - 1 through 5 (of 5 total)