code for HTML input box //Code for HTML Input Box<label for=”message”>Message: Max characters 100</label> <input type=”text” field_id=”message” name=”message” maxlength=”100″>
Elementor Forms – Changes the uploaded image back to original file name, change File_ID = form Id / Changes the uploaded image back to original…
CHANGE READ MORE TEXT ON Woocommerce Button //CHANGE READ MORE TEXT ON Woocommerce Button// By: Your Name from wayneswebworld.com.auadd_filter( ‘gettext’, ‘ds_change_readmore_text’, 20, 3 );function ds_change_readmore_text(…
Change Default WordPress@ email // Change default WordPress email addressadd_filter(‘wp_mail_from’, ‘new_mail_from’);add_filter(‘wp_mail_from_name’, ‘new_mail_from_name’);function new_mail_from($old) {return ‘yourname@yourdomain.com’;}function new_mail_from_name($old) {return ‘Your Name’;}
BYPASS WOOCOMMERCE LOGOUT CONFIRMATION // BYPASS WOOCOMMERCE LOGOUT CONFIRMATIONfunction wc_bypass_logout_confirmation() {global $wp;if ( isset( $wp->query_vars[‘customer-logout’] ) ) {wp_redirect( str_replace( ‘&’, ‘&’, wp_logout_url( wc_get_page_permalink( ‘myaccount’ )…
Backup and Migrate from Cpanel 1. From cPanel, navigate to Files -> Backup Wizard.2. In the backup wizard menu, select Backup -> Full Backup. This backup option covers your home…
Artisteer change header size by more than 500% CSS .art-header{margin:0 auto;position:relative;height: 500px;background-image: url(‘images/header.jpg’);background-position: center top;background-repeat: no-repeat;}
Allow Registration Only from .com.au or .au email addresses WOOCOMMERCE The Below Code WORKS for Woocommerce Registration// Allow Registration Only from .com.au or .au email…
Align Nextgen Gallery to Centre .ngg-galleryoverview {text-align:center;}.ngg-gallery-thumbnail-box {float:none !important;display:inline-block;}
Add Reset Button to Gravity Forms in functions php // Adding a reset button to Gravity formadd_filter( ‘gform_submit_button_2’, ‘form_submit_button’, 10, 2 );function form_submit_button( $button, $form…
Add Favicon in wordpress Add Favicon in wordpressGo to your WordPress Administration Panel.Click on Appearance.Click on Theme Editor.Select the file called Header or header.php to…
How to: Add-Blank-White-Line-in-an-Elementor-Form-Field //Add-Blank-White-Line-in-an-Elementor-Form-Field //web design bribie island //copy this code and place in custom css <p style=”text-align: center;”><span style=”color: #000000;”><span style=”background-color: #ffffff;”> …