Add Woocommerce product category image using GeneratePress WordPress theme
| |

Add Woocommerce product category image using GeneratePress WordPress theme

Add Woocommerce product category image using GeneratePress WordPress theme in few steps. You need to access your functions.php. Either on a parent theme or a child theme. In my case I’m using a child theme so gonna paste the codes below on child themes functions.php Please copy the code below and paste it into your…

| | |

WooCommerce archive, and single product pages does not displaying the default layout

Hello guys, have you experience this issue on your current theme? WooCommerce archive, and single product pages does not displaying the default layout? Details show in one paragraph instead of grid? That means your current theme does not support Woocommerce and that’s what were going to do now. Just add the codes below and your…

Override InWave Jobs template to the current theme
| | |

Override InWave Jobs template to the current theme

Override InWave Jobs template to the current theme is little bit hard for the WordPress beginners so I want to write tutorials that can help them solving this issue. Before that, just a little background for InWave Jobs.  InWave Jobs is created by inwavethemes which I beleive many WordPress users is now using this, easy and very powerful plugin….

Uncaught TypeError: grecaptcha.render is not a function
| | | |

Uncaught TypeError: grecaptcha.render is not a function

Uncaught TypeError: grecaptcha.render is not a function console error is showing if the recaptcha api.js is not enqueue or the `grecaptcha.render` is fire before the recaptcha api.js is being enqueue. See the JS library link below. I’m having this error when I use the Gravity Form captcha field. As I explained above, that is the…