plugin-sidebar.php
115 lines
| 1 | <?php |
| 2 | |
| 3 | // Exit if accessed directly |
| 4 | if ( !defined( 'ABSPATH' ) ) { |
| 5 | exit; |
| 6 | } |
| 7 | ?> |
| 8 | <div class="alv-section-right"> |
| 9 | <div class="dots-seperator"> |
| 10 | <button class="toggleSidebar" title="toogle sidebar"> |
| 11 | <span class="dashicons dashicons-arrow-right-alt2"></span> |
| 12 | </button> |
| 13 | </div> |
| 14 | <div class="dotstore_plugin_sidebar"> |
| 15 | <?php |
| 16 | $review_url = esc_url( 'https://wordpress.org/support/plugin/linked-variation/reviews/' ); |
| 17 | $changelog_url = esc_url( 'https://wordpress.org/plugins/linked-variation/#developers' ); |
| 18 | ?> |
| 19 | <div class="dotstore-sidebar-section"> |
| 20 | <div class="content_box"> |
| 21 | <h3><?php esc_html_e( 'Like This Plugin?', 'linked-variation' );?></h3> |
| 22 | <div class="et-star-rating"> |
| 23 | <input type="radio" id="5-stars" name="rating" value="5" /> |
| 24 | <label for="5-stars" class="star"></label> |
| 25 | <input type="radio" id="4-stars" name="rating" value="4" /> |
| 26 | <label for="4-stars" class="star"></label> |
| 27 | <input type="radio" id="3-stars" name="rating" value="3" /> |
| 28 | <label for="3-stars" class="star"></label> |
| 29 | <input type="radio" id="2-stars" name="rating" value="2" /> |
| 30 | <label for="2-stars" class="star"></label> |
| 31 | <input type="radio" id="1-star" name="rating" value="1" /> |
| 32 | <label for="1-star" class="star"></label> |
| 33 | <input type="hidden" id="et-review-url" value="<?php echo esc_url( $review_url ) ;?>"> |
| 34 | </div> |
| 35 | <p><?php esc_html_e( 'Your Review is very important to us as it helps us to grow more.', 'linked-variation' );?></p> |
| 36 | </div> |
| 37 | </div> |
| 38 | |
| 39 | <div class="dotstore-sidebar-section"> |
| 40 | <div class="dotstore-important-link-heading"> |
| 41 | <span class="dashicons dashicons-star-filled"></span> |
| 42 | <span class="heading-text"><?php esc_html_e( 'Suggest A Feature', 'linked-variation' ); ?></span> |
| 43 | </div> |
| 44 | <div class="dotstore-important-link-content"> |
| 45 | <p><?php esc_html_e( 'Let us know how we can improve the plugin experience.', 'linked-variation' ); ?></p> |
| 46 | <p><?php esc_html_e( 'Do you have any feedback & feature requests?', 'linked-variation' ); ?></p> |
| 47 | <a target="_blank" href="<?php echo esc_url( 'https://www.thedotstore.com/feature-requests/' ) ; ?>"><?php esc_html_e( 'Submit Request »', 'linked-variation' ); ?></a> |
| 48 | </div> |
| 49 | </div> |
| 50 | |
| 51 | <div class="dotstore-sidebar-section"> |
| 52 | <div class="dotstore-important-link-heading"> |
| 53 | <span class="dashicons dashicons-editor-kitchensink"></span> |
| 54 | <span class="heading-text"><?php esc_html_e( 'Changelog', 'linked-variation' );?></span> |
| 55 | </div> |
| 56 | <div class="dotstore-important-link-content"> |
| 57 | <p><?php esc_html_e( 'We improvise our products on a regular basis to deliver the best results to customer satisfaction.', 'linked-variation' );?></p> |
| 58 | <a target="_blank" href="<?php echo esc_url( $changelog_url ) ;?>"><?php esc_html_e( 'Visit Here »', 'linked-variation' );?></a> |
| 59 | </div> |
| 60 | </div> |
| 61 | |
| 62 | <!-- html for popular plugin !--> |
| 63 | <div class="dotstore-important-link dotstore-sidebar-section"> |
| 64 | <div class="dotstore-important-link-heading"> |
| 65 | <span class="dashicons dashicons-plugins-checked"></span> |
| 66 | <span class="heading-text"><?php esc_html_e( 'Our Popular Plugins', 'linked-variation' );?></span> |
| 67 | </div> |
| 68 | <div class="video-detail important-link"> |
| 69 | <ul> |
| 70 | <li> |
| 71 | <img class="sidebar_plugin_icone" src="<?php echo esc_url( DSALV_PLUGIN_URL ) . 'admin/images/thedotstore-images/popular-plugins/Advanced-Flat-Rate-Shipping-Method.png' ;?>"> |
| 72 | <a target="_blank" href="<?php echo esc_url( 'https://www.thedotstore.com/flat-rate-shipping-plugin-for-woocommerce/' ) ;?> "><?php esc_html_e( 'Flat Rate Shipping Plugin for WooCommerce', 'linked-variation' );?></a> |
| 73 | </li> |
| 74 | <li> |
| 75 | <img class="sidebar_plugin_icone" src="<?php echo esc_url( DSALV_PLUGIN_URL ) . 'admin/images/thedotstore-images/popular-plugins/Conditional-Product-Fees-For-WooCommerce-Checkout.png' ;?>"> |
| 76 | <a target="_blank" href="<?php echo esc_url( 'https://www.thedotstore.com/product/woocommerce-extra-fees-plugin/' ) ;?>"><?php esc_html_e( 'Extra Fees Plugin for WooCommerce', 'linked-variation' );?></a> |
| 77 | </li> |
| 78 | <li> |
| 79 | <img class="sidebar_plugin_icone" src="<?php echo esc_url( DSALV_PLUGIN_URL ) . 'admin/images/thedotstore-images/popular-plugins/Advanced-Product-Size-Charts-for-WooCommerce.png' ;?>"> |
| 80 | <a target="_blank" href="<?php echo esc_url( 'https://www.thedotstore.com/woocommerce-advanced-product-size-charts/' ) ;?>"><?php esc_html_e( 'Product Size Charts Plugin For WooCommerce', 'linked-variation' );?></a> |
| 81 | </li> |
| 82 | <li> |
| 83 | <img class="sidebar_plugin_icone" src="<?php echo esc_url( DSALV_PLUGIN_URL ) . 'admin/images/thedotstore-images/popular-plugins/WooCommerce-Blocker-Prevent-Fake-Orders.png' ;?>"> |
| 84 | <a target="_blank" href="<?php echo esc_url( 'https://www.thedotstore.com/woocommerce-anti-fraud' ) ;?>"><?php esc_html_e( 'Fraud Prevention Plugin for WooCommerce', 'linked-variation' );?></a> |
| 85 | </li> |
| 86 | <li> |
| 87 | <img class="sidebar_plugin_icone" src="<?php echo esc_url( DSALV_PLUGIN_URL ) . 'admin/images/thedotstore-images/popular-plugins/hide-shipping-method-for-woocommerce.png' ;?>"> |
| 88 | <a target="_blank" href="<?php echo esc_url( 'https://www.thedotstore.com/hide-shipping-method-for-woocommerce' ) ;?>"><?php esc_html_e( 'Hide Shipping Method For WooCommerce', 'linked-variation' );?></a> |
| 89 | </li> |
| 90 | <li> |
| 91 | <img class="sidebar_plugin_icone" src="<?php echo esc_url( DSALV_PLUGIN_URL ) . 'admin/images/thedotstore-images/popular-plugins/Advanced-Product-Sample-for-WooCommerce.png' ;?>"> |
| 92 | <a target="_blank" href="<?php echo esc_url( 'https://www.thedotstore.com/product/product-sample-woocommerce/' ) ;?>"><?php esc_html_e( 'Product Sample for WooCommerce', 'linked-variation' );?></a> |
| 93 | </li> |
| 94 | </ul> |
| 95 | </div> |
| 96 | <div class="view-button"> |
| 97 | <a class="button button-primary button-large" target="_blank" href="<?php echo esc_url( 'https://www.thedotstore.com/plugins' ); ?>"><?php esc_html_e( 'VIEW ALL', 'linked-variation' );?></a> |
| 98 | </div> |
| 99 | </div> |
| 100 | <!-- html end for popular plugin !--> |
| 101 | <div class="dotstore-sidebar-section"> |
| 102 | <div class="dotstore-important-link-heading"> |
| 103 | <span class="dashicons dashicons-sos"></span> |
| 104 | <span class="heading-text"><?php esc_html_e( 'Five Star Support', 'linked-variation' );?></span> |
| 105 | </div> |
| 106 | <div class="dotstore-important-link-content"> |
| 107 | <p><?php esc_html_e( 'Got a question? Get in touch with theDotstore developers. We are happy to help!', 'linked-variation' );?> </p> |
| 108 | <a target="_blank" href="<?php echo esc_url( 'https://www.thedotstore.com/support/' ) ;?>"><?php esc_html_e( 'Submit a Ticket »', 'linked-variation' );?></a> |
| 109 | </div> |
| 110 | </div> |
| 111 | </div> |
| 112 | </div> |
| 113 | </div> |
| 114 | </div> |
| 115 | </div> |