Top Industrial & Manufacturing Trade Shows & Conferences 2022
Category: Articles
Are you looking for a list of industrial or manufacturing trade shows or conferences to attend this year? This page lists the manufacturing trade shows I could find for 2022 and 2023. Contact me if you have one you would like to add to the list. Fall 2022 Industrial & Manufacturing Trade shows IMTS 2022… Read more »
What happens when you clone a landing page in HubSpot?
Category: Common Questions
HubSpot creates a duplicate draft version of the page and adds the word “Clone” at the end of the original name.
How to Create a Landing Page in HubSpot CMS Using a Blank Page
Category: Tutorials
Are you trying to create a landing page using a blank page in HubSpot? HubSpot’s drag and drop templates make it incredibly simple to create landing pages that generate leads or promote webinars. The user-friendly drag and drop editor allows you to easily add or update text and images within the landing page layout. What… Read more »
How to Make CSS Style Customizations to HubSpot CMS Pages
Category: Articles
Are you creating a HubSpot landing page or website page but want to make a small design style adjustment? Sometimes you just have to dig in and get your hands dirty writing some code. But don’t worry it isn’t as bad as it looks. And if this is your first time, afterward you will think… Read more »
How to Copy HubSpot Sections Into a HubL Code Template
Category: Code Snippets
HubSpot CMS has recently added the ability to copy sections built with the visual editor and then paste the HubL code into a template. Previously, this had to be done by manually. Why you might want to use this A designer or marketer could visually design the page. Get 80% there and then hand off… Read more »
How do you change the styling of a HubSpot pop up form?
Category: Articles
I recently tried adding a HubSpot popup form but I noticed I didn’t like the styles. It wasn’t exactly what I was looking for. The form admin does not provide extensive customization options, but if you are comfortable adding CSS styles you can adjust the popup to fit your needs. Below are the changes I… Read more »
How to Build a HubSpot Website for Your B2B Business With No Code
Category: Articles
Is your business website outdated and look horrible on mobile devices? Are you wondering how to get a responsive manufacturing website built? Do you wish you could build a website or blog without hiring a developer or working with the IT department? I created a collection of HubSpot website templates. It contains website templates, landing… Read more »
What are the BigCommerce Image Sizes in a Stencil Theme?
Category: Common Questions
BigCommerce themes have different image sizes determined by the theme developer. However, there are some default image sizes that are common across themes. So the image sizes below are a good place to start. BigCommerce Carousel Image Size 1200 x 600 pixels Source BigCommerce Product Image Size 1028 x 1028 pixels, square ratio Source BigCommerce… Read more »
Make YouTube Embeds Responsive in WordPress [code snippet]
Category: Code Snippets
The CSS styles below will make any YouTube video embeds using just the URL responsive. Add this to the bottom of your WordPress theme CSS stylesheet. .embed-youtube{ position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-youtube iframe, .embed-youtube object, .embed-youtube embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%;… Read more »
How to Remove ?hsLang=en from URL in HubSpot
Category: Common Questions
Are you seeing ?hsLang=en in your urls or analytics reports and want them removed? There is a setting in the HubSpot admin that enables this feature. Before making a change, consider if you have an existing page translation strategy. If you prefer to have a subdirectory like yourdomain.com/en/your-page or do you prefer having one URL… Read more »