• Resolved Dan Pardella

    (@toxicdemon)


    Hey guys,

    we have placed HTML code with <div class=”xxx”></div> over the tablepress shortcode. Unfortunately, tablepress is no longer displayed then. If you put a <hr /> without class in between, the shortcode works again. If you add a class to <hr />, tablepress will not be displayed again.

    is this a known bug?

    thanks,

    Dan

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    Can you please post a link to the page with the table where this problem happens, so that I can take a direct look? Thanks!

    Regards,
    Tobias

    Thread Starter Dan Pardella

    (@toxicdemon)

    Hey,

    here is the Link: https://www.junge-gruender.de/factoring/

    thanks,

    Dan

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi Dan,

    thanks! From what I can see, the problem is caused by the HTML/CSS structure of your theme and of that extra <div>. To fix things here, please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress-scroll-wrapper {
        clear: both;
    }

    Regards,
    Tobias

    Thread Starter Dan Pardella

    (@toxicdemon)

    Hi Tobias,

    that works fine for me. thanks ??

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! ?? Good to hear that this helped!

    Best wishes,
    Tobias

    P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘can’t place html above the shortcode’ is closed to new replies.