Windows 10 Start and Search not working FIX
Windows 10 Start and Search not working FIX If windows 10 Start Menu and Search does not work. Controll Atl
Windows 10 Start and Search not working FIX If windows 10 Start Menu and Search does not work. Controll Atl
Skip Checkout for MyLisitng Theme Woocommerce This CODE lets you SKIP the Checkout process if you are using the My
send elementor form file upload as email attachment then delete from server When you receive a file uploaded to an
Default robots.txt file User-agent: *Disallow: /wp-admin/Disallow: /wp-includes/ Copy and paste the above code into your Text editor. But don’t forget
How to Change/Update links with MySQL You can use the MySQL replace command to search and replace text inside database
Remove Lost Password from WordPress Login Screen Put the Below Code into : functions.php in the CHILD Template for the
Protect WordPress Uploads Folder htaccess If you want to stop people having access to your uploads folder and stealing images
How to Increase the php_value max_input_vars 5000 Add this in the .htaccess file of WordPress Code Below: php_value max_input_vars 5000
How to center NextGEN Gallery Thumbnails Place code in Custom CSS on Website Template The code does say :In your
How to Add WooCommerce Registration Form Fields To begin, make sure that the WooCommerce registration forms are enabled on the
To HIDE WordPress Admin Notices //To HIDE WordPress Admin Notices// Add to Child Themes functions.php add_action(‘admin_enqueue_scripts’, ‘ds_admin_theme_style’);add_action(‘login_enqueue_scripts’, ‘ds_admin_theme_style’);function ds_admin_theme_style() {if
Force Visitor to Log in or Create an Account before proceeding to Cart Woocommerce //Force Visitor to Log in or
Enable Advanced Custom Fields Options //ENABLE ACF OPTIONS in Elementor//Add to end of functions.php in CHILD Themeadd_filter( ‘acf/settings/show_admin’, ‘__return_true’, 50
Disable Language Switcher on WordPress Login Page //Disable Language Switcher on WordPress Login Page //Add to functions.php file of CHILD
Customify Change Menu TABS Customify Change Menu TABS Because Customify from Press Maximum does not have a Comprehensive Documentation I
Customify WordPress Theme – Change Cover Text Title Bar I use Customify Theme from Press Maximum for a lot
Add CUSTOM Validation to a Gravity Form // add custom validation to Gravity formadd_filter( ‘gform_field_validation_74_7’, ‘validate_phone_74_7’, 10, 4 );function validate_phone_74_7(
Comment out code in php file. If you need to comment out something in the php coding. Normally used when
Add Name of picture in NextGen Gallery In Gallery – put this code to show Names of Picture : [nggallery
Adds a Line Break in WordPress Text Editor //This ads a line break ( White Space) in wordpress <br />
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
CHANGE READ MORE TEXT ON Woocommerce Button //CHANGE READ MORE TEXT ON Woocommerce Button// By Wayne Junor from wayneswebworld.com.au add_filter(
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(
Backup and Migrate from Cpanel 1. From cPanel, navigate to Files -> Backup Wizard. 2. In the backup wizard menu, select Backup -> Full Backup.
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
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,
Add Favicon in wordpress Add Favicon in wordpress Go to your WordPress Administration Panel.Click on Appearance.Click on Theme Editor.Select the
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: