CMS Development

Filter by
  • All labels
  • Announcement
  • CSS
  • Custom Modules
  • Design Manager
  • Documentation
  • Drag and DropTemplate
  • Email
  • Enterprise
  • Forms
  • Free
  • HTML
  • HubDB
  • Hubl
  • JavaScript
  • Local Development
  • Marketplace
  • Professional
  • Starter
  • Wordpress
Sort by
Most Recent
  • Most Recent
  • Most Upvoted
State
All
  • All
  • Solved
  • Unsolved
  • No Replies Yet
Osheilla on October 09, 2024
** Level of Solving = Easy** I bought the domain www.catalystmarketinglab.com but it seems that every time click on it it takes me to the Blog side of the website instead of the homepage which is weird The homepage has instead picked the h read more
0 upvote
2 Replies
Hall of Famer
October 09, 2024 13:26
@Osheilla in addition to the steps outlined by @evaldas , you'll need to check your domain language settings if the en-us is not coming from the i...read more
Solved
RAnderson91 on October 08, 2024
Hi, I'm trying to allow a user to set the background image for the post hero using the "export_to_template_context" parameter as detailed here https://developers.hubspot.com/docs/cms/building-blocks/modules/export-to-template-context#user-selec read more
0 upvote
2 Replies
Accepted solution
Participant
October 08, 2024 11:34
Hi @SteveHTM Thanks for the response, after moving the module inside the body tag as you suggested it still wouldn't output. I added a sta...read more
Solved
NickPrice on October 03, 2024
Hi. I'm trying to use a graph QL query to fetch data associated with the current dynamic page object. I've followed the guide on the docs, but the dynamic slug is coming through as empty, which means no data is getting returned. Here's read more
0 upvote
2 Replies
Accepted solution
Member | Elite Partner
October 03, 2024 07:09
Just an update for anyone with the same issue. I was able to fetch the Id using # $hs_object_id: {{ dynamic_page_crm_object.id }} thanks
Solved
BBecker1 on September 27, 2024
Hello, What I want: I have pages, a blog and hubdbs where this content is from. Is there a hubspot api to search all of these? or do I need to use different APIs to search for each type. What would be a simple solution to create a content pag read more
0 upvote
2 Replies
Accepted solution
Recognized Expert | Elite Partner
September 27, 2024 14:13
Hi @BBecker1 , You can use the content search API that @Jnix284 shared, you can limit the results on the 'type' param, as Jennifer explaine...read more
Solved
jestlinbaum on September 26, 2024
Hi! I'm building a custom module that has a repeater field. In the repeater are a series of number fields for the user to enter numbers (as %). I want to use those numbers to make a pie chart. So for each number(%) I am setting variables to convert read more
0 upvote
2 Replies
Accepted solution
Thought Leader | Partner
September 27, 2024 03:58
Hi @jestlinbaum , yes it's possible but since you can't access loop-data from outside, you have to do it like this: {% for item in module.reco...read more
Solved
tmcmillan99 on September 25, 2024
Trying to figure out what's wrong with the following Hubl code- {% for content in contents %} ... {% if content.tag_list %} {% for tag in content.tag_list %} {% if tag.name == "Podcast" %} Html code goes here {% else %} Html code goes he read more
0 upvote
6 Replies
Accepted solution
Contributor | Elite Partner
September 25, 2024 21:14
@Teun After testing numerous options, I was finally able to get it working correctly using the following code- {% set topic_map = content...read more
Solved
DEsteva on September 24, 2024
Hello guys! How are you? I'm working on getting data from a Blog Listing Module to a Webpage, actually the module if working smoothly on the Blog Templates but i can't make it work on Website Pages. On the Blogs its works like you can see on the read more
Accepted solution
Recognized Expert | Elite Partner
September 24, 2024 15:40
Hi @DEsteva , The `contents` variable is only available on the blog listing page, so you can't loop through it on a website page. In that...read more
Solved
ASpahiu on September 19, 2024
I am trying to create a choice module, that has some options generated dinamically. After creating it, I want to have the possibility to multiple select choices from this, similarly how a choice field works on modules when "Allow selection of multip read more
0 upvote
2 Replies
Accepted solution
Recognized Expert | Platinum Partner
September 19, 2024 07:11
Hi @ASpahiu We’ve shared some code with you, including different conditions. Please check it once—hopefully, it will work. If not, kindly s...read more
Solved
SDEGLIAME on September 12, 2024
Hello folks, For a dynamic page I need to know if an anchor is used in the url. I know how to manage this kind of stuff with JS but in this case it's I have to modify the request I made to construct the page so, I think it must be done with hu read more
0 upvote
2 Replies
Accepted solution
Member
September 12, 2024 10:45
The request object in HubL provides information about the query parameters, but it does not include the anchor part, as this is not transmitte...read more
Solved
ShyamVikaas on September 05, 2024
Hi All, My sole intention is to create a layout of image , text inside a section which should be editable in Hubspot Website Pages from CLI Boilplate code. Seeking right approach to style this modules of image, text. if Tailwind is applicable to S read more
0 upvote
4 Replies
Accepted solution
Thought Leader | Partner
September 05, 2024 02:38
Hi @ShyamVikaas , you can create a section template or a custom module for this. Section templates look something like this: <!-- t...read more
Woodsy on September 02, 2024
Hi I am trying to work out the best way to code a filter list so that if a tag from category is selected then the dropdown list in the category 2 dropdown will not show the tag that had already been selected in the first dropdown. The hubl read more
0 upvote
1 Reply
Community Manager
September 03, 2024 12:39
Hey @Woodsy -- Thanks for your post! I understand your goal is to exclude any drop-down options from subsequent drop-down menus if they wer...read more
Solved
PTata on September 02, 2024
I'm working on embedding an animated GIF into an email that displays a countdown timer. The static version works perfectly using the following HTML code: <p style="text-align:center"> <img style="background-color:#f8f9fa; border:hi read more
1 upvote
5 Replies
Accepted solution
Recognized Expert | Platinum Partner
September 04, 2024 04:50
Hi @PTata Rather than a split filter, I would suggest a datetimeformat filter and set the format as per your need. |datetimeformat(...read more
cancel
Showing results for 
Search instead for 
Did you mean: 

Looking to start a conversation or ask a question?

Create a post
Sunny

Sign up for the Developer Newsletter

Fresh content delivered to your inbox every month.