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
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
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
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
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
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
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
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
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
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
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
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.
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
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
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
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
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
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