Okay
  Public Ticket #2985873
Plugin doesn`t work
Closed

Comments

  • Andres Hernandez started the conversation

    I can not seen the plugins as a filter (dropdwon) still old mode (search).

    I follow everything in the videos and web description.

    Second Message:

    I have seen now how to solve it, in each individual column we must change the "Filter Type". This is not explained in the video, neither on the documentation.

    In any case, I can not see the filters as in the video, appears as dropdown menu but with a line

    App:

    Nothing selected.   V

    ----------------------------------

    But not with a nice box.

  • Andres Hernandez replied

    I found it, it depends of the "base skin", and only works with purple.

    It can be 100% improved, the tables still looks as an excel, and doesn't allow to change the font size on header versus the data table.

    Ithere is no (i) box to be added on the columns?


  •  1,689
    Miloš replied

    Hi, Andres

    - Thank you for reaching out to us.

    We can see that you found a couple of things that we can work on improving, thank you for that.

    We appreciate every suggestion that can help improve our plugin.

    - Just to make sure I understood correctly, regarding the first issue, you mean the style of this filter selectbox, when there is nothing selected, correct?

    7178086737.png
    4857204515.png

    - So far, we have made 6 skins. The first three in the selection ( Graphite, Material, Light) all have a borderless design,

    and the last three, Aqua, Purple, and Dark, have identically looking filter boxes, with borders, 

    so I am not sure if I understood, you said that only Purple has something different than the others?

    5121345332.png

    -

    that's the purple one;

    8841211978.png

    -

    Aqua;

    7612322701.png

    -

    and the Dark skin. They all have the same CSS properties for the border, and size, just the Dark one has a different colour.

    There are some custom CSS styles we can give you, and you can experiment, change the styles until you find what you need. For example, this can affect the borders on the filter boxes. I added these styles on the Light skin:

    .wpdt-c .wpDataTablesWrapper .filter_column button {
        border-radius: 4px;
        border: solid 1px #dcdfe6;
        padding-left: 15px;
        width: 100%;
    }
    .wpDataTableFilterBox .wpDataTableFilterSection .wdt-select-filter input.text_filter,
    .wpDataTablesWrapper .wpDataTableFilterBox .wpDataTableFilterSection input.text_filter {
        border-radius: 4px;
        border: solid 1px #dcdfe6;
        padding-left: 15px;
        width: 100%;
    }
    .wpdt-c .form-control:not(.fc-alt) {
        border-radius: 4px;
        border: solid 1px #dcdfe6;
        padding-left: 15px;
        width: 100%;
    }
    

    and the result is like this, all the filter boxes on Light skin can have borders:

    7370278969.png

    So, adding some CSS styles can make the difference, but if I understand, you would like this to be "by default" on the skins? If I didn't understand correctly, please write more details about that.

    2. 

    Would you like us to implement a built-in setting that will allow changing the header font size?

    Here is how you can do it with custom CSS, add these styles to the customize section :

    .wpDataTablesWrapper table.wpDataTable > thead > tr > th {
        font-size: x-large;
    }
    

    This will allow you to change any font properties, or any text property on the header text. I made it extra large just to see the difference on my dummy table:

    3227230224.png

    3.

    I am sorry, can you describe what would the (i) boxes do on the columns?

    -

    You can create all these suggestions for built-in features on this link https://wpdatatables.com/documentation/feature-suggestion/ and our developers would place it on their "TO-DO" list.

    As more customers request a feature, it gets pushed quicker on the list. We always strive to make our product better and deliver the most value to our end users, so we carefully review each suggestion.

    Kind Regards, 

    Miloš Jovanović
    [email protected]

    Rate my support

    wpDataTables: FAQ | Facebook | Twitter | InstagramFront-end and back-end demo | Docs

    Amelia: FAQ | Facebook | Twitter | InstagramAmelia demo sites | Docs | Discord Community

    You can try wpDataTables add-ons before purchasing on these sandbox sites:

    Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables