From what I vaguely remember, I’m pretty sure that Website Pages used to allow creating child pages and organizing them in a hierarchy. Has that feature been removed? Right now, it seems like there’s no hierarchy concept in the dashboard, and inste read more
There is also something called "multilevel dynamic pages" in HubSpot that can be set up in a hierarchy, though those would need to be built using Hub...read more
Hey Developer Community, I’m noticing that our current HubSpot blog tag functionality only displays blogs for tags that have been used two or more times . If a tag is only used once, it doesn’t return any results when someone clicks that tag. read more
That’s a sharp observation it sounds like the current HubL logic or the underlying query might be grouping or filtering tags by occurrence count, whi...read more
I know that HubSpot’s blog has a “tag” feature, but does it also have “categories”? In WordPress, there are two taxonomies: categories and tags, each with different hierarchy levels. Is it correct to assume that HubSpot CMS simply doesn’t provide a read more
Just to add, there are hacks you can use to replicate seperate taxonomies. In your case you could create tags prepended by the word "Category" an...read more
Hi there! I have data on my HubSpot that, even when the data type is number, it is not passed to another platform as an integer but as a JSON string instead. For example: "subscription_lifetime_absolute_days": "1". How can I ensure the data is pass read more
Hi @alif-12 , are you able to parse the number into integer when passing it to the JSON body? If you are in HubL then it can be as easy as "youVar|...read more
Is there a memory leak currently with the hubspot CRM? I only have one page of hubspot open and it's taking 7GB of memory... That's insane. Please support.
That's a lot of memory try clearing the cache of your browser or disabling any extension that feel problematic and also test in in incognito window t...read more
Hi everyone,
I’m currently working on improving my website’s visibility in search results and exploring how to optimize for rich snippets.
I’ve been experimenting with schema markup on my project — https://freefireproxyserver.click/ — but so far read more
Hi @meesf29
Even if your schema is added correctly, Google doesn’t always show rich snippets right away. Make sure your markup is valid usin...read more
I am working on creating a header for a sister company. I cloned a theme and wrote the code for the new header in the design manager. I opened the global header for that theme and put the header module I designed in. I tried to delete the default read more
Hey, @JKoob 👋 I was concerned about the password you shared being displayed on a public forum. Apologies for not being clear. Talk soon! ‚— Ja...read more
Our blogs are having a back end logic issue. Any blogs that have been tagged only once using the correctly associated tag, will not populate when that tag is selected in our category module. It seems that as long as a blog has been tagged at least t read more
Hi Barry, thank you so much for getting back to me and I am sorry to hear that your family is dealing with medical issues, that can be scary. I hope ...read more
Hi everyone! I’m having an issue while proxying private pages locally when developing with CMS React . I’m using projects version 2025.2 . I built a theme with React, and now I want to use the template I created for private pages. According to read more
Hi @BérangèreL , thank you for your message and for looping in the others, I appreciate it. Just to clarify an important point: the issue is not li...read more
Workflow: 1. Subscribe 2. Click on Manage Preference in footer of email. 3. In the landing page that opens in my browser: Uncheck all subscriptions 4. Next browser page shows " You have successfully unsubscribed from all email communications. " read more
Hey @TMahon ,
Since it's not possible to modify the @hubspot/email_subscription module besides translations, it might be a translation thing or a...read more
Is there a pendant to resize_image_url() for React directly? Because Breeze is 100% sure, that if I only add ?width=200 to the url of the Image. Hubspot will resize it. But this is not the case. Is there any other posibillity except HublData? read more
I don't think it's misconfiguration, it's just not an obvious "setting".
When an image module is used and the Size control is left as "Automati...read more
The below code pulls content from a HubDB column called <overview_items> which contains foreign ID data. The data that is surrently being pulled is the name and id columns of the foreign ID table. {% for item in module.lp_select.columns.ov read more
Hi @Woodsy , Thank you for posting to the Community! I'd like to tag in some Top Contributors to see if they have any advice on this one -- Hi ...read more