Skip to content

Commit af32d45

Browse files
Fix review feedback
1 parent 9838345 commit af32d45

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

classes/Visualizer/Module/Admin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -742,7 +742,7 @@ public function handleGetProSubMenu() {
742742
font-weight: 600;
743743
color: #fff;
744744
}
745-
#toplevel_page_visualizer ul.wp-submenu li:last-child > a {
745+
#toplevel_page_visualizer ul.wp-submenu li:last-child > a > span {
746746
color: #fff !important;
747747
}
748748
#toplevel_page_visualizer ul.wp-submenu li:last-child > a:hover {

classes/Visualizer/Render/Page/Types.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ protected function _renderContent() {
6666
echo '<div class="pro-upsell">';
6767
echo "<span class='visualizder-pro-label'>" . __( 'PREMIUM', 'visualizer' ) . '</span>';
6868
echo '<div class="pro-upsell-overlay">';
69-
echo '<div class="pro-upsell-action"><a href="' . esc_url( $demo_url ) . '" target="_blank" class="button button-secondary">' . __( 'View Demo', 'visualizer' ) . '</a><a href="' . tsdk_utmify( Visualizer_Plugin::PRO_TEASER_URL, 'sidebarMenuUpgrade', 'index' ) . '" target="_blank" class="button button-primary">' . __( 'Upgrade Now', 'visualizer' ) . '</a></div>';
69+
echo '<div class="pro-upsell-action"><a href="' . esc_url( $demo_url ) . '" target="_blank" class="button button-secondary">' . __( 'View Demo', 'visualizer' ) . '</a><a href="' . tsdk_utmify( Visualizer_Plugin::PRO_TEASER_URL, 'procharts', 'Addnewcharts' ) . '" target="_blank" class="button button-primary">' . __( 'Upgrade Now', 'visualizer' ) . '</a></div>';
7070
echo '</div>';
7171
}
7272
echo '<label class="type-label', $type === $this->type ? ' type-label-selected' : '', '">';

css/library.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -389,6 +389,7 @@ input:checked + .visualizer-slider:before {
389389
#visualizer-sidebar .visualizer-sidebar-box p.vz-sidebar-box-action {
390390
display: flex;
391391
gap: 20px;
392+
margin-top: 25px;
392393
}
393394
#visualizer-sidebar .visualizer-sidebar-box p.vz-sidebar-box-action .button{
394395
width: 100%;

0 commit comments

Comments
 (0)