I’m having exactly the same problem when using the shortcode to display the plugin. It doesn’t matter where in my HTML I put it, it’ll always show up on the top of the page.
I did some research and this might happens when the shortcode is producing content, which should be avoided. The suggested fix is to add ‘return ob_get_clean();’ at the end of the function. Unfortunately, while this fix the position problem it also breaks the layout completely.
Author, can you take a look at this for us? I’d really appreciate =)
–
font: https://wordpress.org/support/topic/pricing-table-stuck-at-top-of-page
Thread Starter
ellohi
(@ellohi)
Ok, I was able to understand and edit the about_us.php and customizer.php, I can create new topics but can’t create the circles before them.
Wich one of the files controls this?
Thanks!