Skip to content

Commit 6c30b02

Browse files
committed
!!!Fixed issues with jQuery.
1 parent 4e52e59 commit 6c30b02

File tree

3 files changed

+29
-1
lines changed

3 files changed

+29
-1
lines changed

classes/Visualizer/Render/Page/Data.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ protected function _renderSidebarContent() {
9898
}
9999
echo '</div>';
100100
echo '</form>';
101+
echo'<input type="button" name="advanced_button" class="advanced-settings-btn preview-btn" value="Advanced &raquo;">';
101102

102103
// added by Ash/Upwork
103104
if( defined( 'Visualizer_Pro' ) ){
@@ -109,7 +110,6 @@ protected function _renderSidebarContent() {
109110
<input type="button" class="button preview preview-btn" id="existing-chart-free" value="<?php esc_attr_e( 'Check PRO Version ', Visualizer_Plugin::NAME );?>">
110111
</a>
111112

112-
<input type="button" name="advanced_button" class="advanced-settings-btn preview-btn" value="Advanced &raquo;">
113113

114114
<?php
115115
}

css/frame.css

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -565,6 +565,34 @@ div.group-content .group-description {
565565
margin-top: 2px !important;
566566
}
567567

568+
input#existing-chart {
569+
left: 18px;
570+
width: 110px;
571+
position: relative;
572+
}
573+
574+
select#chart-id {
575+
left: 44px;
576+
position: relative;
577+
width: 120px;
578+
}
579+
580+
button#editor-chart-button {
581+
width: 260px;
582+
margin: 0 auto;
583+
display: block;
584+
background-color: #2f8cea !important;
585+
color: white !important;
586+
border: 1px solid #2c80d6 !important;
587+
box-shadow: none !important;
588+
-webkit-transition: all .3s ease;
589+
-moz-transition: all .3s ease;
590+
-ms-transition: all .3s ease;
591+
-o-transition: all .3s ease;
592+
transition: all .3s ease;
593+
text-shadow: none;
594+
}
595+
568596
.preview-btn{
569597
font-family: "Open Sans",sans-serif;
570598
font-weight: 700;

images/from_chart.png

1.13 KB
Loading

0 commit comments

Comments
 (0)