Title: yoderman94's Replies | WordPress.org

---

# yoderman94

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Carbon Fields] unexpected T_STRING Error](https://wordpress.org/support/topic/unexpected-t_string-error-3/)
 *  Thread Starter [yoderman94](https://wordpress.org/support/users/yoderman94/)
 * (@yoderman94)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/unexpected-t_string-error-3/#post-7076293)
 * That makes perfect sense, the current site is running a really old version of
   real estate software and I think I remember we had to work on the server to make
   it run when we took over the hosting.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Car Demon] Turn off Car Demon’s included css](https://wordpress.org/support/topic/turn-off-car-demons-included-css/)
 *  Thread Starter [yoderman94](https://wordpress.org/support/users/yoderman94/)
 * (@yoderman94)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/turn-off-car-demons-included-css/#post-7013932)
 * Sorry I didn’t include the link before, I thought it had attached it.
 * [http://handycamping.com/new/rvs-for-sale/test/](http://handycamping.com/new/rvs-for-sale/test/)
 * I have the settings just like you said and its still breaking, I also have no
   cache programs installed since its still in development.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Car Demon] Turn off Car Demon’s included css](https://wordpress.org/support/topic/turn-off-car-demons-included-css/)
 *  Thread Starter [yoderman94](https://wordpress.org/support/users/yoderman94/)
 * (@yoderman94)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/turn-off-car-demons-included-css/#post-7013925)
 * I would idealy like to disable all the default css, seems some of the style are
   conflicting with bootstrap, but its still somewhat broken if I flip back to a
   stock theme.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Instagram] Shortcode and varaible](https://wordpress.org/support/topic/shortcode-and-varaible/)
 *  Thread Starter [yoderman94](https://wordpress.org/support/users/yoderman94/)
 * (@yoderman94)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/shortcode-and-varaible/#post-4560811)
 * For anyone that comes across this in the future, here is what I figured out:
 *     ```
       $askavl_instagram_contact_title = get_post_meta(get_the_ID(), 'askavl_instagram_contact_title', true);
           if(isset($askavl_instagram_contact_title) && $askavl_instagram_contact_title != "") :
               $tag = str_replace("#","", ((string)$askavl_instagram_contact_title) );
       	    $thumbsize = "220px";
       	    $image_limit = "2";
       	    $easyInstagramSC = "[easy-instagram limit={$image_limit} caption_hashtags=false caption_char_limit=0 author_text='' thumb_click='thickbox' time_text='' thumb_size={$thumbsize} tag='{$tag}']";
       		echo do_shortcode( $easyInstagramSC );
       ```
   
 * From what I can tell my error was in the concatenation. This is working, hoewever
   if someone knows a better solution I would like to improve this.

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