File tree Expand file tree Collapse file tree 4 files changed +11
-0
lines changed Expand file tree Collapse file tree 4 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -1093,6 +1093,10 @@ public function renderLibraryPage() {
1093
1093
1094
1094
$ this ->load_survey ();
1095
1095
1096
+ if ( ! apply_filters ( 'visualizer_is_business ' , false ) ) {
1097
+ do_action ( 'themeisle_sdk_load_banner ' , 'visualizer ' );
1098
+ }
1099
+
1096
1100
$ render ->render ();
1097
1101
}
1098
1102
Original file line number Diff line number Diff line change @@ -266,6 +266,7 @@ private function _renderLibrary() {
266
266
267
267
// Added by Ash/Upwork
268
268
$ filterBy = ! empty ( $ _GET ['s ' ] ) ? sanitize_text_field ( wp_unslash ( $ _GET ['s ' ] ) ) : null ; // phpcs:ignore WordPress.Security.NonceVerification.Recommended
269
+
269
270
// Added by Ash/Upwork
270
271
echo $ this ->custom_css ;
271
272
@@ -276,6 +277,7 @@ private function _renderLibrary() {
276
277
$ this ->getDisplayForm ();
277
278
echo '</div> ' ;
278
279
echo '<div id="visualizer-content-wrapper"> ' ;
280
+ echo '<div id="tsdk_banner" class="visualizer-banner"></div> ' ;
279
281
if ( ! empty ( $ this ->charts ) ) {
280
282
echo '<div id="visualizer-library" class="visualizer-clearfix"> ' ;
281
283
$ count = 0 ;
Original file line number Diff line number Diff line change 34
34
# visualizer-content-wrapper {
35
35
padding : 0 ;
36
36
}
37
+
38
+ .visualizer-banner {
39
+ margin : 40px 0 ;
40
+ }
41
+
37
42
# visualizer-library {
38
43
width : auto;
39
44
margin : 20px -10px ;
You can’t perform that action at this time.
0 commit comments