jaw@jawtemplates.com

Tag: plugin

Icons Disappeared

Hello, if you encounter with ficons missing and you see this error message in console – Font from origin ‘http://www.herb-life.club’ has been blocked from loading by Cross-Origin Resource Sharing policy: No ‘Access-Control-Allow-Origin’ header i ...

Cannot Import Essential Grid Demo Files

You will have to contact your hosting company to increase your memory limit or try edit it in wp-config You can follow this link for more information https://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP

WooCommerce 2.3

If you have updated to WooCommerce 2.3.2 with GoodStore theme version < 2.1.1 the plus and minus buttons dissepear. You will have to download and install this plugin for displaying plus and minus buttons back, or simply install the latest version of GoodStore theme. Probl ...

Showing “NEW” badge also in product detail page

For showing “New” badge also in single product detail, you should add into function.php this add_action( ‘woocommerce_before_single_product_summary’, array( ‘WC_nb’, ‘woocommerce_show_product_loop_new_badge’ ), 30 ); I recommen ...