Hi everyone, Is it possible to sort modules by folder in the content builder? For example, in Design Manager I'll create an folder within the "modules" in my theme called "New Update 2022" and add a bunch of modules inside of it. So if I now open t Beitrag ansehen
No, there isn't a way for us to dictate how modules are sorted on the front end. The best you could do is add something to the label of those modules...Beitrag ansehen
I've got an odd issue that seems to me to be a system bug. I'm writing a custom module, with a few fields for styling. Those fields output their user-selected values in the module.html file, like so: <aside class="callout-wrapper">
<! Beitrag ansehen
Try changing your if statement to check if the color value exists on the background color field. Just checking the field as a whole is going to alway...Beitrag ansehen
The way I create module fields is by using the Design Tools UI on the web, instead of manually writing the fields.json file. Then I download the module with hs fetch and keep working on it locally. If you think there is a better way, please let Beitrag ansehen
Hey, @alvarofranz 👋 Thanks for reaching out! Did you get this worked out?
If not, I have a question:
Have you seen this info about `id` i...Beitrag ansehen
Is it even possible to filter on standard tags within hubspot? So I added text standard tags to my blog_post template {% text "project_region" label="Enter region here", value="" %} So in my blog I can now add text there and add a region to Beitrag ansehen
Hello @Jaycee_Lewis , Yes, I want to be able to filter by region and other tags that I have added in the same way. So when the user selects va...Beitrag ansehen
Hi, I am very new to HubSpot CMS and struggling to create a custom quote template. I managed to: - create child theme and clone modern.html template to make edit - create a new custom module with 4 text fields (required input from users)and pu Beitrag ansehen
I am working on a custom Quote template, and we want to show one table for the "non-recurring" products/services, another table for the recurring products and another table for products from a specific category. Does anyone has any ideas how I can d Beitrag ansehen
Our client has a site with 40+ pages created with the Growth theme. Now they want a customized website header. The module says I can't edit it without creating a child theme. Do I make the child theme and then clone the header module there to work o Beitrag ansehen
Creating a stand alone custom module to use within the global header section of the theme would be the least amount of work.
If you create a ch...Beitrag ansehen
I would like to show the amount of form submissions next to or within a form on a webinar registration page to create a bit of social proof. Is this possible to retrieve this data in the form editor or in the design manager with HubL? For exampl Beitrag ansehen
Hi @JMeester ,
There is no out of the box way that I know of to do this. If you have Operations Hub or another automation platform you could g...Beitrag ansehen
Hi there, have been taking some inspiration from https://community.hubspot.com/t5/CMS-Development/Add-a-filter-dropdown-to-a-listing-page-containing-HubDB-similar/m-p/339886 to create a simple filter to filter the results in https://8830131.hs-si Beitrag ansehen
Hi Gaurav, Thanks for your guidance and support! Looks good. I'm getting an error with <form id="form_id" method="get" action="{{ hubdb_table_u...Beitrag ansehen
I just setup Github Actions on a hubspot project that has been working without it. But, before I setup Github I moved files into folders on my local version. Now all the modules are organized, but when pushing to hubspot it shows the organized folde Beitrag ansehen
Thanks for your reply! It's really ashame hubspot hasn't fixed this local development issue. Even though it seems like they use github themselves int...Beitrag ansehen
Good morning, We have dynamic pages which pull images from a hubdb, i have the correct meta data that is added to the <head> of the html file. Example below <meta name="twitter:site" content="@logicallyfacts.com/en/"> <met Beitrag ansehen
Hi, @AMunro3 👋 Thanks for reaching out! Did you get this worked out? If not, here are few troubleshooting steps:
Try to force a refresh of ...Beitrag ansehen
I'm trying to put on an image a svg mask with "-webkit-mask-image" but I get the error code 404 in the chrome editor. Does anybody has an idea how to solve it?