Search snippet
Results
-
CPT with pods and style with Themer
February 16, 2019
Creating a CPT using Pods + Styling with Beaver Themer
Cat: Beaver, pods -
How to Modify WooCommerce Variable Product Price Range
January 28, 2019
Suppose, you are surfing different online stores for buying a new hoody. Luckily, you have found the one you have been looking for. So, what’s the next thing you will notice? The PRICE! Now, if you see a price range higher than your budget, you will he…
Cat: PHP, woocommerce -
Customize Toolset Form’s auto draft post title
October 25, 2018
Cat: PHP, Toolset -
Do not load custom search results until a choice has been made or ‘Search’ is pressed (Toolset)
October 24, 2018
There are two ways to do this. The simplest is to split the search form and search results onto separate pages (the search results page will still include the filters so that searches can be updated). When you insert a View using the Fields and Views b…
Cat: PHP, Toolset -
Swap Image via Button with JQuery
October 24, 2018
jQuery replace an image on click. This is a method to swap numerous images in HTML by manipulating the images src attribute value from the click of another element such as a button.
Cat: jQuery