Hello, Tobias.
I again to you with a question. I made a small donation http://prntscr.com/ngfiow
Help me please.
The Test 1 page presents a table with links:
https://rematelier.ru/test-1/
Here is her shortcode:
[table-cell id = 58 cell = A1 /]
Here is its content:
http://prntscr.com/ngfkmq
As you can see, there are a lot of links, and I need them to be paginated with 5 pieces in each.
For this, I created another table Test 2:
https://rematelier.ru/test-2-2/
Here is her shortcode:
[table id = 64 /]
Here is its content:
http://prntscr.com/ngfljz
But the problem appeared again: the html code is displayed incorrectly, that is, the list is stretched.
How can I achieve the correct display of the list (html code) in the table? Just as on the page https://rematelier.ru/test-1/
Hi,
please try this modified Shortcode:
[table id=64 convert_line_breaks=false /]
Regards,
Tobias
Tobias, thank you very much! Everything worked out!
Tell me, how to change the colors of these elements?
Is there any documentation?
http://prntscr.com/ngg4pi
Hi,
great to hear that this worked!
For the colors, you could add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:
.tablepress thead th {
background-color: #ff0000;
}
.dataTables_wrapper .paginate_button:before,
.dataTables_wrapper .paginate_button:after {
color: #ff0000;
}
Regards,
Tobias
Hi, Tobias, thank you very much!