rsch3442
Forum Replies Created
-
Thanks Tobias, I was able to get this working with your instructions. my final custom command was:
“columnDefs”: [ { “visible”: false, “targets”: [ 4,5 ] }, { “orderData”: [ 4 ], “targets”: [ 2 ] }, { “orderData”: [ 5 ], “targets”: [ 3 ] } ]
I added two more columns (4,5) with a date format that is sortable in tablepress (mm/dd/yyyy) hid them and sorted columns (2,3) by the data stored in columns (4,5).
Thanks for your excellent customer service and support!
I took the text out, what is the custom command i should be entering?
Thank you very much, that resolved my issue.
Were you able to resolve this, I am having the same issue.
Forum: Themes and Templates
In reply to: [Rookie] Center Main MenuI was able to resolve this issue.
/*center main menu*/
.main-navigation ul {
text-align: center;
}.main-navigation ul li {
display: inline-block;
float:none;
}