This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[row] | |
[col medium="4" medium_offset="4"] | |
<div class="pmpro_message pmpro_default">[theme-my-login]</div> | |
[/col] | |
[/row] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd ~/public_html | |
zip -r backup.zip * .htaccess |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Select All Tables | |
* Select "SQL" format | |
* Include "Structure" and the following settings: | |
** 'Add DROP TABLE / VIEW / PROCEDURE / FUNCTION' | |
** 'Add IF NOT EXISTS' | |
** 'Add AUTO_INCREMENT' and | |
** 'Enclose table and field names with backquotes' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<style> | |
@media only screen and (min-width: 1200px) { | |
#pmpro_form h3 { | |
display: grid; | |
grid-template-columns: 2fr 1fr; | |
} | |
.pmpro_checkout .pmpro_checkout-fields .pmpro_checkout-field { | |
clear: left; | |
} | |
.pmpro_checkout .pmpro_checkout-fields .pmpro_checkout-field label { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#pmpro_form h3 span.pmpro_checkout-h3-msg { | |
letter-spacing: normal; | |
font-size: 14px; | |
} | |
@media only screen and (min-width: 1200px) { | |
#pmpro_form h3 { | |
display: grid; | |
grid-template-columns: 2fr 1fr; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Add a <hr /> element to Membership Checkout | |
*/ | |
//html field | |
$fields[] = new PMProRH_Field( | |
' ', | |
'html', | |
array( | |
'html' => '<hr />', |
OlderNewer