FAQ and Documentation

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #6278

    owner
    Keymaster

    Frequently Asked Questions for Data Table WordPress plugin by Supsystic

    #6723

    Anonymous
    Inactive

    How to change font size and font style of text in data table? I cannot find these settings. Please help.

    #6747

    Hello Matthew,
    These settings you can change using css styles. Go to CSS tab and put such code in css editor –
    #supsystic-table-1 {
    font-family: Verdana;
    font-size: 16px;
    }

    Don’t forget to change table id and values of settings.

    #8263

    Anonymous
    Inactive

    Hello,

    I could not get the search and pagination feature to work in mobile mode. Totally no response. These work well on desktop mode. Is there something to do with CSS or conflict with my theme? I’m using customizr theme. Hope you could advise.

    #8266

    Hello!
    I’m sorry I cannot reproduce your problem. I checked with customizr theme and pagination/searching work fine on mobile devices. Please try to update Data Table plugin till the latest version and check again. If you’ll still have these problems, please contact us through the Internal Support and we will help you.

    #12787

    Anonymous
    Inactive

    These settings you can change using css styles. Go to CSS tab and put such code in css editor –
    #supsystic-table-1 {
    font-family: Verdana;
    font-size: 16px;
    }

    Don’t forget to change table id and values of settings.

    Is there a way to change the font family for all the tables at once?
    I’ve got over a 100 tables, and would hate to pass them all by one-for-one.

    Thanks in advance.

    Best,

    Luca

    #12860

    Hi @luca.spanjaard

    In order to change 100 Supsystic tables to needed style parameters, please follow the next instruction:
    – In your WordPress admin area open Appearance Tab
    – Choose Editor tab
    – In the end of style.css file paste this code
    .supsystic-tables-wrap {
    font-family: Verdana;
    font-size: 16px;
    }
    http://prntscr.com/egs3k4
    – And click “Update the file”

    #12882

    Anonymous
    Inactive

    Hi Mila,

    Thank you for your reply, it worked!

    Best,

    Luca

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.
Thanks so much! Please Enter Your Info Below To Get PRO Discount and Gifts