Fleiding
Forum Replies Created
Viewing 7 replies - 1 through 7 (of 7 total)
-
Awesome, thank you guys so much!
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Searching and sortingI think i found a solution.
Just placed this code in my functions.php and it seems to work:
add_filter( 'tablepress_table_render_options', 'tablepress_override_table_options', 10, 2 ); function tablepress_override_table_options( $render_options, $table ) { $render_options['use_datatables'] = false; $render_options['alternating_row_colors'] = false; return $render_options; }Never mind! Found it!
Forum: Themes and Templates
In reply to: Adding extra table classResolved it with this plugin:
Forum: Themes and Templates
In reply to: Adding extra table classYes, but in all the articles I need borders there are no tables without borders.
So:
page1: no borders on all tables
page2: no borders on all tables
page3: borders on all tablesForum: Themes and Templates
In reply to: Adding extra table classI am currently writing a few new articles in which I need the borders.
Forum: Themes and Templates
In reply to: Adding extra table classA few pages.
Viewing 7 replies - 1 through 7 (of 7 total)