• Resolved tomh134

    (@tomh134)


    Hi,
    I just started using this amazing plugin. I ran into a slight issue with the arrangement when pasting the shortcode into the page i want the pricing table to be displayed on. It seems no matter where i paste the code i.e if i want the pricing table to follow a slider or some text, it is always pushed to the top of the screen. I am using the latest version of wordpress + version 1.1.0 of the pricing table. Thanks

    Tom

    https://wordpress.org/plugins/easy-pricing-table-manager/

Viewing 4 replies - 1 through 4 (of 4 total)
  • i have same issue. plz help me. it show pricing table at the top of page

    It looks like this issue is caused by the shortcode function pricing_function on line 139 of pricingtable.php.

    That function is producing content which shouldn’t be happening. It should be returning content instead. Per the codex…

    Note that the function called by the shortcode should never produce output of any kind. Shortcode functions should return the text that is to be used to replace the shortcode.

    http://codex.wordpress.org/Function_Reference/add_shortcode#Notes

    To fix that, the author should add this line to the end of that function…

    return ob_get_clean();

    Justin

    Plugin Author JW Themes

    (@jwthemes)

    These issue is fixed in new version, so you can update it
    Thanks for you support

    Just tested and the fix appears to be working. Thanks!

    Justin

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Pricing table Stuck at top of page?’ is closed to new replies.