Hello everyone, I created a drop-down module and put it in a repeater. I wrote a Javascript code that works fine for the first object in the repeater. When I try to add another object through the repeater the functionality doesn't work for the 2 read more
Not really sure what you're doing with the HTML... I only said to move the 'myDropdown' class, not change anything else. For brevity the code I provi...read more
Hi everyone! I'm following the modules course regarding CMS development and I'm stuck at point 14 pretty much, which is where I'm asked to insert the created module inside 'home.html' as shown below (this is my code) : The result is this ( read more
Hi @NSorrenti , welcome to HubSpot development!
For modules the .module just denotes a folder as being a module and basically doesn't exist i...read more
Hi everyone, I have very little HTML knowledge and I need help editing parts of the single blog post page for my website. I don't even know where to start but what I need to do is simple. 1. I need to remove Lorem Ipsum copy that appears b read more
Hi everybody!
I'm writing because I'm facing an issue with the topics module for the first time:
on desktop it works properly but on mobile an "+" appears near the title of the post and the list of topics doesn't appear.
Here the link read more
Problem solved! Apparently the Javascript code was causing the problem because it was not necessary. in fact the blog post was working fine without i...read more
Hello community! I have created a landing page with a form. Now, the form I have placed it on the right side on the fold. So have of the form is on the banner area and half more on the body section. I am attaching an example. The problem is read more
This would require some CSS. You can change the order of columns by making the container a flex-box with a direction of column, then set the preferre...read more
This is the same issue as this post, which got no solution: https://community.hubspot.com/t5/CMS-Development/Use-variable-for-topic-inside-blog-recent-topic-posts/m-p/194456 At the bottom of a blog post, I want to show the 5 most recent posts th read more
Hi guys, For one of our clients, we are facing issues with the Instagram embed on mobile. On desktop, it automatically loads the post we embed. However, on mobile it does not load the embedded post and it tells you that the post read more
I wanted to preload my main.css file, so I put a <link rel="preload"> early in the <head> and the call to the CSS file later. Both use get_asset_url. The preload one returns a hubspot CDN link, but the actual link to the CSS file returns read more
I want to use https://partytown.builder.io/atomics, which requires these headers: Cross-Origin-Embedder-Policy: credentialless
Cross-Origin-Opener-Policy: same-origin How do I edit the CMS site to use these headers?
What is the process to design a third party custom app that integrates the third party services into a HubSpot CMS driven web site? Any direction on where to start would be helpful.
Can someone at hubspot explain the idea behind the CTA styling? As a theme developer I would like to create button styles at a theme level so the user doesn't have to worry about styles. The current (legacy) CTAs at least offered a no style option read more
Hi @matt_scott ,
I'd say that all currently available styling options are "relics" of the old HubSpot (which was highly based on jQuery and jQuer...read more
We are currently in the process of developing a website for our client, and we are utilizing the cool "--convertFields" feature for shared fields. To take advantage of the ES6 syntax, I am using the .mjs format, which has been working well ove read more