Musings on WooCommerce, SEO, Analytics

  • 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…

  • How to Add JavaScript to your theme

    From the last WordPress meetup, we discussed How to add javascript to your theme Inside functions.php, hook into the wp-enqueue_scripts hook add_action( ‘wp_enqueue_scripts’, ‘wpmia_load-javascript_files’); function wpmia_load_javascript_files() { wp_register_script( ‘info-caroufredsel’, get_template_directory_uri() . ‘ jquery.carouFredSel-5.5.0-packed.js’, array (‘jquery’, ‘5.5.0’, true); … … wp_enqueue_script( ‘info-carousel-instance’ );   if ( is_front_page() ) { wp_enqueue_script(‘home-page-main-flex-silder’); }  }

  • AdWords Location Options Target and Exclude

    You may have setup several Ad campaigns in Adwords. One of the setup options is related to Location. I did not give this one setting much importance. Instead, I would just enter the Country to target and forget about the rest. My assumption was that since I was “Targeting” visitors from just the one country,…

  • How to setup Swiftype Crawler Based Search Engine for WooCommerce

    I first started using Swiftype late last year (2015). The user experience offered by SwifType is phenomenal. It makes searching fun and not guesswork. I started with the regular SwifType Search Engine along with the WordPress plugin from SwifType. While it provided basic functionality, the array of results did not include all potential matches. Digging…

Have A Question?