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
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
@Geogrow - I presume this is a Content hub based site? You need to be looking at the theme setup withing which your site is developed. The theme mo...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
Let's troubleshoot your HubSpot multi-language module issue. It sounds like you've set up language variants correctly, but the...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
Our company has revised our HubSpot workflow after discontinuing development in Umbraco and realizing that HubSpot lacks a robust beta → staging → live safe environment for updating modules. Our new approach involves maintaining duplicate themes—one read more
Hello Anton! We're totally fine using content staging, but it seems as if I'm either missing something or content staging is lacking. We used content...read more
@Jaycee_Lewis I am trying to send a transaction email once the based on some status after ticket gets created using workflow I have filed on the ...read more
We develop an App to ingest the HubSpot Knowledge Base using GraphQL. But we are not able to list the knowledgs bases for a customer. The customer has Service Hub Professional. We asked the customer to go to https://app.hubspot.com/graphiql/the read more
Hey New to hubspot here :)) i have a task to match some design modifications from the website to the blog. most of it is in CSS, which is fine, but now I need to do some backend changes like implementing new elements using HTML. usually what read more
Correct, downloading the theme and uploading as a child theme would not impact any existing pages. In order to have pages use the child theme, you wo...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
The Domain level and the DNS connection are fine, the in app connection to host the domain and also to redirect www to domain are connected but when search with www the web page isn't available only to the domain level .com What cloud be the probl read more
@Okgbest - unfortunately, we seems to have reached a point where "it doesn't work" does not provide enough information for the community to really ...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