CMS Development

Filter by
  • All labels
  • Announcement
  • CSS
  • Custom Modules
  • Design Manager
  • Documentation
  • Drag and DropTemplate
  • Email
  • Enterprise
  • Forms
  • Free
  • HTML
  • HubDB
  • Hubl
  • JavaScript
  • Local Development
  • Marketplace
  • Professional
  • Starter
  • wordpress
Sort by
Most Recent
  • Most Recent
  • Most Upvoted
State
All
  • All
  • Solved
  • No Replies Yet
Track on March 17, 2023
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
Solved
evargas on February 28, 2023
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
Accepted Solution
Key Advisor
March 01, 2023 07:49
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
ACantú on February 16, 2023
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.
Community Manager
February 17, 2023 08:41
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
MRydberg on February 15, 2023
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
Contributor
February 15, 2023 19:01
Hi Magnus, That video course was created around 3 years ago. It's better to study related documents while watching videos. Cereno
Solved
JBrake on February 07, 2023
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
Accepted Solution
Top Contributor
February 08, 2023 07:13
Hi @JBrake {{local_dt | format_datetime('medium', 'Pacific/Auckland')}} or {{local_dt | format_time('medium', 'Pacific/Auckland')}} s...read more
Solved
InciteJoe on January 31, 2023
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
Accepted Solution
Top Contributor
February 01, 2023 06:12
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
lmontesl on January 23, 2023
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
0 upvote
3 Replies
Thought Leader | Partner
January 23, 2023 11:49
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
InciteJoe on January 11, 2023
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
Thought Leader | Partner
January 16, 2023 13:24
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
Solved
InciteJoe on January 11, 2023
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
0 upvote
5 Replies
Accepted Solution
Key Advisor | Elite Partner
January 14, 2023 22:15
Alternatively to using underscores/hyphens you can wrap the src/dest in quotations to make sure spaces are included: hs fetch "Child theme"
AVu3 on January 05, 2023
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
Member
January 09, 2023 02:19
Can anyone help me, please?
TLangford on December 17, 2022
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
0 upvote
2 Replies
Member
December 22, 2022 03:38
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
Solved
m_engineer on December 01, 2022
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
0 upvote
4 Replies
Accepted Solution
Top Contributor | Elite Partner
December 02, 2022 02:00
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
cancel
Showing results for 
Search instead for 
Did you mean: 

Looking to start a conversation or ask a question?

Create a post
Sunny

Sign up for the Developer Newsletter

Fresh content delivered to your inbox every month.