Tagged: x
-
AuthorPosts
-
December 5, 2016 at 4:15 pm #1282219
raumfishParticipanthi there,
i added fields with ACF Pro for use it in “the grid”.with this code:
<?php $field_name = "highlight_startseite"; $field = get_field_object($field_name); echo "KEY = " . $field['key'] . "<br />VALUE = " . $field['value'] . "<br /><br />"; echo "ID = " . $field['ID'] . "<br />LABLE = " . $field['label'] . "<br />NAME = " . $field['name'] . "<br />TYPE = " . $field['type'] . "<br />"; ?>i get this output:
KEY = field_58457baf09c44
VALUE = yes
ID = 1858
LABLE = HIGHLIGHT STARTSEITE
NAME = highlight_startseite
TYPE = radiobut when i use these values with ‘the grid’ Meta Key Filter i only get an error message.
could you please help.
thanks a lot.
flo.December 5, 2016 at 4:19 pm #1282231
raumfishParticipantOh. i did it.
Meta Key Name = NAME (not KEY)December 6, 2016 at 2:05 am #1282707
ChristianModeratorGlad you’ve sorted it out.
December 6, 2016 at 3:08 am #1282777
raumfishParticipantyep, but now i want to add custom fields (starttime, endtime) into my The Grid-Skin.
is there a possibility?thanks.
flo.December 6, 2016 at 4:52 am #1282885
ChristianModeratorThat is technically possible but would require custom development which regretfully falls outside the scope of our support. You might want to contact our trusted partners who caters X setup and customization needs. Please see https://community.theme.co/custom-development/
Thank you for understanding.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1282219 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
