| @@ -265,8 +265,9 @@ | ||
| 265 | 265 | 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 | |
| 272 | 273 | $this->_renderProPopupBlocker(); |
| @@ -275,8 +276,9 @@ | ||
| 275 | 276 | echo '<svg xmlns="http://www.w3.org/2000/svg" style="display: none;"><symbol id="list-icon" fill="currentColor"><path d="M8 0C3.58 0 0 3.58 0 8C0 12.42 3.58 16 8 16C12.42 16 16 12.42 16 8C16 3.58 12.42 0 8 0ZM7.385 12.66H6.045L2.805 8.12L4.146 6.87L6.715 9.27L11.856 3.339L13.196 4.279L7.385 12.66Z"/></symbol></svg>'; |
| 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; |
| 282 | 284 | foreach ( $this->charts as $placeholder_id => $chart ) { |