• Resolved franciscus

    (@franciscus)


    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”>

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter franciscus

    (@franciscus)

    Also, on my HTTPS site, I do not get the correct font. I needed to change line 1 of
    \wp-content\plugins\pricing-table\css\site\common.css

    from
    @import url("https://fonts.googleapis.com/css?family=Pathway+Gothic+One|Roboto+Slab");
    to
    @import url("https://fonts.googleapis.com/css?family=Pathway+Gothic+One|Roboto+Slab");

    • This reply was modified 4 years, 9 months ago by franciscus.
    • This reply was modified 4 years, 9 months ago by franciscus.
    Plugin Contributor Shafaet Alam

    (@shafayat-alam)

    Thanks for pointing them, resolved.

    Thread Starter franciscus

    (@franciscus)

    Thanks for the fix!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Formatting of “rock” template’ is closed to new replies.