Tumgik
bootstrapcreative · 2 years
Link
I enjoy watching my tomato plants grow in the garden. It’s amazing to see the progress from day to day. Once, I noticed a plant was branching out into an open area to collect more sunlight. It had two pieces of fruit starting to ripen at end of the branch.The next day we had high... Read more » The post What I Learned from a Broken Tomato Plant appeared first on Bootstrap Creative .
0 notes
bootstrapcreative · 2 years
Link
Want to build your website visually using a drag and drop website builder? You should consider taking HubSpot CMS for a test-drive because it has a large amount of features specifically designed for lead generation and business management. Below is a summary of the content management system and the reasons why it is a professional... Read more » The post Looking for a Free Website Builder? A Review of HubSpot CMS Free Hosting Software appeared first on Bootstrap Creative .
3 notes · View notes
bootstrapcreative · 2 years
Link
I was recently trying to improve my page load scores and was running into poor performance for LCP and CLS scores. I narrowed things down to most of my blog posts having a featured image floated in the top right. When you viewed the image on mobile the thumbnail didn’t really make sense and wasn’t... Read more » The post Improve Mobile LCP Speed Score by Not Loading Images At Top of Page appeared first on Bootstrap Creative .
1 note · View note
bootstrapcreative · 2 years
Link
The most important objective of website design is clear communication. A website is a medium through which communication takes place. Just like the pages are the medium for a printed book. It is very important for a web designer to consider the needs and wants of the reader. What are they looking for? What do... Read more » The post What’s the Most Important Objective of Website Design? appeared first on Bootstrap Creative .
0 notes
bootstrapcreative · 2 years
Link
One of the most important decisions for a small 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 website because they require higher-level security or business integrations. However, a growing trend is towards using a... Read more » The post Best Free Website Builder for Small Business appeared first on Bootstrap Creative .
0 notes
bootstrapcreative · 2 years
Link
The post How to Create and Edit HubSpot CMS Modules appeared first on Bootstrap Creative .
0 notes
bootstrapcreative · 2 years
Text
How to Create and Edit HubSpot CMS Modules
How to Create and Edit HubSpot CMS Modules #HubSpotCMS #HubSpotMarketing #HubSpotTips
Tumblr media
View On WordPress
0 notes
bootstrapcreative · 2 years
Link
Are you looking for a way to print your HubSpot sales quotes in landscape mode instead of portrait? Or do you want to remove the white margins when printing or download the quote pdf? HubSpot sales quote templates use CSS print styles to format the PDF and printed document. This gives you an opportunity to... Read more » The post How to Print HubSpot Sales Quotes in Landscape Mode appeared first on Bootstrap Creative .
0 notes
bootstrapcreative · 2 years
Text
How to Print HubSpot Sales Quotes in Landscape Mode
How to Print HubSpot Sales Quotes in Landscape Mode #HubSpotCMS #sales #HubSpotSales #HubSpotCMSHub #HubSpotSalesHub
Are you looking for a way to print your HubSpot sales quotes in landscape mode instead of portrait? Or do you want to remove the white margins when printing or download the quote pdf? HubSpot sales quote templates use CSS print styles to format the PDF and printed document. This gives you an opportunity to write custom CSS to adjust how this document is formatted. Below is a print ruleset you can…
Tumblr media
View On WordPress
0 notes
bootstrapcreative · 2 years
Link
As a HubSpot CMS developer, you sometimes need to add some contextual information in templates to make it easier for content editors to know where and how to edit things. Add the code below into a template to display help text only when editing the HubSpot template. [crayon-62613cc704a62570304007/] Below is an example of how these... Read more » The post Use is_in_editor to Add Inline Comments and Notes Only in the HubSpot Editor [code snippet] appeared first on Bootstrap Creative .
0 notes
bootstrapcreative · 2 years
Text
How to Add Inline Comments and Notes Only in the HubSpot Editor [code snippet]
How to Add Inline Comments and Notes Only in the HubSpot Editor [code snippet] #HubSpotCMS
As a HubSpot CMS developer, you sometimes need to add some contextual information in templates to make it easier for content editors to know where and how to edit things. Add the code below into a template to display help text only when editing the HubSpot template. {% if is_in_editor %} <style>.hseditor-help {background:#FFFFE0;padding:1rem;text-align:center;}</style> <div…
Tumblr media
View On WordPress
0 notes
bootstrapcreative · 2 years
Link
I was recently working on a custom HubSpot quote theme and needed to format the phone number. By default, the number was displayed as a long string of numbers without any parenthesis or number groupings. The code below uses a HubL to display a subset of the full string in the chunks you need it... Read more » The post How to Format a Phone Number in HubSpot CMS HubL appeared first on Bootstrap Creative .
0 notes
bootstrapcreative · 2 years
Text
How to Format a Phone Number in HubSpot CMS HubL
How to Format a Phone Number in HubSpot CMS HubL
I was recently working on a custom HubSpot quote theme and needed to format the phone number. By default the number was displayed as a long string of numbers without any parenthesis or number groupings. The code below uses a HubL to display a subset of the full string in the chunks you need it to appear. <a href="tel:{{ quote.hs_sender_phone }}"> +{{ quote.hs_sender_phone[:1] }}({{…
Tumblr media
View On WordPress
0 notes
bootstrapcreative · 2 years
Link
Google Search Console blog recently shared a free template to import your Google Search Console data and plot the search queries in a bubble chart. Why would you want to do this? Because it visually helps you know what is actionable in optimizing organic search keywords and pages. The larger the bubble the higher amount... Read more » The post Google Data Studio Bubble Chart of SEO Improvement Opportunities appeared first on Bootstrap Creative .
0 notes
bootstrapcreative · 2 years
Link
Below is a list of my commonly used HubSpot CMS HubL filters, functions, and Macros. Email me if you have one you would like to add to this list. Create a slug from a text string I used this when I wanted to add a CSS class name to the li of a menu using... Read more » The post HubSpot HubL Code Snippet Collection – Filters, Functions, and Macros appeared first on Bootstrap Creative .
0 notes
bootstrapcreative · 2 years
Link
Below is a FAQ microdata schema code template you can copy and paste and add to your page HTML. You would repeat the .faq-question div block for each QA answer set. Once you are done adding your markup you can test it in the Google schema tester. [crayon-6246d02373ea2842848629/]   The post FAQ Schema Microdata Code Snippet appeared first on Bootstrap Creative .
0 notes
bootstrapcreative · 2 years
Text
FAQ Schema Microdata Code Snippet
FAQ Schema Microdata Code Snippet #SEO
Below is a FAQ microdata schema code template you can copy and paste and add to your page HTML. You would repeat the .faq-question div block for each QA answer set. Once you are done adding your markup you can test it in the Google schema tester. <div class="schema-faq-code"> <h4>Frequently asked questions</h4> <hr /> <div class="faq-question"> <h2 class="faq-q">{question goes here}</h2> <div…
Tumblr media
View On WordPress
0 notes