Hey, I need to put some kind of specific html markup (with absolute positioning, etc.) containing modules (buttons, forms, ...) into a reusable section template (inside a dnd_section tag), but Hubspot seems to be ignoring it completely! When dropp read more
Is it posible when you use a blog page + filtering to set up a multi tag-group filtering like branches - branche A - Branche B Specialties - Specialty A - Specialty B AND not using isotope and preferable not using HUB-DB I'm looking for a Soluti read more
`scope_css` doesnt seem to be up to date with modern css properties. I am trying to use it with in a module and anything with :where or :has doenst seem to allow scope_css to function. The code that is causing the issue read more
Morning Mates, I try to use the _hsq. push ([ 'identify'... Function to track the custom events by user. But how can I get the email of the current logged in User? - there is a https cookie with the Data but not for js available - I read more
I have a custom object for webinars. One of the custom properties is a datetime field. Here is what happens. {# The following renders the datetime within the context of a single dynamic web page. This works as it should. #}
{% set webinar = read more
Oh, yes the crm_objects has some shortcomings and I just learned there's another one!
In that case I would suggest using GraphQL to build your...read more
Hi guys, I have a blog listing page. Blog posts are displayed based on the date of publication from the most recent to the oldest one. I want to display some specific articles on top of the most recent articles. I followed the instructions given read more
Hey all - does anyone know of the best way to translate/localize hard-coded aria labels for accessibility purposes? We have a few areas where aria labels are included in the HubL with hard-coded English values in some instances. I guess we could read more
Hey @AMarsden4 ,
I think the easiest solution for this would be to create locale files. An example of it can be found in the @hubspot/cmsdefaultp...read more
I can add responsive padding to my section like so: {% dnd_section
padding={
'default': {
'top': 0,
'bottom': 0,
'left': 0,
'right': 0
},
'mobile': {
'top': 0,
'bottom': 0,
'left read more
Hi @EdCupaioli
Padding applied through drag-and-drop (DnD) doesn’t work inside a module. To add padding to a div within a module, assign a c...read more
I understand there's a limit to the amount of times you can call a HubDB table. Could someone please clarify the following: Is the 10 limit per module or per page? When using a foreign ID to bring in data from another table, does this count as read more
Ben, per the documentation below (and I've run up against it in practice, too), it's 10 calls to hubdb_table_rows per page . afaik. foreign ID rela...read more
Hello guys! Hope everyone's doing well. I'm working toward improving a websites Google Page Speed Insights and i'm getting some obversations on the Best Practices section related to the husbpot video preoloader. The observations are the next one read more
Hi @DEsteva , __cf_bm cookies are associated with Cloudflare's bot management system, which helps identify bot traffic. HubSpot uses Cloudflare ...read more
I am just starting to look into Hubspot CMS and am struggling to get my section template to work. If I try and add 2 dnd_modules to a section template it gives me the error: Cannot resolve property "[missing {{ token }} value]" As soon as I remo read more
Thnak you for your reply but things still aren't making much sense. If I look at my test theme that is based on the boilplate theme, in the sections ...read more