Posts Tagged: HubSpot CMS
Want to Receive Email Updates of New Articles About HubSpot CMS?
Join My Email NewsletterHubDB vs Custom HubSpot CRM Objects. What is the right data store for your use case using HubSpot?
When building websites, you often need a place to store data that can be displayed dynamically. Maybe displaying products, business locations, employees, or downloadable resources. But what is the best way to store this data? I recently found this presentation (HubSpot CRM Data on Websites) comparing the various methods and also discusses the new HubSpot… Read more »
Category: Common Questions
Does HubSpot CMS use Bootstrap?
HubSpot does not use Bootstrap as-is for their CMS and grid system. Instead, its default 12 column grid system and class naming is based on the Bootstrap 2 grid system, but the actual code is different. Here is what the default HubSpot layout.css file looks like. HubSpot 2 column grid (Bootstrap 2) div structure example <div class=”row-fluid “> <div… Read more »
Category: Common Questions
HubSpot Website Design Examples – Web Design Inspiration
Are you considering building your website on the HubSpot CMS? Want to see what is possible? Below are some well known companies using HubSpot CMS for their website hosting and page building. Visit the official gallery, for more HubSpot website design examples. HubSpot Website Design Examples for Manufacturing Pierce Whirlwind Steel Coca-Cola Northeast Haldor Topsoe… Read more »
Category: Articles
Website Templates for Industrial Manufacturers Added to the HubSpot Asset Marketplace
Jacob Lett of Bootstrap Creative designed a website theme for manufacturing businesses to promote their brand and products online using the HubSpot CMS. DETROIT (PRWEB) JANUARY 07, 2021 When strategic marketing consultant and website designer Jacob Lett entered HubSpot’s first-ever Themes Challenge hackathon, his vision was to design a website theme specifically to help manufacturers increase… Read more »
Category: Press Releases
Where can you view all of your downloaded HubSpot templates and modules?
If you download a HubSpot theme or module from their marketplace there is a spot for you to manage these assets. You can update them, reinstall, or write a review. Below are two ways to find this purchase management panel Option 1 – HubSpot Asset Marketplace Homepage Visit the HubSpot marketplace homepage and click the… Read more »
Category: Common Questions
HubSpot Website Builder Review: HubSpot vs WordPress 2023
One of the most critical decisions for a business is where to host its website, and a CMS or content management system is a crucial component. Some companies with an internal IT team prefer to self-host their CMS using open-source software like WordPress because they require higher-level security or business integrations. However, a growing trend… Read more »
Category: Common Questions
HubSpot CMS Site Search Input Module Override
HubSpot provides a default module to perform a site search. By default it searches website pages and blog posts. But what if you want to override this and only search blog posts? Below is an embed snippet to help you do just that.
Category: Code Snippets
How to Update Navigation Menu in HubSpot Content Staging
When using content staging in HubSpot you can easily test and preview design changes but the menu does not update to use the new staging domain. So you have to preview each page individually. This can be an issue when you are working on a HubSpot website rebrand and the client needs to click through… Read more »
Category: Code Snippets
How to Have a HubSpot Menu Load the Default Menu When Transferring to Another Account
Problem: When transferring a HubSpot theme or template file to another portal global module’s menu disappears. The code snippet below sets the default menu tag to pull a default if it is not selected. {% set menu = module.menu is truthy ? menu(module.menu) : menu(‘default’) %} {% menu “menu” %}
Category: Common Questions