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
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
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
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.
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
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
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
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
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
Hi @2CUBE-Studio , {{ content.state }} will show you on the individual page whether the page is "DRAFT" or "PUBLISHED_OR_SCHEDULED". Incidentally...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
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
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
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
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
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
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