Hi everyone! In my template (quotes) I want to add a custom section with a table of "included objects" (thery are not product/prices, but let's say a description of what has been considered in the quote). It's a 4 column table with a variable read more
Hi, @05311 👋 Thanks for including your details and where you are getting stuck. I'd like to ask some of our community members if they have any r...read more
Hi HubSpot Community, I’m considering migrating my website, Counting Tools , built around various counting tools (word, character, syllable counters, and calculators) to HubSpot. However, I’m unsure how beneficial HubSpot would be for a tool-based read more
I created a hero section with a video as a background. I used uploaded video on hubspot. This is how the code looks like: <div class="hero-video-wrapper" id="hero-video-wrapper"> {% if module.hero_video.player_id %} {% set max_width = module. read more
Hi @MUlHuq ,
I would recommend switching from the "Video" field to a "File" field with a video selection. The "Video" field is more useful whe...read more
Hi, I have created a style field where I can change the numerical value so that I can change the style 'bottom' to move an image up or down by px. <div class="hero__image-bottom" style="bottom: {{ module.style.hero_spacing }}px;"> read more
Hi @Woodsy , HubSpot doesn't currently support different style field values for mobile and desktop. A workaround for your case is to create...read more
I am creating a custom pricing plan module. So, the main issue is as per the requirement I customized the JSON field and added "inherited_value" for the "type" : "color" and "type" : "font". That is a requirement from Hubspot I believe. read more
It looks like you’re facing a common issue where theme inheritance is overriding your default settings due to the use of inherited_value in your JSON...read more
A quick backstory I created a website with my domain. I did not like it at all so I decided to delete my account and start fresh.
I came back and had to set it again using the same email address and same domain name but it seems it created read more
@Osheilla in addition to the steps outlined by @evaldas , you'll need to check your domain language settings if the en-us is not coming from the i...read more
Hello, I am creating a customized quote theme. I customized a 'Flow' quote template. I changed the line items table layout and it run well. But when I downloaded the layout, it turned out to be a PDF file and the PDF layout seems messy. The fonts a read more
Hi, I’m facing a strange issue with a custom module I’ve developed for my pricing cards. Everything works fine when previewed using certain themes (like boilerplate themes) or design previewer, but when I apply it to a default HubSpot theme/templat read more
Hi @MUlHuq , It sounds like there’s a CSS conflict between your custom module and the default HubSpot theme’s styles. To keep your module’s style...read more
Hi, when looking at the CTA's source code, I see that it is rendered as a PNG image. For example, the code looks something like this: <a href=""><img src=""></a> Currently we're going through a bit of a branding update and read more
I think I've found the issue/solution. I reinstalled chrome and turned off all the extensions and I'm now seeing the button as intended. I turned the...read more
the nav isn't working for the 'services' dropdown on our custom code. it is working on other sites though. It was working yesterday but not today.
https://www.mrbundles.co/
It looks to me like the issue is with is with the javascript you have for opening submenus /*!*************************************************!*...read more
Our sites have CSS inlined in the source code instead of generating a link to the css file. Our theme uses the following to add the css as a link. {{ require_css(get_asset_url('../css/main.css')) }} How do I change this behavi read more
Thanks for the tag @Anton !
Just confirming from a theme developer who is experiencing this there have been no changes to the theme.
There ar...read more
Hi All, My sole intention is to create a layout of image , text inside a section which should be editable in Hubspot Website Pages from CLI Boilplate code. Seeking right approach to style this modules of image, text. if Tailwind is applicable to S read more