What are the Best Image Size Dimensions for Responsive Web Design?

Category: Common Questions

When building image carousels, jumbotrons, or full background sections you will often need to properly size an image. Below are some recommendations based on the most common device screen sizes and if you are using parallax or fixed background images. Desktop (1920×1080) 2000px x 360px, 4000px x 720px (retina) Parallax (images need to be as… Read more »

Continue Reading

How Do You Change the Primary Domain in HubSpot CMS?

Category: Common Questions

If you are looking to rebrand your website and change its domain there are a few steps you can take. You will most likely land on this HubSpot knowledge base article which outlines the steps but if you read it quickly you might miss a critical piece of information. At the very bottom there is… Read more »

Continue Reading

How to Fix HubSpot Website Your Connection is Not Private or Your Page is Unavailable Not Found – redirect Apex non www

Category: Common Questions

HubSpot requires using CNAME to point a domain to their server using a subdomain. This means you still have an A record to worry about. The www in your www.yourdomain.com is a subdomain and not a root domain that does not have the www. It is the same as blog.yourdomain.com or mail.yourdomain.com. In order to fix… Read more »

Continue Reading

How to Have a HubSpot Menu Load the Default Menu When Transferring to Another Account

Category: Common Questions

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” %}  

Continue Reading

How Do You Convert Text to Outline Shapes in Adobe XD?

Category: Common Questions

If you are wanting to export a text based graphic icon or text symbol it is a good idea to convert it to outlines before exporting. If you don’t, when you embed the svg it will be looking for the web font being used and not look right. Select the text box containing the graphic… Read more »

Continue Reading

HubSpot Themes vs Templates – What is the Difference?

Category: Common Questions

Previously it was possible to download HubSpot template packs from the HubSpot marketplace. These were a collection of landing page, website page, blog, and email templates. The downside of these packs is they did not share any unified settings and they were not very portable between accounts. Now a group of templates, custom modules, and… Read more »

Continue Reading

25+ Questions to Ask When Redesigning Your Business Website

Category: Common Questions

A website created by a page builder service like Godaddy, Wix, WordPress, or Squarespace are a dime a dozen. But a lead-generating website is a rare jewel. Strategically built websites help you generate new business and communicate your brand story. Below is a list of common questions to ask before redesigning your business website. List… Read more »

Continue Reading

SEO for Manufacturers & Industrial Companies in 2023: Is Search Engine Optimization Worth It?

Category: Articles / Common Questions

There are a lot of reasons why you might want to start developing a website for your industrial manufacturing company. It could be a way to expand or establish your small business, or a way to organize a portfolio for your art. It could even serve as a personal website that helps job recruiters find… Read more »

Continue Reading

What are the Open Sans CSS Font Weights?

Category: Common Questions

I often want to use different font weights for Open Sans and so am adding them here for quick reference later. Open Sans light font-weight: 300; regular font-weight: 400; semi-bold font-weight: 600; bold font-weight: 700; extra-bold font-weight: 800;

Continue Reading

How to track Google Ads Conversions with a JavaScript Application?

Category: Common Questions

I recently ran into an issue tracking Google Ads conversions with imported Google Analytics Goals. I was using a destination goal for a thank you page. This was setup properly but the website was using JavaScript to change the url destination and so did not refresh the page. This prevented the goal from running even… Read more »

Continue Reading