Skip to content

Commit

Permalink
Fix review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
girishpanchal30 committed Jul 16, 2024
1 parent 9838345 commit af32d45
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion classes/Visualizer/Module/Admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,7 @@ public function handleGetProSubMenu() {
font-weight: 600;
color: #fff;
}
#toplevel_page_visualizer ul.wp-submenu li:last-child > a {
#toplevel_page_visualizer ul.wp-submenu li:last-child > a > span {
color: #fff !important;
}
#toplevel_page_visualizer ul.wp-submenu li:last-child > a:hover {
Expand Down
2 changes: 1 addition & 1 deletion classes/Visualizer/Render/Page/Types.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ protected function _renderContent() {
echo '<div class="pro-upsell">';
echo "<span class='visualizder-pro-label'>" . __( 'PREMIUM', 'visualizer' ) . '</span>';
echo '<div class="pro-upsell-overlay">';
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>';
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>';
echo '</div>';
}
echo '<label class="type-label', $type === $this->type ? ' type-label-selected' : '', '">';
Expand Down
1 change: 1 addition & 0 deletions css/library.css
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,7 @@ input:checked + .visualizer-slider:before {
#visualizer-sidebar .visualizer-sidebar-box p.vz-sidebar-box-action {
display: flex;
gap: 20px;
margin-top: 25px;
}
#visualizer-sidebar .visualizer-sidebar-box p.vz-sidebar-box-action .button{
width: 100%;
Expand Down

0 comments on commit af32d45

Please sign in to comment.