PluginProbe
Visualizer – Tables & Charts Manager with Built-in AI Generator / 3.4.8
Visualizer – Tables & Charts Manager with Built-in AI Generator v3.4.8
4.0.7 4.0.6 4.0.5 4.0.4 4.0.3 3.0.5 3.0.6 3.0.7 3.0.8 3.0.9 3.1.0 3.1.1 3.1.2 3.1.3 3.10.0 3.10.1 3.10.10 3.10.11 3.10.12 3.10.13 3.10.14 3.10.15 3.10.2 3.10.3 3.10.4 All 148 releases
← All changes | classes/Visualizer/Render/Page/Data.php +1 -8 3.10.13.4.8 View file →
@@ -56,18 +56,11 @@
56 56
57 57 $this->add_additional_content();
58 58
59 59 // Added by Ash/Upwork
60 - if ( Visualizer_Module::is_pro() ) {
61 - echo '<div id="chart_wrapper_canvas">';
62 - echo '<div id="control_wrapper_canvas"></div>';
63 - }
64 60 echo '<div id="canvas">';
65 61 echo '<img src="', VISUALIZER_ABSURL, 'images/ajax-loader.gif" class="loader">';
66 62 echo '</div>';
67 - if ( Visualizer_Module::is_pro() ) {
68 - echo '</div>';
69 - }
70 63 echo $this->custom_css;
71 64 }
72 65
73 66 /**
@@ -113,9 +106,9 @@
113 106 // don't show back button at all.
114 107 // NOTE: We can't be selective on the post_status here because when a new chart reaches the settings screen, its status changes to publish.
115 108 if ( ! VISUALIZER_SKIP_CHART_TYPE_PAGE ) {
116 109 echo '<div class="toolbar-div">';
117 - echo '<a class="button button-large" href="', esc_url( add_query_arg( 'tab', 'types' ) ), '">';
110 + echo '<a class="button button-large" href="', add_query_arg( 'tab', 'types' ), '">';
118 111 esc_html_e( 'Back', 'visualizer' );
119 112 echo '</a>';
120 113 echo '</div>';
121 114 }