Skip to content

Commit fb9bef3

Browse files
committed
!!!update
1 parent affc778 commit fb9bef3

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

classes/Visualizer/Plugin.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ class Visualizer_Plugin {
5757
const FILTER_GET_CHART_SETTINGS = 'visualizer-get-chart-settings';
5858

5959
// Added by Ash/Upwork
60-
const PRO_TEASER_URL = "http://www.google.com";
61-
const PRO_TEASER_TITLE = "blah";
60+
const PRO_TEASER_URL = "http://themeisle.com/plugins/visualizer-charts-and-graphs-pro-addon/";
61+
const PRO_TEASER_TITLE = "Check PRO version ";
6262
// Added by Ash/Upwork
6363

6464
/**

classes/Visualizer/Render/Page/Data.php

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -93,13 +93,11 @@ protected function _renderSidebarContent() {
9393
if( defined( 'Visualizer_Pro' ) ){
9494
global $Visualizer_Pro;
9595
$Visualizer_Pro->_addFormElements();
96-
}
96+
}else{
9797
// Added by Ash/Upwork
98-
99-
10098
echo '<a id="" class="button from-web from-web-btn" href="javascript:;">', esc_html__( 'From Web', Visualizer_Plugin::NAME ), '</a>';
101-
102-
echo '<div class="just-on-pro"> </div>';
99+
echo '<div class="just-on-pro"> </div>';
100+
}
103101
echo '</div>';
104102
echo '</form>';
105103

@@ -110,7 +108,7 @@ protected function _renderSidebarContent() {
110108
}else{
111109
?>
112110
<a href="<?php echo Visualizer_Plugin::PRO_TEASER_URL;?>" title="<?php echo Visualizer_Plugin::PRO_TEASER_TITLE;?>" target="_new">
113-
<input type="button" class="button preview preview-btn" id="existing-chart-free" value="<?php esc_attr_e( 'PREVIEW', Visualizer_Plugin::NAME );?>">
111+
<input type="button" class="button preview preview-btn" id="existing-chart-free" value="<?php esc_attr_e( 'Check PRO Version ', Visualizer_Plugin::NAME );?>">
114112
</a>
115113
<?php
116114
}

css/frame.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ div.group-content .group-description {
477477
width: 250px;
478478
height: 100px;
479479
cursor:not-allowed;
480-
opacity: 0.6;
480+
opacity: 0.8;
481481
margin-bottom: 10px;
482482
}
483483

0 commit comments

Comments
 (0)