Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Johann Heyne

    (@jonua)

    The “Table” Field Type should be very on the bottom of the “Field Type” selection in the option group “Layout”. If not, something went wrong.

    Insert the code in the template, where the ACF field / the ACF group belongs to, for posts in single.php and so on.

    In the first line:
    $table = get_field( 'your_table_field_name' );
    you have to replace “your_table_field_name” with the name of you table field.

    Thread Starter ismamartinez

    (@ismamartinez)

    In the option group “Layout” there’re only two options: Message and Tab.

    Would it work if I use the page template instead of the post?

    Thanks!

    Plugin Author Johann Heyne

    (@jonua)

    Something causes a problem on your installation. Do you have the latest version of WordPress and ACF 4 or 5? Is the PHP version 5.3 or higher?

    Thread Starter ismamartinez

    (@ismamartinez)

    ACF 4.4.2
    WP 4.2.4
    PHP 5.3.29

    Thread Starter ismamartinez

    (@ismamartinez)

    I can give you access to my site if you want to take a look.

    Thread Starter ismamartinez

    (@ismamartinez)

    Any help on this?
    As I said I can give you access to my admin area so you can check what’s wrong.
    Thanks!

    Plugin Author Johann Heyne

    (@jonua)

    OK, yes, please send me the Login Data to [email protected].

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Issues making it work’ is closed to new replies.