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
  • No Replies Yet
dannyalva on March 22, 2023
The theme I'm using has the fields.json file locked and I can't clone into my child theme. Is there a way to extend the theme fields JSON in the child theme? Thanks
0 upvote
0 Reply
JNeukom on March 21, 2023
Hey, all -- I'm working on a page built by a coworker who is no longer at the company. The page is for an upcoming event, so it has a secondary nav bar where you can choose agenda, speakers, etc. The bar changes to a dropdown on mobile, but read more
1 upvote
1 Reply
Community Manager
March 22, 2023 10:16
Hi, @JNeukom 👋 Thanks for being brave and jumping into a challenging situation 🙌 Hey, @Mark_Ryba @BarryGrennan @amwilie , can you ...read more
Raghavendra on March 20, 2023
in the below code in the place of Athletics i need to add selection field or choice field, but it is showing syntax error <div class="sporteng-acs-outer"> <div class="pagecenter"> <div class="sporteng-acs-inner"> <div cla read more
0 upvote
6 Replies
Key Advisor
March 21, 2023 07:30
You have to match your HubL output with the HubDB values. So if all your values are first letter capitalised only e.g. "Athletics" or "High jump" (se...read more
Track on March 17, 2023
So after a long, troubleshooting day with trying to find out why the heck I can't edit or see a Blog Post body I've discovered the following: First off, we have the Blog Post template(/templates/blog-post.html). This contains both <h1>{{ read more
KiriChili on March 17, 2023
I want to get the intro_text field of a specific module on a specific page and render it in another custom module. But when i try it like this, i've seen it be done like this on multiple posts, it doesn't render anything. Intro_text is indeed the co read more
0 upvote
1 Reply
Community Manager
March 20, 2023 15:45
Hey there! Can you share a link to the guide or guides you mentioned you are following? Sometimes extra details like that can help the community to b...read more
KasieMarie on March 15, 2023
Hello community, I'm working on updating our blog template to add social sharing buttons. Because of our branding, I cannot use the hubspot developed module for social sharing and need to customize the icons. I put in the module snippet in read more
Recognized Expert | Diamond Partner
March 16, 2023 03:33
Hi @KasieMarie , first thing I'd try would be to right click on the custom sharing module, copy the snippet and paste it into the template. ...read more
Solved
FurqanAli on March 14, 2023
Hi there, I was working on setting the form redirection after submission based on the select box values in my form and I was able to set it up in javascript but how I can make it dynamic by adding the possibility to a set URL for different options read more
Accepted Solution
Top Contributor
March 14, 2023 20:36
Add some URL fields to your module and put your js inside a {% require_js %} tag in the modules HTML + HubL area like this: {% require_js %} <s...read more
sjay on March 10, 2023
Hi Team, Can anyone help me out with how to list all the blogs using the blog portal ID? We can use contents, but I was using another template. I just wanted to write code to get all the blogs from another portal ID.
0 upvote
1 Reply
Recognized Expert | Elite Partner
March 13, 2023 00:24
Hello @sjay Here's an example of how to get all the blogs using the HubSpot API and a blog portal ID: First, you'll need to get your API key...read more
Solved
shiyon on March 08, 2023
Hello Developers, Is it possible to show a featured post in HubSpot? My requirement is to highlight a post as a featured one which will not be changed automatically. Actually I've used some HubL code before but it showed only the latest post as read more
0 upvote
2 Replies
Accepted Solution
Key Advisor
March 10, 2023 06:27
Hey @shiyon The way I usually do this is to have a "featured" tag and then use the blog_recent_tag_posts function to get the latest post...read more
FurqanAli on March 08, 2023
I have a customer logo custom made module which is used on multiple pages. I have to make upload images each time. Is there a way we can upload a bunch of logos and then it just picks 4 or 5 at random at every page load? that way I won't have to ed read more
Participant
March 09, 2023 03:21
@elizheleva Thanks a lot for your help. I will look into this.
Solved
Viktar on March 03, 2023
Hello! I have an issue to save template. {% set queryParameters ='region=' + html_lang %} {% set all_vacancies = hubdb_table_rows(5688447, queryParameters) %} But in this case saving works well: { read more
0 upvote
2 Replies
Accepted Solution
Key Advisor
March 03, 2023 06:13
Does this work? {% set all_vacancies = hubdb_table_rows(5688447, 'region=en') %} Becuase it looks like the erorr is that there's no reg...read more
IPars on March 02, 2023
I'm a HubSpot and HubL novice trying to develop a blog template with navigation styled similar to my corporate website (WordPress), which includes an English/French language switching link: I’m currently using a menu module to create the read more
0 upvote
2 Replies
Member
March 03, 2023 12:41
Thank you so much for this Stephanie! I'm going to take a closer look at it next week... I think it might be just what we need. 🙂 Regards, ...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.