So after a long, troubleshooting day with trying to find out why the heck I can't edit or see a Blog Post body I've discovered the following: First off, we have the Blog Post template(/templates/blog-post.html). This contains both <h1>{{ read more
Hello everyone. I am trying to customize the default HubSpot module but all it has inside is: {% blog_comments "blog_comments" limit=10000 %} How can I customize the divs, clasess and css of the module? More importantly, how can I know whi read more
Hi @evargas
Unfortunately you can't edit the HTML of the Comments module. However, you should be able to do a fair amount of customization u...read more
Since vidyard was removed, we weren't able to control play and pause events on the hubspot video service, i don't know if hubspot team is working on a API in javascript in order to control hubspot video.
Hi, there! If this is a help request, can you share more details, please? For example, How are you currently adding videos to your content? The more ...read more
I am following along the course HubSpot CMS for Developers and noticed that the section Getting Started with the HubSpot CMS > Setting up the local development tools I see quite a few differences with what I see on HubSpot compared what is shown read more
I am looking for a way to get the current time in a time zone, for purposes of checking a certain time has passed in that time zone. e.g. An event has already started or ended on this day in a certain timezone.
"today(' Pacific/Auckland' )" read more
I am creating a template that uses buttons that jump down to the form, the form section has an anchor id of "contact"
How can I set the button settings at template level to set the button options to "Use as link" then the button link to be #co read more
Just had a look at Session theme.
I think what you'll want to do is something like this:
{% dnd_module
path="../modules/button",
button_text...read more
Hi every one recenty al my pages stop working due all of them are with prerendering functionally, so I need to make them partial prerendering but the docs are not clear about this, any Idea? https://developers.hubspot.com/docs/cms/developer-refer read more
Hi @lmontesl that's a little out of my area of expertise, have you already posted in the Developer Slack?
there are a lot of developers in th...read more
Hello everyone,
I have a template with a section that has a max width but how do I stop the section then centering the content? I'd ideally like it left aligned
The below is the built in CSS that is centering the content
.dnd_ read more
Hi @InciteJoe , not sure if you figured it out in the meantime, or if I'm not understanding what you're trying to do correctly, but when I look at t...read more
Hello everyone,
I made a child theme of the Session theme and I named it "Child theme"
When I connect to the portal via the CLI I get to the point where I am in the correct directory as when I use "hs ls" I can see the theme but when I g read more
Hi everyone, I'm developing a custom CRM Card that shows the feedback of the selected users. But my CRM Card shows all feedback in 1 table. Is it possible to split the survey into sections like the demo? It's great if the survey can split read more
Hi community We're migrating a multilingual Umbraco site to HubSpot CMS and I'd like to ask you how URL parameters are handled in the different languages. For example, the HubSpot site uses URLs like 'xxx.com/products?series=xxx. In the non-Engl read more
Hi @Jaycee_Lewis , I imagine that one of the platform developers would have this information at their fingertips, right? I just can't find anything ...read more
I want to use the HubL function blog_recent_posts to display tags. Is there any way to do this? ``` {% set rec_posts = blog_recent_posts(11111111111, 10) %} {% for rec_post in rec_posts %} <span class="category">{{rec_posts.tag }}< read more
My bad! I misinterpreted your original request... So you want to do something like that to retrieve the tags: {% set rec_posts = blog_recent_posts...read more