Add a ‘Continue Shopping’ Button to Woo Commerce Checkout and Cart Page

…https://www.dropbox.com/s/uisjdc7li7q7gy5/return_to_shop_box_position.png?dl=0 Can you please help? Also managed to add the button on the Single Product posts, at single-product.php, but need to fix the position of it as well. I guess…

Read More

Adding Bootstraps Collapse to a Beaver Builder button and module

Bootstrap Collapse Beaver Builder

…slightly modify this snippet: https://community.wpbeaverbuilder.com/t/add-download-attribute-to-a-button/10226 So I added the class “collapse-trigger” to my Icon module (also works with the button module) and then here is my modified code: jQuery(document).ready(function(){ jQuery(…

Read More

WooCommerce, Add Short or Long Description to Products on Shop Page

Add Description Product Shop Woocommerce

…Shop Page * * @link https://wpbeaches.com/woocommerce-add-short-or-long-description-to-products-on-shop-page */ function wc_add_long_description() { global $product; ?> <div itemprop=”description”> <?php echo apply_filters( ‘the_content’, $product->get_description() ) ?> </div> <?php } Adding the Short Description to…

Read More