Title: kyleform's Replies | WordPress.org

---

# kyleform

  [  ](https://wordpress.org/support/users/kyleform/)

 *   [Profile](https://wordpress.org/support/users/kyleform/)
 *   [Topics Started](https://wordpress.org/support/users/kyleform/topics/)
 *   [Replies Created](https://wordpress.org/support/users/kyleform/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/kyleform/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/kyleform/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/kyleform/engagements/)
 *   [Favorites](https://wordpress.org/support/users/kyleform/favorites/)

 Search replies:

## Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Table Field Add-on for ACF and SCF] Table Column Widths](https://wordpress.org/support/topic/table-column-widths/)
 *  Thread Starter [kyleform](https://wordpress.org/support/users/kyleform/)
 * (@kyleform)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/table-column-widths/#post-11069517)
 * Hey Johann
 * Sorry to chase, dont suppose you had a chance to look at this issue?
 * thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Table Field Add-on for ACF and SCF] Table Field Lines](https://wordpress.org/support/topic/table-field-lines/)
 *  Thread Starter [kyleform](https://wordpress.org/support/users/kyleform/)
 * (@kyleform)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/table-field-lines/#post-10907893)
 * Thanks for pointing me in the right direction
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Table Field Add-on for ACF and SCF] Flexible Field & Responsive Table](https://wordpress.org/support/topic/flexible-field-responsive-table/)
 *  Thread Starter [kyleform](https://wordpress.org/support/users/kyleform/)
 * (@kyleform)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/flexible-field-responsive-table/#post-10891535)
 * Thanks for responding again so quickly.
 * The get_sub_field was correct, I just had the wrong field name for the row_layout.
 * All working now, can finally allow clients to make CMS their own tables now, 
   great plugin!!!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Table Field Add-on for ACF and SCF] Flexible Field & Responsive Table](https://wordpress.org/support/topic/flexible-field-responsive-table/)
 *  Thread Starter [kyleform](https://wordpress.org/support/users/kyleform/)
 * (@kyleform)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/flexible-field-responsive-table/#post-10890960)
 * Hey Johann
 * Thanks for the response, that worked perfectly, thanks very much for your help
   with that.
 * I changed the get_field to get_sub_field hoping that would work, any ideas on
   what it should actually be?
 * <?php if( get_row_layout() == ‘list’ ): ?>
    <?php $table = the_sub_field( ‘table’);
   if ( $table ) {
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Child Pages Not working – Displaying Blank](https://wordpress.org/support/topic/child-pages-not-working-displaying-blank/)
 *  Thread Starter [kyleform](https://wordpress.org/support/users/kyleform/)
 * (@kyleform)
 * [11 years ago](https://wordpress.org/support/topic/child-pages-not-working-displaying-blank/#post-5937436)
 * no problem, getting someone from odesk to take a look. thanks for looking anyway,
   much appreciated!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Child Pages Not working – Displaying Blank](https://wordpress.org/support/topic/child-pages-not-working-displaying-blank/)
 *  Thread Starter [kyleform](https://wordpress.org/support/users/kyleform/)
 * (@kyleform)
 * [11 years ago](https://wordpress.org/support/topic/child-pages-not-working-displaying-blank/#post-5937396)
 * Then just calling it the styles, jquery & wp_head as i usually do:
 * <?php wp_enqueue_script(‘jquery’); ?>
    <?php wp_head(); ?>
 * <!– Stylesheets –>
    <link href=”<?php bloginfo(‘stylesheet_url’); ?>” rel=”stylesheet”
   >
 * Thats all iv got in the functions.php
 *     ```
       <?php
   
       // Enable support for post-thumbnails
       add_theme_support('post-thumbnails');  
   
       // If we want to ensure that we only call this function if
       // the user is working with WP 2.9 or higher,
       // let's instead make sure that the function exists first  
   
       if ( function_exists('add_theme_support') ) {
       add_theme_support('post-thumbnails');
       } 
   
       // Enable second sidebar
       if(function_exists('register_sidebar')) :
       register_sidebars();
       endif;
   
       // Register Custom Navigation Walker
       require_once('wp_bootstrap_navwalker.php');
   
       // Enable menu  
   
       function register_my_menus() {
         register_nav_menus(
           array(
             'primary-menu' => __( 'Primary Menu' ),
           )
         );
       }
       add_action( 'init', 'register_my_menus' );
   
       ?>
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Post Type UI] Excerpt NO Showing Up](https://wordpress.org/support/topic/excerpt-no-showing-up/)
 *  [kyleform](https://wordpress.org/support/users/kyleform/)
 * (@kyleform)
 * [11 years ago](https://wordpress.org/support/topic/excerpt-no-showing-up/#post-5934108)
 * Hey
 * I figured it out, the plugin must have add in a new feature and you now need 
   to go into the edit post types section & select all the attributes you need
 * Thanks for the response though!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Post Type UI] Excerpt NO Showing Up](https://wordpress.org/support/topic/excerpt-no-showing-up/)
 *  [kyleform](https://wordpress.org/support/users/kyleform/)
 * (@kyleform)
 * [11 years ago](https://wordpress.org/support/topic/excerpt-no-showing-up/#post-5934077)
 * Excerpt & Featured Image not showing for me too

Viewing 8 replies - 1 through 8 (of 8 total)