Saving the ACF JSON locally to your plugin or theme file | Save, Load and Sync Advanced Custom Fields JSON

Posted on

Saving the ACF JSON files locally allows you to have version control over your field settings! Let’s learn how to do that. Create an acf-json directory Create a directory called acf-json in your plugin. Save the JSON Add the following in your functions.php file Now when you hit save/update for each ACF Group , it is going

Read More

Mailchimp Newsletter Subscription in Next.js React Application

Posted on

In this blog we will learn about how to add a mailchimp newsletter subscription in a Nextjs react application. Get the Mailchimp URL Create an account on Mailchimp if you don’t already have one.Create an audience campaign. Navigate to Campaigns > Signup Forms > Signup forms tab and click on Embed forms and then select. Copy the the form action value

Read More

Setup PWA Workbox Webpack Plugin for React Application | Workbox Window | Precaching | Caching at runtime

Posted on

In this blog we will learn how to convert a React App into a PWA using Workbox WebpackPlugin, workbox-window etc. We will do pre-caching of a few assets and few api response at runtime, using strategies like StaleWhileRevalidate and Cache Firstetc. Demo site Source Code Install workbox webpack plugin Install these packages. Webpack Configuration Add these configuration to

Read More

Create Stripe Checkout In Next.js | Stripe Session | Stripe Webhook.

Posted on

In this blog you will learn how to create a stripe session, redirect the user to the stripe checkout and also create stripe webhook that listens to when the payment is made. Live Demo Example Create Next.js app Create stripe keys and put them in next.js`.env` fileCreate a stripe account if you don’t already have

Read More

Women Who Inspire – Interview with Demelza Marie

Posted on

Tell me a little bit about yourself and your work. My name is Demelza Marie and I am an artist and an “online course creation” coach, with specialized skills in film and video production. I have over 20 years of experience in video production. How did you come into your current field? Could you please

Read More