Month: June 2016

  • How to Setup Algolia Search on WordPress with Genesis Theme

    For those of you new to Algolia, this is another Instant Search solution for WordPress search. It is a 3rd party solution. The plugin is Free. The service is based on the free plugin on the client side communicating with the Algolia servers to retrieve search results for users. The Algolia setup is very simple.…

  • WooCommerce: Replace “Add To Cart” with “Ask” Form for Custom Products

    WooCommerce: Replace “Add To Cart” with “Ask” Form for Custom Products

    When you Google the phrase “replace Add to Cart WooCommerce” (or any variants thereof), there are a lot of SERP’s suggesting the same way of hiding/not displaying the Add To Cart button. The idea is to remove the “woocommerce_template_single_add_to_cart” action. Replace “Add to Cart” for Custom Products However, in my case, I wanted to do…