Replies: 0
After upgrading from 1.5.0 to 1.5.1, my “rock” pricing table no longer displayed in 3 columns.
I had to change line 27 of
\wp-content\plugins\pricing-table\table-templates\rock\price_table.php
from
<link href=”<?php echo plugins_url(‘pricing-table/css/site/bootstrap-grid.css’);?>” rel=”stylesheet”>
to
<link href=”<?php echo plugins_url(‘pricing-table/table-templates/rock/css/bootstrap.css’);?>” rel=”stylesheet”>