Title: [Plugin: Pricing Table] Gray template breaks
Last modified: August 20, 2016

---

# [Plugin: Pricing Table] Gray template breaks

 *  [taewoo](https://wordpress.org/support/users/taewoo/)
 * (@taewoo)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-pricing-table-gray-template-breaks/)
 * it breaks in WP 3.4.1… because the inline css are getting newlined by wordpress.
 * Here’s a fix/hack
 * 1. open tpls/price_table-gray.php
 * 2. put CSS into PHP variable.. then echo by removing newline with preg_replace,
   like so:
 * `
    <?php $data = get_post_meta($pid, ‘pricing_table_opt’,true); $featured= get_post_meta(
   $pid, ‘pricing_table_opt_feature’,true);
 *  $css = <<<CSS
 *  #pricing-table {
    margin: 100px auto 50px auto; text-align: center; width: 892px;/*
   total computed width = 222 x 3 + 226 */ } … …. …..
 * CSS;
 * ?>
 * <?php echo “<style>”. preg_replace(“/\n/”, “”, $css).”</style>”; ?>
 * Voila
 * [http://wordpress.org/extend/plugins/pricing-table/](http://wordpress.org/extend/plugins/pricing-table/)

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

 *  [miachung](https://wordpress.org/support/users/miachung/)
 * (@miachung)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/plugin-pricing-table-gray-template-breaks/#post-3088159)
 * This is a little too advanced for me, can you please help? The grey template 
   seems to be broken in WP 3.5 as well.
 * Thanks!
 *  [feliciepr7](https://wordpress.org/support/users/feliciepr7/)
 * (@feliciepr7)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/plugin-pricing-table-gray-template-breaks/#post-3088160)
 * The tables dont show up for me and then I am not able to edit it. I think is 
   not compatible yet with 3.5.

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

The topic ‘[Plugin: Pricing Table] Gray template breaks’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/pricing-table_ebf1e7.svg)
 * [Pricing Table](https://wordpress.org/plugins/pricing-table/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/pricing-table/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/pricing-table/)
 * [Active Topics](https://wordpress.org/support/plugin/pricing-table/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/pricing-table/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/pricing-table/reviews/)

## Tags

 * [bugfix](https://wordpress.org/support/topic-tag/bugfix/)

 * 2 replies
 * 3 participants
 * Last reply from: [feliciepr7](https://wordpress.org/support/users/feliciepr7/)
 * Last activity: [13 years, 4 months ago](https://wordpress.org/support/topic/plugin-pricing-table-gray-template-breaks/#post-3088160)
 * Status: not resolved