Skip to content

Commit 602fd06

Browse files
Plugin updated to version 4.30
1 parent 1ac067a commit 602fd06

18 files changed

+522
-533
lines changed

inc/css/admin.css

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ h2 .version {
115115
}
116116
#support-addition {
117117
display: none;
118+
margin-top: 30px;
118119
}
119120

120121
/* Responsive page
@@ -399,7 +400,6 @@ h2 .version {
399400
color: #32689a;
400401
font-family: "Lucida Grande", Tahoma, sans-serif;
401402
font-size: 18px;
402-
font-weight: 600;
403403
text-shadow: 1px 1px 0 #fff;
404404
border-bottom-color: rgba(0, 0, 0, 0.4);
405405
-webkit-border-radius: 3px !important;
@@ -495,6 +495,9 @@ h2 .version {
495495
.form-table td {
496496
padding-bottom: 10px;
497497
}
498+
.form-table th[scope="row"] {
499+
font-weight: normal;
500+
}
498501

499502
/* Help text
500503
-------------------------------------------------------------- */
@@ -542,6 +545,15 @@ td.help-text {
542545
/* SPECIFIC TO THIS PLUGIN
543546
-------------------------------------------------------------- */
544547

548+
.title {
549+
height: 50px;
550+
}
551+
@media (max-width: 782px) {
552+
.title {
553+
height: 58px;
554+
}
555+
}
556+
545557
/* CodeMirror Editor */
546558
.CodeMirror {
547559
height: 100% !important;

inc/php/page.php

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -68,14 +68,6 @@ function spacexchimp_p001_render_submenu_page() {
6868
<ol class="custom-counter">
6969
<li><?php _e( 'Go to the "Main" tab on this page.', $text ); ?></li>
7070
<li><?php _e( 'Place your custom PHP code in the code editor field.', $text ); ?><br><br>
71-
<?php _e( 'An example of PHP code:', $text ); ?><br><br>
72-
<pre><code>$a = array(&#x27;a&#x27; =&#x3E; 1, &#x27;b&#x27; =&#x3E; 2, 3 =&#x3E; &#x27;c&#x27;);
73-
74-
echo &#x22;$a[a] ${a[3] /* } comment */} {$a[b]} \$a[a]&#x22;;
75-
76-
function hello($who) {
77-
&#x9;return &#x22;Hello $who!&#x22;;
78-
}</code></pre>
7971
<p class="note"><b><?php _e( 'Note!', $text ); ?></b> <?php _e( 'Do not wrap your custom PHP code in HTML tags, such as <code>&lt;?php</code>...<code>?&gt;</code>.', $text ); ?></p>
8072
<p class="note"><b><?php _e( 'Note!', $text ); ?></b> <?php printf(
8173
__( 'Before use, please read the %s instructions %s in our Blog on what to do in case of a website crash.', $text ),
@@ -90,7 +82,7 @@ function hello($who) {
9082
<li><?php _e( 'Enjoy the result of applying your custom PHP code.', $text ); ?> <?php _e( 'It\'s that simple!', $text ); ?></li>
9183
</ol>
9284
<p class="note"><b><?php _e( 'Note!', $text ); ?></b> <?php printf(
93-
__( 'If you want more options then %s tell us %s and we will be happy to add it.', $text ),
85+
__( 'If you want more options, then %s let us know %s and we will be happy to add them.', $text ),
9486
'<a href="https://www.spacexchimp.com/contact.html" target="_blank">',
9587
'</a>'
9688
);

inc/php/settings.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
<div class="postbox">
2929
<h3 class="title">
30-
<label for="spacexchimp_p001_settings[snippets]" ><?php _e( 'Functions (PHP code)', $text ); ?></label>
30+
<?php _e( 'Functions (PHP code)', $text ); ?>
3131
<div class="pull-right">
3232
<span class="not-saved"><?php _e( 'NOT SAVED!', $text ); ?></span>
3333
<input
5 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)