View my_memberlite_login_page.php
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] |
View ssh_command_line_file_backup.txt
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 |
View export_settings_wp_database_backup.txt
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' |
View pmpro_checkout_css-earthers.css
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; | |
} |
View pmpro_frontend-oldschool.css
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 { |
View my_pmpro_register_helper_hr_html.php
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