suprpp
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Plugins
In reply to: [AdRotate Banner Manager] How to add a custom div around ads?Is the scenario described above possible?
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Wrap a div around a tableTobias,
that was it – I had to save the table again.
Thanks again for your awesome support!Kind regards,
suprppForum: Plugins
In reply to: [AdRotate Banner Manager] How to add a custom div around ads?Hello,
thank you for your prompt reply!
I’ve tried adding the wrapper under “Manage Groups -> Wrapper code”.
Code output is like this:
<div class="g g-2"> <div class="g-single a-8"> <div class="banner-wrap">I need the code to be like this:
<div class="banner-wrap"> <div class="g g-2"> <div class="g-single a-8">Is there a way to achieve this?
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Wrap a div around a tableHi,
thank you for your prompt reply!
I’ve tried adding this to my functions.php
add_filter( 'tablepress_table_output', 'tp_add_wrapper', 10, 3 ); function tp_add_wrapper( $output, $table, $render_options ) { $output = "<div class=\"tablepress-wrapper\">\n{$output}\n</div>"; return $output; }Then I refresh the page but the wrapper div doesn’t appear around the table.
The table is inserted into my contact page using a shortcode like this:
[table id=1 /]
Viewing 4 replies - 1 through 4 (of 4 total)