| |

Facebook share says “Not Found Back to Facebook” using Elated Themes error

Facebook share says “Not Found Back to Facebook” using Elated Themes error can be fix by using this codes below. Just edit this code in social-share.php file located in your theme folder/framework/modules/shortcodes/socialshare/social-share.php For more detailed information, please read this article https://elated.ticksy.com/ticket/761189.

| |

Warning: Cannot modify header information – headers already sent

How to fix “Warning: Cannot modify header information – headers already sent” error? Do have something like this error on your WordPress site? To fix this, I simply go to this folder directory “/public_html/wp-content/themes/template/” and find the “file.php”. Open this to your text editor, mine is Dreamweaver. You will see before the php code ”

| | |

Woocommerce add to cart redirection using WooCommerce – Gravity Forms Product Add-Ons plugins.

After clicking add to cart button in product category, this will be redirecting to single product and the same time your current product is added to cart page. How to do that? Follow the steps bellow. Step 1: Make sure to change the product URL. Just add “?add_to_cart=true” after the product URL. Example. http://www.wptaskforce.com/product/baby-boy-bouquet/?add_to_cart=true Step…