• Resolved happyboss

    (@happyboss)


    Hello, I installed version 1.7 of the responsive tablepress extension and I installed it in my project and all the modes (Flip, stack, collapse) work more or less well, only the scroll mode does not work on my data tables, while this is the mode I need to move forward in my work. Can you help me please ?

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Tobias B?thge

    (@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 happyboss

    (@happyboss)

    Please how can i send you the link as private ?

    • This reply was modified 4 years, 5 months ago by happyboss.
    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    please send it by email then, the address is in the main plugin file “tablepress.php”, or on https://tablepress.org/impressum/

    Regards,
    Tobias

    Thread Starter happyboss

    (@happyboss)

    Okay an email has just been sent to the address given here https://tablepress.org/impressum/

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for sending me the link! I can reproduce the issue.
    From what I can see, the cause is that the “wolf-visual-composer” plugin is setting rather weird values for the display CSS property of two HTML elements.

    To override that, you could add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .wvc-row-content,
    .wvc-columns-container {
        display: block;
    }

    After that, the scrolling should be working. However, I don’t know if this might have other side effects on the layout of other elements or functions on the page.

    Regards,
    Tobias

    Thread Starter happyboss

    (@happyboss)

    Alright, I just tested it, inserting your css script, and now the scoll option works fine. I still had to optimize the css code a little by identifying more precisely the classes concerned on the pages that it takes so that it does not affect other elements elsewhere on the site. Thanks for your help

    Plugin Author Tobias B?thge

    (@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 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Tablepress scroll with 1.7 responsive plugin version not working’ is closed to new replies.