How to publish a page in development mode without HubSpot content staging [code snippet]
BootstrapCreative Blog - Jacob Lett
by Jake Lett
3w ago
HubSpot has a nice feature called content staging which prevents search engines form crawling and indexing the content. But if you are using HubSport CMS starter you won’t have access to this tool. So a work around is to add the following code to the HEAD of your base layout HTML file. This adds the meta no-index tag and also adds an ugly alert to the bottom of the page to remind you the tag exists. As you work you can ignore the tag but when you are ready to publish you will remember to remove that tag so Google will be free to crawl and index your site. <!-- Development Mode --> < ..read more
Visit website
Unlock Growth Potential: 10+ Metro Detroit Agencies for Inbound Marketing & HubSpot
BootstrapCreative Blog - Jacob Lett
by Jake Lett
3w ago
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 help your business flourish. Digital Marketing Agencies in Metro Detroit, Michigan Approach First Description: A rapidly growing agency focused on creating customized, measurable, and creative marketing solutions, leveraging ..read more
Visit website
How to Uninstall a HubSpot Theme or Module from the HubSpot Marketplace
BootstrapCreative Blog - Jacob Lett
by Jake Lett
3w ago
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 steps to uninstall. Step 1 Click on the marketplace icon in the top navigation. Click marketplace downloads at the bottom of the popup under the manage heading. Step 2 Click on the Modules tab and then click on the Actions dropdown. You should see t ..read more
Visit website
How to Leave a Review on a HubSpot Module or Theme Downloaded from the HubSpot Marketplace
BootstrapCreative Blog - Jacob Lett
by Jake Lett
1M ago
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 would like to review, click on the actions dropdown and click the write a review link Fill in the blanks to leave your review   Conclusion Thank you for taking the time to leave your review. Your feedback helps me improve the product and help others learn about it. The post How to Leave a Review ..read more
Visit website
HubSpot Custom Module Boilerplate Code Snippet
BootstrapCreative Blog - Jacob Lett
by Jake Lett
4M ago
Below is a some boilerplate code to use when creating a custom module inside HubSpot CMS. <section id="{{name}}"> <div > </div> </section> {% require_css %} <style> {% scope_css %} {% end_scope_css %} </style> {% end_require_css %} {% require_js %} <script> window.addEventListener("load", (event) => { }); </script> {% end_require_js %} The post HubSpot Custom Module Boilerplate Code Snippet appeared first on Bootstrap Creative ..read more
Visit website
HubSpot Tutorial for Beginners: A Quick Overview
BootstrapCreative Blog - Jacob Lett
by Jake Lett
4M ago
HubSpot CRM is a cloud-based CRM platform that helps businesses track their leads and customers, automate their marketing campaigns, and provide excellent customer service. It’s designed to be easy to use, even for businesses with no prior CRM experience. This post will give you a quick overview of its main features and answer some common questions. Some of the key features of HubSpot CRM include contact management, sales pipeline management, marketing automation, customer service management, and reporting and insights. To get started with HubSpot CRM, you can create a free account and import ..read more
Visit website
How To Create a New CSS Stylesheet for HubSpot
BootstrapCreative Blog - Jacob Lett
by Jake Lett
5M ago
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 desired aesthetic. In this guide, we will delve into the process of creating new CSS stylesheets for HubSpot. We will cover the necessary steps involved in generating a stylesheet, as well as provide insights into how to manage and u ..read more
Visit website
How to Add Your Terms of Service or Conditions to a Quote in HubSpot?
BootstrapCreative Blog - Jacob Lett
by Jake Lett
7M ago
Do you want to know which HubSpot Sales Hub tool you can use to add your terms of service to your quote? Three ways you could accomplish this Add a snippet of your terms of service to the quote each time you generate a quote Pros: Easy to setup and the snippets are nicely organized. If you update a snippet all future quotes will use the new language. Cons: Hard to remember to add that to the quote. So it is prone to errors. Customize the quote template terms module and include your terms of service there. This way it is baked into the quote template. Pros: Easy to setup and you don’t hav ..read more
Visit website
HubSpot Related Posts Based on Tag Module [Code Snippet]
BootstrapCreative Blog - Jacob Lett
by Jake Lett
8M ago
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 {% macro blog_post_formatter(post) %} <div > <div > <a href="{{ post.absolute_url }}" > <picture> <source srcset="{{ resize_image_url(post.featured_image, 800) }}" media="(min-width: 500px)"> <img src="{{ resize_image_url(post.featured_image, 400 ..read more
Visit website
How to Increase Data Retention to 14 Months Instead of the Default 2 Months in GA4
BootstrapCreative Blog - Jacob Lett
by Jake Lett
9M ago
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 you assume the data retention amount is the same as it was, you could be up for a surprise when you start creating quarterly or annual reports. The screenshot below shows how the date range can only go back two months. Even after selecting a custom date range. You can increase the amount to 1 ..read more
Visit website

Follow BootstrapCreative Blog - Jacob Lett on FeedSpot

Continue with Google
Continue with Apple
OR