Restructure JSON array of objects in Zapier to access object key data

Let’s explore how to restructure a JSON array of objects in Zapier to access object key data. More specifically, how to reduce a JSON array to make the values for each object key available in subsequent zap steps. Notably, this is designed to “solve” the issue of Zapier grouping object key values into a comma-separated list (frustrating[…]

Find records in TrackVia API without the Record ID

TrackVia should really improve their API As of the writing of this article, they don’t provide a means of looking up: Records by Field within a View Records by exact match query string The search functionality they do provide (GET /openapi/views/{viewId}/find) is difficult at best, because this (inconsistently) returns partial matches and close variants. For example,[…]

Mobile Detect: When @media queries aren’t enough

Lightweight PHP Class for Detecting Mobile Devices Today I came across a fantastic, lightweight PHP class for detecting mobile devices. It’s called Mobile Detect, and you can download it here: http://mobiledetect.net/ The use case from today involved swapping in a lighter-weight slider element on mobile, while allowing a heavier-weight slider to render on desktop. Media queries and[…]

FIXED: Woocommerce 100% Full Width on Avada

Avada Woocommerce pages 100% full-width with 1 line of code (a single changed word, actually) Finally I discovered how to make Avada’s woocommerce pages 100% full width. And it only took modifying a single word, in one line of code, in the appropriate theme file. You’ll need to access the following template, which you can do from[…]

add class to wordpress element javascript, javascript add class to element, javascript add css class to element, javascript wordpress add class, add class with javascript

Use Javascript to Add New Class to WordPress Element

WordPress › Error

There has been a critical error on this website.

Learn more about troubleshooting WordPress.