10+ Best Digital Marketing Agencies in Metro Detroit, Michigan | Inbound & HubSpot Specialists
Category: Articles
Metro Detroit is a vibrant hub for businesses, and navigating the digital landscape can be challenging. Finding the right partner for your inbound marketing efforts is crucial for attracting, engaging, and converting customers. Look no further! This blog post explores ten top-notch agencies in the region specializing in inbound marketing and HubSpot solutions, ready to […]
How to Uninstall a HubSpot Theme or Module from the HubSpot Marketplace
Category: Common Questions
Have you decided a HubSpot theme or module from the Marketplace isn’t the right fit for your website anymore? Uninstalling them is a breeze! This tutorial will walk you through the simple steps to remove both themes and modules from your HubSpot account, giving you back control over your website’s design and functionality. Below are the […]
How to Leave a Review on a HubSpot Module or Theme Downloaded from the HubSpot Marketplace
Category: Common Questions
Below are the steps to take to leave a review of a HubSpot marketplace module or theme. Log in to your HubSpot account and go to settings (gear icon) in the top right menu. Next, on the left side, click on Marketplace Downloads under Account Setup. Then toggle the Modules Tab On the module you […]
HubSpot Custom Module Boilerplate Code Snippet
Category: Code Snippets
Below is a some boilerplate code to use when creating a custom module inside HubSpot CMS. {# HubSpot uses different prefixes so this just gets the number module_######### widget_######### outputs just the number #} {% set instanceID = name[7:] %} {{ instanceID }} <div class=”module-class” id=”module{{instanceID}}”> <div class=”row-fluid”> <div class=”span6″>A</div> <div class=”span6″>B</div> </div> </div> {% […]
How to Use HubSpot: 2026 Beginner’s Tutorial & Step-by-Step Guide
Category: Articles
HubSpot CRM is a cloud-based platform that helps businesses track leads, automate marketing, and provide excellent customer service. Designed for ease of use, it is ideal for businesses with no prior CRM experience. This 2026 guide provides a quick tutorial on how HubSpot works and its core features. How to Use HubSpot: 5-Step Quick Start […]
Set Variable Values in a Loop and Use Elsewhere HubL HubSpot
Category: Code Snippets
When customizing a custom HubSpot quote template you may want to know what line items are present in the quote. You can then create conditional logic with a set of known values. The only problem is when you set a variable inside a loop it is not able to be referenced outside of the loop […]
How To Create a New CSS Stylesheet for HubSpot
Category: Articles
For those utilizing HubSpot’s content management system (CMS), the ability to create new CSS stylesheets grants users immense flexibility in customizing the look and feel of their website. Whether it’s making minor tweaks to existing styles or implementing a complete overhaul of the site’s design, having control over CSS stylesheets is essential for achieving the […]
How to Add Terms & Conditions to a Sales Quote in HubSpot?
Category: Articles
The purchase terms field in HubSpot’s Quotes tool serves as a critical feature for defining the terms and conditions of a sale, helping businesses set clear expectations with clients directly within the quote. This article explores the purpose of this field, showing how it enhances transparency and trust by outlining payment terms, delivery schedules, and […]
HubSpot Related Posts Based on Tag Module [Code Snippet]
Category: Code Snippets
The code snippet below lists related posts based on the current post tags used. The HubSpot developer docs has a code example using a Javascript formatter but I was unable to get this to resize the featured image. So I created the code below to use a HubL macro instead. HubSpot Module HTML + HubL […]
How to Increase Data Retention to 14 Months Instead of the Default 2 Months in GA4
Category: Articles
Google Analytics 4 has the option to create custom reports called explorations. But you might notice when creating a custom report, you can only see data for the past two months. This is surprising because the old UA analytics let you go back in time to 26 months. This is an important difference, and if […]