• Resolved laffer81

    (@laffer81)


    Hi Tobias,
    I wanted to insert a Master Slider (in my case [masterslider id=”3″]) into a cell of TablePress.
    Unfortuanlety it doesn’t show up on the frontend as soon as I log out from WordPress.
    Could it be that my additional CSS for this table creates the conflict?

    .tablepress-id-5 .column-1 {
    width: 250px;
    }

    .tablepress-id-5 .column-2 {
    width: 640px;
    }

    .tablepress thead th,
    .tablepress tfoot th {
    background-color: #66a0ab;
    }

    .tablepress-wrapper {
    overflow-x: scroll;
    overflow-y: hidden;
    }

    Or did I do wrong any other thing? Many thanks for your help.

    The page I need help with: [log in to see the link]

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

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    Most likely, the Shortcode also embeds JavaScript, which it can’t do if it’s cached. To turn off the TablePress cache, please try using the modified TablePress Shortcode

    [table id=5 cache_table_output=false /]
    

    on that page.

    Regards,
    Tobias

    Thread Starter laffer81

    (@laffer81)

    Many thanks Tobias, also for your quick help! Your shortcode works fine. 🙂
    Best regards,
    Markus

    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 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Inserting a Slider into a cell’ is closed to new replies.