Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter mstudioIL

    (@mstudioil)

    I fix the jQuery problem, I remove some the code changing the jQuery path

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    Yes, changing the jQuery path is not recommended. Good to hear that it’s working again.

    Best wishes,
    Tobias

    Thread Starter mstudioIL

    (@mstudioil)

    Thanks for the fast answer, how do I enable the responsive? I read the instructions, but you think is the best mode to use?
    I using “scroll” there is on option to add something to show the users they need to scroll the table to view more content?

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    it’s hard to say what the best mode for responsiveness is. That depends on your table and on your personal feeling ??

    For scrolling, there’s no direct way to show such a message, but you could add one and only display it on small screens. For example, add this HTML code above the Shortcode:

    <div class="tablepress-scroll-notice">You can horizontally scroll this table to see all content.</div>
    

    In addition, add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    @media screen and (min-width:767px) {
      .tablepress-scroll-notice {
        display: none;
      }
    }

    Regards,
    Tobias

    Thread Starter mstudioIL

    (@mstudioil)

    Thanks, I tested and “scroll” look better than the others, my top-left cell of the table is empty.
    I will try your solution, hope they like it or I will need to do something different for mobile

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    no problem!

    Best wishes,
    Tobias

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘jQuery error and Responsive’ is closed to new replies.