My website is finally finished. I spent a lot of time and money working with so-called Website (WordPress) Gurus that only screwed up my website until I connected with a fellow vet CharlesWorks LLC (FaceBook). Charles and Robin did the job. Not only did they do a...
WooCommerce
Remove Long Description Text Field in WooCommerce
When editing or adding text to a product, the text in the top part of the page is what appears in the product tabs (below the product image, price, etc.). The short description is what appears right under the title, next to the product image. The short description is...
Some Helpful Plugins for use with WooCommerce Plugins
There are many plugins out there to enhance Woo-Commerce functionality. Here are some of my favorite helpful plugins for use with WooCommerce. This list may be added to over time: Side Cart WooCommerce https://wordpress.org/plugins/side-cart-woocommerce/ Google...
Remove Default Selected State from WooCommerce Checkout Billing Fields
Please put this code in functions.php file. //default checkout state add_filter( 'default_checkout_billing_state', 'change_default_checkout_state' ); add_filter( 'default_checkout_shipping_state', 'change_default_checkout_state' ); function...