Reasons Why I Recommend Creating a Child Theme BEFORE You Start Building HubSpot Pages
Category: Articles
When you download a HubSpot theme from the HubSpot marketplace, it can be exciting to jump right in and start building pages. This is OK for testing, but when you are ready to actually build your final website, I highly recommend you create a child theme first. In this post, I will explain what a […]
How to Change the Site Name Above the URL Link on Google Search
Category: Common Questions
When you search Google for your website, are you seeing a site name and logo icon listed above the URL of the page? What do you do if the site name is wrong or if you need to change it? Site names were first visible on Mobile but recently have also been displaying on desktop […]
How to Remove “Powered by Shopify” from Website Footer 2023
Category: Newsletter
In this video I walk you through the steps of removing the “Powered by Shopify” text in the site footer of your store. I will be demonstrating this using the Shopify Dawn theme but this should apply to most themes. The official help video from Shopify has you just remove the link text but the […]
How to Load Script on One Domain and Exclude Previews in HubSpot [HubL Snippet]
Category: Code Snippets
The HubL code below will help you scope heatmap or anlytics tracking on one domain and exclude any previews. {% if request.domain == ‘www.yourdomain.com’ and request.query is not string_containing ‘hs_preview’ %} {% endif %}
How to Add, Move, Edit, and Delete HubSpot Modules
Category: Newsletter
In this HubSpot tutorial video, I’ll show you how to add, move, edit, and delete modules in HubSpot CMS. If you’re looking to manage your content and templates more effectively, then this video is for you! This video will provide you with step-by-step instructions on how to add, move, edit, and delete modules in HubSpot […]
Custom HubSpot Development Tutorial: How to Create a Custom Module [video]
Category: Newsletter
In this custom HubSpot development tutorial, I will demonstrate how to create a custom module in HubSpot using HTML and HubL code. I will be building a product attributes list inspired by one found on Amazon product listings. A good way to think of how HubSpot custom modules work is by comparing it to a […]
What are HubSpot Modules Used For?
Category: Newsletter
Are you new to building pages on HubSpot or want to learn more about it? One very important thing to understand is modules and the different ways to use them. In this video, I will explain what HubSpot modules are and how they are used inside the HubSpot website builder. HubSpot modules are reusable components […]
The Top Three Things I Wish I Had Learned Earlier in My Marketing Career
Category: Newsletter
As I get older, I often reflect on previous challenges and the learnings I have made. Below are the top 3 things I wish I had learned earlier in my career. #1 The need to continue learning and create things While working as a web designer in an in-house marketing department for a regional bank, […]
How to Inspect Element on Chrome Developer Tools [Tutorial Video]
Category: Newsletter
How to Inspect Elements and CSS Test with Chrome Developer Tools for Beginners – Google Chrome DevTools Tutorial. This dev tools tutorial demonstrates the different ways to inspect and test CSS using Chrome’s DevTools. This is helpful when building responsive websites because you can get real-time feedback on a style change.Then once you are happy […]
List of Management, Marketing, & Sales Abbreviations
Category: Common Questions
There are so many abbreviations used in the business world. After meetings, I often google search for the ones I don’t know. Below is a list of common abbreviations for management, marketing, and sales. Management Abbreviations AM Account Manager AP Accounts Payable AR Accounts Receivable B2B Business to Business B2C Business to Consumer B2G Business […]