cliffshek
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-Table Reloaded] [Plugin: WP-Table Reloaded] Our projectThanks Tobias. I’ve since been in touch with Allan but he too has a busy schedule.
Allow me to open up the request to forum members: might anyone be able to help us with our project?
Forum: Plugins
In reply to: [WP-Table Reloaded] [Plugin: WP-Table Reloaded] DataTables: hidden columnsThanks Tobias – that makes sense!
Do you have an email address I can write to?Forum: Plugins
In reply to: [WP-Table Reloaded] [Plugin: WP-Table Reloaded] DataTables: hidden columnsAh…
Yes I can hide columns I want and still search them, but then the footer column filters are incorrect. For example, if I hide columns 0 and 1, they are hidden and columns 2 and 3 appear first. But the column footer filters shows dropdown info for 0 and 1, and not the info for 2 and 3.Hope that makes sense!
Forum: Plugins
In reply to: [WP-Table Reloaded] [Plugin: WP-Table Reloaded] DataTables: hidden columnsworks a charm! thanks Tobias (once again!)
Forum: Plugins
In reply to: [WP-Table Reloaded] [Plugin: WP-Table Reloaded] DataTables: hidden columnsthanks Tobias.
indeed the custom command does work, but i need to load DataTables manually because i’d like to retain the dropdown column filter at the footer of the table. is there a way to use both functions at the same time?Forum: Plugins
In reply to: [WP-Table Reloaded] [Plugin: WP-Table Reloaded] DataTables filteringAh! I hadn’t checked the box in the table setup:
Table footer: The last row of your table is the table footer (HTML tags <tfoot> and <th>)Seems ok now. Thanks for your help Tobias!
(No doubt I’ll request help again as I continue with the project!)Forum: Plugins
In reply to: [WP-Table Reloaded] [Plugin: WP-Table Reloaded] DataTables filteringThanks Tobias.
Ah, things starting to happen. DataTables appears to load now with the appearance of the “Show entries” and “Search” boxes.
But no luck yet with the column filtering.
Forum: Plugins
In reply to: [WP-Table Reloaded] [Plugin: WP-Table Reloaded] DataTables filteringThanks Tobias.
I’ve removed those lines from the Head injection of the page, but still no luck..Forum: Plugins
In reply to: [WP-Table Reloaded] [Plugin: WP-Table Reloaded] complex filteringthanks Tobias for your quick reply.
i was afraid this would be the case – i will have a look at the datatables website.keep up the good work!
Forum: Plugins
In reply to: [custom tables] [Plugin: custom tables] hover and overlaygot it! there was a conflict with another plugin (shortcodes ultimate) that was causing tables not to show the hover colour and overlay. have amended the settings in the shortcodes ultimate plugin, and all appears well.
Forum: Plugins
In reply to: [custom tables] [Plugin: custom tables] color formatIn WordPress dashboard, click Edit CSS option under Custom Tables
Default settings are:
.wct-td1 {
background-color: #e7e7e7;
}
.wct-td2 {
background-color: transparent;
}hi jvasquez
you’ll need to wrap the date entry with the red [wctdate] tags:
[wctphp]echo strftime(“%A, %d.%m.%Y”,'{date}’);[/wctphp]
you can also format the date to whatever suits you. guideline of the formatting syntax at http://php.net/manual/en/function.strftime.php
Forum: Plugins
In reply to: [custom tables] [Plugin: custom tables] hover and overlaythanks spnz for the reply.
i did manage to get the hover working by wrapping everything in the “table setup” in the “view setup” with the [wctoverlay] tag: eg.
[wctoverlay]<td>{Kategory}</td><td>{Companyname}</td><td>{Street}</td><td>{City}</td>[/wctoverlay]the hover also seems to work when the overlay option is unchecked (strange!)
i’ve noticed now that the dropdown filter on my table also doesn’t work..
suggestions anyone?