Chadwick Anderson

The Lab : Where Ideas Evolve

Conceive, Create, Test, Revise, Test, Iterate, Decide

Portfolio Element : CPT Artwork

Posts Element : Custom Order : Title Hidden

600 x 800
D00
600 x 700 - I like 600 x 800 better for 1 column
600 x 800 This looks good for 1 image column
600 x 700 - More square shows more
600 x 800
600 x 800
600 x 700

WooCommerce
&
WooPayments
600 x 700

Jamboree Registration Summary

[dfl-my-jamboree-registration-summary] 600 x 800 IDEAL SIZE!

/*
 * Shortcode to render the My Jamboree Registration Summary.  
 * 
 */

add_shortcode( 'dfl-my-jamboree-registration-summary',  'dfl_get_my_jamboree_registration' );

if( ! function_exists( 'dfl_get_my_jamboree_registration' ) ) {

  function dfl_get_my_jamboree_registration (){

    ob_start();

    // Include the specified file. 
    include( STYLESHEETPATH  . 'my-jamboree-reg_sc.php' );

    // Assign the file output to $content variable.
    $content = ob_get_clean();
    return $content;
  }
}

Jamboree Registration Summary

[dfl-my-jamboree-registration-summary] 600 x 900

/*
 * Shortcode to render the My Jamboree Registration Summary.  
 * 
 */

add_shortcode( 'dfl-my-jamboree-registration-summary',  'dfl_get_my_jamboree_registration' );

if( ! function_exists( 'dfl_get_my_jamboree_registration' ) ) {

  function dfl_get_my_jamboree_registration (){

    ob_start();

    // Include the specified file. 
    include( STYLESHEETPATH  . 'my-jamboree-reg_sc.php' );

    // Assign the file output to $content variable.
    $content = ob_get_clean();
    return $content;
  }
}