Hide date
-
Hi,
Great plugin, use it for years already.
I have a very basic setup:
[posts_data_table scroll_offset=”50″ sort_by=’title’ columns=’title,date’ rows_per_page=’50’]
I would like to have the option that visitors can sort on date, without the dates being visible.
As a temporally workaround I changed the color of the dates into my background color:
table.dataTable tbody td {
color: white;
font-size: 18px
}Works fine, the date is invisible now but… my table is a bit too long I’m afraid (4200+ posts)
As a result processing off the page takes quite a lot of time, and during this period, users still see the dates in the normal colour my theme is using.
So the question is if there is a magic trick to make the dates invisible from the beginning?
The page I need help with: [log in to see the link]
- The topic ‘Hide date’ is closed to new replies.