• Resolved sankar24

    (@sankar24)


    Hi.
    I used the responsive short code [table id=6 responsive=flip responsive_breakpoint=all/] in one of my table, then the first, headings row of the table was disturbed in height and not compatible with the content.
    link- https://findonwebs.com/best-ro-water-purifier/
    have tried everything that you mentioned releted to this topic, nothing worked for me.please advise how to correct it as soon as possible

    • This topic was modified 8 years ago by sankar24.
Viewing 12 replies - 1 through 12 (of 12 total)
  • Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    The mode is actually working fine, but as your cells have content of different heights, you will have to adjust those with CSS code. For that, please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress-id-6 .column-1 {
        height: 160px;
    }
    .tablepress-id-6 .column-2 {
        height: 54px;
    }
    .tablepress-id-6 .column-3 {
        height: 32px;
    }
    .tablepress-id-6 .column-4 {
        height: 120px;
    }

    Regards,
    Tobias

    Thread Starter sankar24

    (@sankar24)

    Thank you for your help,it worked for that particular table id-6.But i want to implement that flip short code to every table in my website, how to do that? is it needed to put css for every table id separately? and the CSS seems like not working with mobile device.

    • This reply was modified 8 years ago by sankar24.
    • This reply was modified 8 years ago by sankar24.
    • This reply was modified 8 years ago by sankar24.
    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    yes, this is necessary for every table, especially as all tables need separate heights.

    It should work on mobile devices as well. Maybe there’s some caching involved on your phone?

    Regards,
    Tobias

    Thread Starter sankar24

    (@sankar24)

    Just now i cleared all cache, but still it is not working.

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    where did you add this CSS? I don’t see it in the “Custom CSS” of TablePress on your site.

    Regards,
    Tobias

    Thread Starter sankar24

    (@sankar24)

    I was added on custom CSS box under option tab of table press, and the flip function is working is working for desktop.without adding CSS how it is possible?

    • This reply was modified 8 years ago by sankar24.
    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    ok, it seems that something with writing the CSS files went wrong. Please log into you server via FTP and delete the files “tablepress-custom.css”, “tablepress-custom.min.css”, and “tablepress-combined.min.css” in the “wp-content” folder.
    After that, please save the “Custom CSS” again in TablePress.

    Regards,
    Tobias

    Thread Starter sankar24

    (@sankar24)

    Warning: Class __PHP_Incomplete_Class has no unserializer in /home/content/n3pnexwpnas01_data03/45/3319745/html/wp-content/object-cache.php on line 894

    This error is showing on mobile device that too only in website home page and on that particular post page where i adde the flip function.

    Thread Starter sankar24

    (@sankar24)

    $value = unserialize( base64_decode( $value ) );
    This is the 894 line of that object-cache.php file

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    sorry, this is not related to TablePress, I can not help with that ??

    Regards,
    Tobias

    Thread Starter sankar24

    (@sankar24)

    The error was caused due to some server cache, now i solved the error.And table press is working completely fine. Thank you so much for giving your valuable time to support me.

    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 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Flip mode is not working on my site’ is closed to new replies.