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… Read more »
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… Read more »
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… Read more »
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… Read more »
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,… Read more »
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… Read more »
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… Read more »
Is HubSpot a CMS?
Category: Common Questions
HubSpot is a content management system, or CMS, built on customer relationship management software or CRM. HubSpot is a business platform helping companies with their marketing, sales, service, and business operations. They truly embrace the concept of being the “central hub” of your business. How is HubSpot CMS different from WordPress CMS? WordPress is open… Read more »
How to Combine Blog Authors in HubSpot
Category: Common Questions
HubSpot has the ability to delete a blog author and have their posts reassigned to an existing author. This is commonly done if an employee leaves a company and you no longer want the content attributed to that author. Below are the steps needed to combine authors in HubSpot blogs. Step 1: Login to your… Read more »