| @@ -19,63 +19,36 @@ | ||
| 19 | 19 | |
| 20 | 20 | <div class="meta-box-sortables ui-sortable"> |
| 21 | 21 | |
| 22 | 22 | <div class="postbox"> |
| 23 | - <h3 class="postbox-header"> | |
| 24 | - <span> | |
| 25 | - <?php echo __( 'Custom modifications / web development', SH_CD_SLUG ); ?> | |
| 26 | - </span> | |
| 27 | - </h3> | |
| 23 | + <div class="postbox-header"> | |
| 24 | + <h2 class="hndle"><span><?php echo __( 'Custom modifications / web development', SH_CD_SLUG ); ?> </span></h2> | |
| 25 | + </div> | |
| 28 | 26 | <div style="padding: 0px 15px 0px 15px"> |
| 29 | 27 | <?php sh_cd_custom_notification_html(); ?> |
| 30 | 28 | </div> |
| 31 | 29 | </div> |
| 32 | 30 | <div class="postbox"> |
| 33 | - <h3 class="postbox-header"> | |
| 34 | - <span> | |
| 35 | - <?php echo __( 'Documenation and Release notes', SH_CD_SLUG ); ?> | |
| 36 | - </span> | |
| 37 | - </h3> | |
| 31 | + <div class="postbox-header"> | |
| 32 | + <h2 class="hndle"><span><?php echo __( 'Documentation and Release notes', SH_CD_SLUG ); ?> </span></h2> | |
| 33 | + </div> | |
| 38 | 34 | <div style="padding: 0px 15px 0px 15px"> |
| 39 | 35 | <p><?php echo __( 'You can find detailed documentation for this plugin at our site:', SH_CD_SLUG ); ?></p> |
| 40 | - <p><a href="https://snippetshortcodes.yeken.uk/" rel="noopener noreferrer" class="button" target="_blank"><?php echo __( 'Main website', SH_CD_SLUG ); ?></a> | |
| 41 | - <a href="https://yeken.gitbook.io/snippet-shortcodes" rel="noopener noreferrer" class="button" target="_blank"><?php echo __( 'View Documentation', SH_CD_SLUG ); ?></a> | |
| 42 | - <a href="https://wordpress.org/plugins/shortcode-variables/#developers" class="button" rel="noopener noreferrer" target="_blank"><?php echo __( 'Release Notes', SH_CD_SLUG ); ?></a> | |
| 36 | + <p> | |
| 37 | + <a href="https://snippet-shortcodes.yeken.uk/" rel="noopener noreferrer" class="button" target="_blank"><?php echo __( 'View Documentation', SH_CD_SLUG ); ?></a> | |
| 38 | + <a href="https://github.com/alicolville/shortcode-variables/issues" class="button" rel="noopener noreferrer" target="_blank"><?php echo __( 'Release Notes', SH_CD_SLUG ); ?></a> | |
| 43 | 39 | </p> |
| 44 | 40 | </div> |
| 45 | 41 | </div> |
| 46 | 42 | <div class="postbox"> |
| 47 | - <h3 class="postbox-header"> | |
| 48 | - <span> | |
| 49 | - <?php echo __( 'Contact', SH_CD_SLUG ); ?> | |
| 50 | - </span> | |
| 51 | - </h3> | |
| 43 | + <div class="postbox-header"> | |
| 44 | + <h2 class="hndle"><span><?php echo __( 'Contact', SH_CD_SLUG ); ?> </span></h2> | |
| 45 | + </div> | |
| 52 | 46 | <div style="padding: 0px 15px 0px 15px"> |
| 53 | 47 | <p>If you have any questions or bugs to report, then please contact us at <a href="mailto:email@yeken.uk">email@yeken.uk</a>.</p> |
| 54 | 48 | </div> |
| 55 | 49 | </div> |
| 56 | - <div class="postbox"> | |
| 57 | - <h3 class="postbox-header"> | |
| 58 | - <span> | |
| 59 | - <?php echo __( 'Support Actions', SH_CD_SLUG ); ?> | |
| 60 | - </span> | |
| 61 | - </h3> | |
| 62 | - <div style="padding: 0px 15px 0px 15px"> | |
| 63 | - <p><?php echo __( 'Below are tools that may help you troubleshoot issues with your install:', SH_CD_SLUG ); ?></p> | |
| 64 | - <?php | |
| 65 | - $url = admin_url('admin.php?page=sh-cd-help&db-check=y' ); | |
| 66 | 50 | |
| 67 | - if ( false === empty( $_GET[ 'db-check' ] ) ) { | |
| 68 | - sh_cd_create_database_table(); | |
| 69 | - sh_cd_create_database_table_multisite(); | |
| 70 | - echo __( '<p class="sh-cd-highlight-colour">Database tables have been checked and fixed if required.</p>', SH_CD_SLUG ); | |
| 71 | - } | |
| 72 | - ?> | |
| 73 | - <p> | |
| 74 | - <a href="<?php echo esc_url($url); ?>" rel="noopener noreferrer" class="button" ><?php echo __( 'Check and fix database tables', SH_CD_SLUG ); ?></a> | |
| 75 | - </p> | |
| 76 | - </div> | |
| 77 | - </div> | |
| 78 | 51 | |
| 79 | 52 | </div> |
| 80 | 53 | <!-- .meta-box-sortables .ui-sortable --> |
| 81 | 54 | |
| @@ -99,9 +72,9 @@ | ||
| 99 | 72 | */ |
| 100 | 73 | function sh_cd_custom_notification_html() { |
| 101 | 74 | ?> |
| 102 | 75 | |
| 103 | - <p><img src="<?php echo plugins_url( 'assets/images/yeken-logo.png', __FILE__ ); ?>" width="100" height="100" style="margin-right:20px" align="left" /><?php echo __( 'If you need changes to Snippet Shortcodes, a custom plugin built, or help from a developer for your website, feel free to get in touch!', SH_CD_SLUG ); ?></p> | |
| 76 | + <p><img src="<?php echo plugins_url( 'assets/images/yeken-logo.png', __FILE__ ); ?>" width="100" height="100" style="margin-right:20px" align="left" /><?php echo __( 'If require plugin modifications to Meal Tracker, or need a new plugin built, or perhaps you need a developer to help you with your website then please don\'t hesitate get in touch!', SH_CD_SLUG ); ?></p> | |
| 104 | 77 | <p><strong><?php echo __( 'We provide fixed priced quotes.', SH_CD_SLUG ); ?></strong></p> |
| 105 | 78 | <p><a href="https://www.yeken.uk" rel="noopener noreferrer" target="_blank">YeKen.uk</a> / |
| 106 | 79 | <a href="https://profiles.wordpress.org/aliakro" rel="noopener noreferrer" target="_blank">WordPress Profile</a> / |
| 107 | 80 | <a href="mailto:email@yeken.uk" >email@yeken.uk</a></p> |