How to setup google tag manager for your Shopify Store
-
Jane James
-
December 7, 2024
-
shopify
-
0 Comments
Let’s dive into setting up GTM on your Shopify store. Remember to check the bottom section where we’ll utilize data layers, GTM tags, and triggers to enhance your setup, enabling conversion tracking through Google Tag Manager. Step 1: Acquire Your GTM Container Code First things first, let’s grab your GTM container code. If you haven’t got an account yet, follow …
Continue Reading
Fixed: Fix it: ACF will soon escape unsafe HTML that is rendered by the_field()
-
Jane James
-
December 7, 2024
-
Wordpress
-
0 Comments
If you’re using ACF pro then you’ve likely seen the latest warning in your WP dashboard that says “ACF will soon escape unsafe HTML that is rendered by the_field().If you click on learn more, you can read the article here which outlines how to fix it. Some of this article has direct references to the original article from ACF. Here’s …
Continue Reading
How Chat GPT can speed up WordPress development
-
Jane James
-
December 7, 2024
-
CSS, Design, PHP, Wordpress
-
0 Comments
You’ve probably never thought of using Chat GPT for WordPress development, but there are good reasons to try it. ChatGPT is a powerful language model developed by OpenAI that has the ability to generate human-like text responses based on the input it receives. It is one of the most advanced artificial intelligence systems that can be used for a wide …
Continue Reading
Give style.css the highest load priority in WordPress
-
Jane James
-
December 4, 2024
-
Web Design
-
Web Design
-
0 Comments
If you’re wanting to remove the SKU numbers from Ecwid in WordPress – To remove starting with “p-” from every Ecwid product, you can use the Ecwid API and JavaScript to fetch products, identify SKUs starting with “p-“, and then update them without this prefix.
Continue Reading
How to remove the SKU numbers from Ecwid in WordPress
-
Jane James
-
November 4, 2024
-
Web Design
-
Web Design
-
0 Comments
If you’re wanting to remove the SKU numbers from Ecwid in WordPress – To remove starting with “p-” from every Ecwid product, you can use the Ecwid API and JavaScript to fetch products, identify SKUs starting with “p-“, and then update them without this prefix.
Continue Reading
Google ads for heating and cooling
-
Jane James
-
October 30, 2024
-
Google ads
-
0 Comments
https://alphaomegadigital.com.au/wp-content/uploads/2024/10/Air-Con-Campaign-Insights-1.mp4 If you’d like a month FREE trial of google ads for your heating and cooling business, listen up. I just want to run you through a cooling campaign that’s been running for a number of years and explain a bit about the campaign set up and how it’s working for this client. Been running this campaign since the first …
Continue Reading
Can you have multiple page templates for custom post types in WordPress?
-
Jane James
-
December 14, 2021
-
PHP, Wordpress
-
0 Comments
Creating multiple templates for custom post types. But first: What is a custom post type? Custom post types are specific, custom code-added posts that allow you to keep your site flexible. For example: You might want a section for members of the team and add them in different ways on their own page or list inside of WordPress itself with …
Continue Reading
WordPress: add a like button to your posts using PHP and Javascript
-
Jane James
-
October 4, 2021
-
PHP, Wordpress
-
0 Comments
Add a like button to your posts with PHP and Javascript This week I had a client request a modification to an existing WordPress page template which already had two post anchor identifiers to retrieve get_the_author_meta and get_the_date. It was a custom template that displays a CPT by category to a page. You can see the example below of the …
Continue Reading
Connect your WordPress site to Github/Sentry via your EC2 instance
-
Jane James
-
September 27, 2021
-
AWS, Wordpress
-
0 Comments
Connect your WordPress Site to Sentry for application monitoring If you maintain a corporate wordpress site with a large database, you are going to need some help debugging it – in fact debugging your site can feel like a full time job without the right tools. Fortunately companies have recognised this and Sentry does an excellent job of error reporting …
Continue Reading
How to add additional footer widgets to any Genesis theme
-
Jane James
-
September 24, 2021
-
Genesis, Wordpress
-
0 Comments
Add a fourth footer widget to Genesis So I was working on some updates for a client Megan Jordan and she wanted a fourth footer widget area added to her site for an acknowledgement to country. I built her site using the Genesis sample SCSS theme by Cobalt apps which by default comes with 3 footer widget areas. To add a fourth you have …
Continue Reading