The Problem While trying to troubleshoot a client’s website I kept seeing this message when trying to access the Page Menu / Edit a page. This page isn’t working ____ didn’t send any data. ERR_EMPTY_RESPONSE Turns out the issue was triggered by the Visual Composer plugin. The Fix In apache/.htaccess I increased the SubstituteMaxLineLength level …
Category: WordPress
Sending Leads From Contact 7 Form to BigPurpleDot Using WordPress
BigPurpleDot is a powerful real estate management software for lenders & realtors. You can use their API to send leads from WordPress Contact 7 Form to their CRM platform. The Code Edit the variables below ($formId, $apiUser & $apiSecret) and place the code in your current themes functions.php. $formId – is your Contact Form Id. …
How To Disable selectWoo If It’s Not Working In WooCommerce
I have this issue with selectWoo and WooCommerce where if you change the country the states select field doesn’t hide. I didn’t have time to debug it or find a solution so I just removed it completely by de-registering the selectWoo scripts and styles. The quick fix (place this in your themes functions.php): add_action( ‘wp_enqueue_scripts’, …
Force Item To Add To Cart On Page Load In WordPress WooCommerce Cart
This probably isn’t useful for anyone but I’m currently using WooCommerce with WordPress and I needed a solution where a product item would automatically be added to cart on page load. The code below is what I came up with, this code will also force the user to have only 1 quantity of the item. …
Unable To Login To WordPress? Try This Method
WIth access to WordPress files you can force login using wp_set_current_user and wp_set_auth_cookie without knowing the password.
Images Broken In WordPress After Migrating Away From WP Engine
If you tried to move away from WP Engine and noticed some of your images are broken its because WP Engine uses a custom URL to display these files in WordPress.