New HubSpot Modules – Name Anchor and Top Announcement Bar
Category: Newsletter
I created two new HubSpot modules I wanted to let you know about. Name Anchor – Free This module can be added above forms or section titles to easily create name anchors. The module also includes code to make it scroll smoothly to the destination on the page. Demo | Get on HubSpot Top Announcement Bar –… Read more »
How to Add a Featured Tag with Text Over an Image
Category: Tutorials
In this tutorial I will show you how to place a featured tag over an image using CSS3 ::before pseudo elements. A common use case for this is eCommerce where you might want to visually show a product is featured, on sale, or out of stock. Since your products are displayed dynamically using a database,… Read more »
Check Page Level Depth If Condition in WordPress
Category: Code Snippets
The code snippet below is handy when you are trying to check if the current page is a parent or a child in a WordPress theme. You can then use the conditional to output different code depending on the page depth it is <?php // gets page depth global $wp_query; $object = $wp_query->get_queried_object(); $parent_id =… Read more »
What is Jobs Theory and How Does it Apply to HubSpot?
Category: Common Questions
Jobs theory also called Jobs to Be Done Theory was created by Strategyn to help businesses try and understand reasons why someone would buy their product service. “People do not want a quarter-inch drill, they want a quarter inch hole.” “Sell the sizzle and not the steak.” What is Jobs Theory? Jobs to be done… Read more »
My 7 Tips for Learning the Artistic Side of Web Design
Category: Newsletter
This is a great question and something I have been thinking a lot about. Especially in how to teach this skill online vs a classroom setting. If I had to pick four important factors to becoming a good designer they would be. Pencil sketch before moving to the computer Sketch a lot of thumbnails with… Read more »
10 Ways to Bootstrap an eCommerce Business
Category: Articles
The Bootstrap Creative Manifesto Before we begin talking about how to bootstrap your creative business lets first define what bootstrapping is. Bootstrapping is relying on your own resources (time and money) to start and run your business instead of getting a loan or outside investment. This allows you to start a business with lower risks and… Read more »
HTML5 Responsive Autoplay Video Code Snippet
Category: Code Snippets
In order to make your HTML5 video responsive you will need to add the following CSS style properties: width: 100%, and max-height: 100%. Your browser does not support the video tag.
Hide WordPress Content Editor Panel Using ACF
Category: Code Snippets
Add the code snippet below into your functions.php file to hide the default WordPress content meta box. Source
How do I design and build a industrial website?
Category: Common Questions
Building an industrial website is one of the greatest experiences. It is a convergence of creativity, technology, and service. So congratulations on embarking on the journey. Below is a very high level look at the 3 major steps. If you have questions, please let me know. Creativity Before you start building you need a plan… Read more »
How to Remove the Border Around a HubSpot Email Template
Category: Common Questions
HubSpot provides the ability to change common styling used in your email and landing page templates inside your account settings area. But what if you want to have an email template that looks different from your default templates? In this case, you need to override your default settings with your template specific settings. So you… Read more »