Hi HubSpot Devs, I'm working with the Case Studies (Beta) feature in HubSpot CMS, and I’d like to customize the header and footer . Right now, it uses the default Elevate theme , and I’m facing these limitations: What I’ve Tried: I cloned read more
I'm trying to create a customizable signature by preferred language of the contact in the Design Manager. I'm using this code but it doesn't work, can anyone help me
Hey @ERojas5 ,
do you mean the preffered language by the HubSpot user (your colleagues;the ones who got access to the portal) or the reciepient (...read more
In a child theme, when you save a section there is an error becaue the path of the modules in the section are linked from the parent theme and not the child theme.
Hey @SaltyKaren ,
thanks for providing the code.
A potential error can be the non-relative path of the module(s).
...
path="/ncad-s2/module...read more
I'm sure there's a good reason for this, but it just seems strange. This works for areas {% dnd_area "dnd_area_main_content" label="Main Content Area"
%} But this doesn't work for sections {% dnd_section label="Hero Section" %} I know read more
Hello! Can anyone guide me through step by step on how to: 1. edit subscription page header logo 2. edit the header copy I've found the Design Manger, but my developer knowledge is extremely limited. I would really like to figure this out ins read more
Hi! If you have a theme from theme libary, make a copy/clone of each file, in the same hierarchy (so including top level directories) into a child...read more
I’m looking for clues because I can’t identify the root cause. Situation The issue occurs only with images that live inside my custom theme . The theme is connected to Design Manager , and all theme source code, image assets, and CSS fil read more
Hey @TMisuna , Potential Causes CLI Fetch Behavior with Binary Files The hs fetch command is designed to retrieve theme files from HubSpot'...read more
I'm working on creating a custom theme page and I'm running into some persistent issues with linking my CSS and JavaScript assets. I've been through a number of troubleshooting steps, and also worked with HubSpot Support, but I'm still stuck. My T read more
As far as I'm aware, get_asset_url will traverse from it's current location (aka the template) to the file. Since the template file is in /css/js...read more
Hi HubSpot Community! I'm working on implementing a consistent form design across our entire website and need advice on the best approach for global form handling. I've found the default form.module in Design Manager (@hubspot/form.module) read more
Hello there, is there a list with all standard parameters I can use by calling modules and standard tags via hubl? For example https://developers.hubspot.com/docs/reference/cms/hubl/tags/standard-tags#color. Here you can use the no_wrapper=T read more
Hey @Torsten_Utz , Yes, HubSpot provides comprehensive documentation detailing the standard parameters available for both HubL tags and modules. ...read more
I'm working on creating a new page template using the current HTML + HubL file format. As I try to understand how the page is structured, I’ve been adding separate modules between sections to build a brand-new layout. However, the new modules I’v read more
This was really helpful! What I had been doing was going to Website Pages > Create New Page and selecting the template file. However, when I c...read more
On the website https://belong.naifa.org , the "Member Spotlight" section located above the footer is sometimes not loading properly. We've developed a custom module that fetches data from : https://members.naifa.org/member-spotlights , but occ read more
All the code below is AI generated, making sure to include the console errors in it after three attempts. I'd review the code before implementing, bu...read more
I need help with fixing the header layout issue on my website. On the "About Us" and "Contact Us" pages, the topbar/header is breaking into two lines, while it's working perfectly fine on all other pages. Can someone help me understand why this is h read more