File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -518,7 +518,7 @@ public function renderChart( $atts ) {
518
518
$ actions_div .= '<div id="control_wrapper_ ' . $ id . '"></div> ' ;
519
519
}
520
520
// return placeholder div
521
- return '<div class=" ' . $ container_class . '" id="chart_wrapper_ ' . $ id . '"> ' . $ actions_div . '<div id=" ' . $ id . '" ' . $ this ->getHtmlAttributes ( $ attributes ) . '></div> ' . $ this ->addSchema ( $ chart ->ID ) . ( ! Visualizer_Module:: is_pro () ? ( ' < ' . ' di ' . ' v st ' . ' yl ' . ' e=" ' . ' op ' . ' a ' . ' ci ' . ' t ' . ' y: ' . ' 0 ' . ' .7 ' . ' ;t ' . ' ex ' . ' t-a ' . ' li ' . ' gn: ' . ' ri ' . ' gh ' . ' t;b ' . ' o ' . ' tto ' . ' m: 1 ' . ' 0px; z-i ' . ' nd ' . ' ex:1 ' . ' 00 ' . ' 0; ' . ' le ' . ' ft ' . ' :2 ' . ' 0px ' . ' ; fo ' . ' nt-si ' . ' ze: 1 ' . ' 4px"> ' . $ prefix . ' b ' . ' y ' . ' <a ' . ' h ' . ' re ' . ' f="ht ' . ' tp ' . ' s:/ ' . ' /t ' . ' he ' . ' me ' . ' i ' . ' sl ' . ' e ' . ' .c ' . ' om ' . ' /p ' . ' lu ' . ' gi ' . ' ns ' . ' /v ' . ' i ' . ' su ' . ' al ' . ' iz ' . ' er ' . ' -c ' . ' ha ' . ' rts ' . ' -a ' . ' nd ' . ' -gr ' . ' ap ' . ' hs ' . ' /" t ' . ' arg ' . ' et=" ' . ' _bl ' . ' an ' . ' k" re ' . ' l= ' . ' "no ' . ' fol ' . ' l ' . ' ow" ' . ' >V ' . ' is ' . ' u ' . ' a ' . ' l ' . ' i ' . ' z ' . ' e ' . ' r ' . ' </ ' . ' a ' . ' > ' . ' < ' . ' / ' . ' d ' . ' i ' . ' v ' . ' > ' ) : '' ) . '</div> ' ;
521
+ return '<div class=" ' . $ container_class . '" id="chart_wrapper_ ' . $ id . '"> ' . $ actions_div . '<div id=" ' . $ id . '" ' . $ this ->getHtmlAttributes ( $ attributes ) . '></div> ' . $ this ->addSchema ( $ chart ->ID ) . '</div> ' ;
522
522
}
523
523
524
524
/**
Original file line number Diff line number Diff line change @@ -382,7 +382,6 @@ private function _renderSidebar() {
382
382
echo '<div id="visualizer-sidebar" class="one-columns"> ' ;
383
383
echo '<div class="visualizer-sidebar-box"> ' ;
384
384
echo '<h3> ' . __ ( 'Discover the power of PRO! ' , 'visualizer ' ) . '</h3><ul> ' ;
385
- echo '<li><svg class="icon list-icon"><use xlink:href="#list-icon"></use></svg> ' . __ ( 'Remove branding label \'Chart by Visualizer \'' , 'visualizer ' ) . '</li> ' ;
386
385
if ( Visualizer_Module_Admin::proFeaturesLocked () ) {
387
386
echo '<li><svg class="icon list-icon"><use xlink:href="#list-icon"></use></svg> ' . __ ( '6 more chart types ' , 'visualizer ' );
388
387
} else {
You can’t perform that action at this time.
0 commit comments