Hi, do you have any idea on how to implement PartyTown to a HubSpot theme? Specifically, I am stuck at the steps where PartyTown requires the files to live in the /~partytown/ folder but HubSpot requires get_assets_url() function to locate read more
To implement PartyTown in a HubSpot theme, use HubSpot's get_assets_url() to reference files stored in your custom directory. You’ll need to set up a...read more
I am trying to create a simple menu just use the system nothing fancy I have created my navigation but all the menu object names end up lumped together? why are there no spaces between them? There are no settings for this? I shouldnt have to code th read more
Hi @KAlfredsson ,
you'll need to apply some CSS rules.
If you're just getting started, maybe with your own theme, a code like this should give ...read more
Hi I'm looking for advice on creating a landing page that pulls information from form submissions. I've already created lists based on the location field from the forms. My goal is to send a link to the landing page to specific people, such as t read more
We have a custom workflow action that assigns a return variable, owner_id (string) we're trying to use later on in a workflow to assign the Contact Owner property. However, when editing the "Edit Record" workflow action, + Add data variable, Action read more
@jskowronek - I believe you will find that 'owner' properties behave like ennumeratd types and so will not be compatibel with th string type output...read more
Does Hubspot's development environment support libraries for creating PDF's. for instance reportlab for python (doesnt seem to be the case). or NODE.js maybe? thank you
Hi @karien ,
I've played around with PDF creatopm libraries a few years ago. I'd say it depends on where and "what kind of" PDFs you'd like to cr...read more
Newbie having trouble here. My overall problem is that Class and ID attributes are not available on most elements in HS. (Insert rant here) My solution is to create a new section that has class and id attributes available to the user to edit. I h read more
Hi @JLarry5001 , Sections don't support IDs/classes. Two workarounds you can try: Develop section-as-module with custom ID and class fields. ...read more
Hi, Is there a way to loop thorugh HUbDB rows in reverse order, for a "show the top at the top" listing? I think this old soution isn't working. Solved: HubSpot Community - Loop hubdb table rows in reverse order - HubSpot Community Tha read more
Hi all we are planning to re-launch our site with a new theme. The site has multi-language variants for each page and we'll be wanting to use the staging environment. I'm aware that staging cannot support language variants directly. Can read more
Hi there! I have a website page initially created in English, with multi-language variations (German/French). I created these pages several weeks ago initially. However, I just added some content to the English page, which I cannot figure out ho read more
Hi @KevinEcosia , Unfortunately, this is not possible. Multi-language variation pages are basically separate pages that are grouped togethe...read more
Hey, I'm trying to add a "contains" filter in my hubl function but it's not working as expected. Code: {% set test = crm_objects("contact", "lastname__contains=mille", "firstname,lastname") %} There are two contacts in my account whose l read more
I attempted to import npm packages while creating a custom React app extension, specifically chalk and d3-react-tree , for testing purposes. I added these packages to package.json using the notation "chalk": "latest", as outlined in the README, w read more
Hi, @hubertspot 👋 Thanks for your question. I'd like to invite some of our community members to the converstaion — hey @albertsg @zach_thread...read more
I've made a custom theme and wish to copy to client account but the option to copy to different account in the Design Manager is greyed out. If I make a clone of the theme I can then copy the clone to different account. Any idea what is going on? I read more
Hi @cyberwombat , It seems you're trying to move a child theme into a different account. A workaround is to use HubSpot CLI to push it to the ta...read more