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
  • Unsolved
  • No Replies Yet
tmcmillan99 on February 12, 2025
I created a custom gallery module that pullls data from a HubDB table. Everything appears to be working as it should based on my logic but for some reason the last set of data is not rendering on the page. Could I have something in my hubl syntax read more
0 upvote
0 Reply
eburnaman on February 12, 2025
Hi HubSpot Community, I'm trying to create an HTML button in a HubSpot email where the text changes on hover. I understand that JavaScript is not supported in most email clients, so I'm trying to achieve this using only HTML and inline CSS. read more
0 upvote
1 Reply
Top Contributor | Elite Partner
February 12, 2025 15:45
Hello, Unfortunately, changing text on hover isn't possible in email clients since they don't support hover effects or interactive CSS.
SKrish on February 12, 2025
We would like to change the unsubscribe template design. We couldnt find any option to remove the unsubscribe from all events option from the template. Individual selection option is fine, but we need to get rid of the unsubscribe from all checkbox read more
0 upvote
0 Reply
JLP18 on February 11, 2025
Hello. I've been sharing EDM for each product update to our subscribed user base. I want to add links to previous EDMs on a "product updates' page in our application. How do I do that? Thanks for your help.
0 upvote
2 Replies
Member
February 12, 2025 18:59
Hi Jaycee Yes, I'm sending out the EDM as emails. We have a SaaS application. In the App, we have links to training videos hosted in Vimeo. I...read more
Valentin_3 on February 11, 2025
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
0 upvote
1 Reply
Member | Platinum Partner
February 11, 2025 05:52
Hi @Valentin_3 , Hope you are well. For looping through the featured posts, you can use: {% set tag_posts = blog_recent_tag_posts("def...read more
Shatak on February 11, 2025
I created a react project from the boilarplate from quickstart-guide-to-react-in-cms. created a module in the components/modules/reactModule. Also call the module in my template. like this {% module "reactModule" title = "reactModule read more
0 upvote
1 Reply
Community Manager
February 11, 2025 17:28
Hey there! It can be challenging for our community to troubleshoot things happening locally. Do you have any additional details you can share that mi...read more
2CUBE-Studio on February 11, 2025
I’m building a custom language switcher using the language_variants('localized') function, but I’ve run into a limitation. It seems like there’s no documented way to check whether a localized page is a draft or published . Issu read more
Guide
February 12, 2025 05:06
Hi @2CUBE-Studio , {{ content.state }} will show you on the individual page whether the page is "DRAFT" or "PUBLISHED_OR_SCHEDULED". Incidentally...read more
Solved
AMarsden4 on February 10, 2025
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
0 upvote
1 Reply
Accepted solution
Thought Leader | Partner
February 11, 2025 05:20
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
Michiel-Koho on February 10, 2025
Hi all, We are currently facing an issue where a React module that was working perfectly before is now only displaying a placeholder in the live version of our project. The module still works as expected in the editor and preview mode, but once pub read more
1 upvote
1 Reply
Participant
February 10, 2025 18:00
Update: We've found some additional details about this issue. The module temporarily starts working when we move it to a different position on the pa...read more
Geogrow on February 10, 2025
I am having some issues with our header. when full screen the sizing and location of the font on the menu is perfect. When i start to shrink the size of the page it automatically shrinks the text when it gets to a certain size. I have been read more
0 upvote
2 Replies
Guide
February 12, 2025 05:24
The css rule that's shrinking your text is: .custom-menu-wrapper .level-1>li:nth-of-type(n)>a { font-size: 14px; padding: 10...read more
Solved
PHenriot on February 09, 2025
Hi, I followed the steps described on this page https://knowledge.hubspot.com/website-and-landing-pages/create-pages-in-multiple-languages to add a language switcher to the global header, but the module remains empty and displays nothing. In th read more
1 upvote
3 Replies
Accepted solution
Thought Leader | Partner
February 10, 2025 06:06
Hi @PHenriot , thanks for the detailed informations. There is one important thing to keep in mind when using the language switcher: it will ...read more
Solved
tmcmillan99 on February 07, 2025
I know this is going to be a simple solution but have spent way too much time trying to figure out the correct syntax. So I am reaching out for assistance. I have a for loop returning rows from a HubDB table. The goal is to only return one ins read more
0 upvote
2 Replies
Accepted solution
Key Advisor | Platinum Partner
February 08, 2025 10:23
Hi @tmcmillan99 , You could achieve this with a couple of for loops. First, you would set a variable called "all_rows" which would be an...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.