Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1282219
    raumfish
    Participant

    hi 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 = radio

    but 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.

    #1282231
    raumfish
    Participant

    Oh. i did it.
    Meta Key Name = NAME (not KEY)

    #1282707
    Christian
    Moderator

    Glad you’ve sorted it out.

    #1282777
    raumfish
    Participant

    yep, but now i want to add custom fields (starttime, endtime) into my The Grid-Skin.
    is there a possibility?

    thanks.
    flo.

    #1282885
    Christian
    Moderator

    That 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.

  • <script> jQuery(function($){ $("#no-reply-1282219 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>