Hey all, Bit of a weird question. I've been trying to create a sticky banner (top of screen) and wanted to know if there was any way to make it look like a floating banner instead? For further clarity, I would like it to not span the entire wid read more
I apologize if this is a poorly formulated question. I'm the marketing manager at a company with no in-house developer or access to developer resources, so I'm trying to troubleshoot on my own. We have a HubDB table that was created four years a read more
Hi @ATaylor40 , Is this where your testimonial module is? https://www.prialto.com/why-prialto I would guess it's not a caching issue as an unc...read more
I am trying to follow through with one of the first videos on the HubSpot CMS for Developers course; but am already falling at the first hurdle in installing the HubSpot CLI. Using Mac. I have used the following command as per the video: npm read more
Sure thing! Also - once you're a bit more into HubL, you can check out the Mastering HubL DHUG and Code with Confidence DHUG from last year.
T...read more
I have written a script in jQuery which takes a web site's source code, goes through it and extracts all the forms then displays the HTML on my site. An unexpected side effect of this is there are 3rd party cookies being set, which absolutely cannot read more
Hey, @MEjaz6 👋 Interesting question! I don't know the answer, but I do have a question: have you tried to parse the code with ` DOMParser ` ...read more
Was there a change in functionality with Brand colors showing as options in color pickers? We are now only see 1-2 brand colors in the color pickers when before there used to be at least 4-5 as long as we had the brand kit created. I saw that there read more
@GRajput @Victor_Becerra Thanks for the replies. We have the brand colors set up for this client but as was in my attachement, only two colors s...read more
Hi everyone, I have a question related to a HubSpot custom quote template.
Is it possible to create a type of conditional logic via Hub HTML? More specifically, I wanted to create a table that can only appear if a specific line item type is select read more
The primary issue you have is that you cannot SET variables in a FOR loop that was created outside it's block. This is why it's not working. ...read more
Hi everyone, I’m working with a public app that is visible and functioning correctly in my developer account. However, when I try to add its UI extension to the deals sidebar in my test account, the UI extension does not appear as expected. read more
Hi team, I'm working on a public app using the new HubSpot UI Extensions framework , and I came across the documented limitation that each app is allowed up to 20 concurrent hubspot.fetch() requests per account . fetching-data I had a coupl read more
Hi @MKatewa ,
The 20 concurrent request limit is shared across all users within the same HubSpot portal or account. It's not per individual us...read more
Hi everyone, I have a question regarding our domain configuration and its potential impact on user experience and HubSpot tools. Our website is accessible through both the www and non-www versions: https://tekce.com/ (non-www, preferred v read more
Hey @asimsaridemir ,
www. is - from a technical perspective - a subdomain.
This means that adding a 301 redirect will be handled as such.
It ...read more
Hi @SagarTomar , HubSpot’s UI extensions use Emotion (CSS‑in‑JS), so the style prop doesn’t always work the way it does in standard React. Use the ...read more
Hello, Is it possible to define a header and footer on a quote using the design manager? Is it also possible to display the page number? We have a client who generates large quotes. It is legally important to display the quote number and the page read more
@Anton
I tested you solution. Thank you very much. You solved the problem. Using @page was more than enough to do what I needed to do. I wa...read more
Hi everyone, I am trying to pull code written for a bunch of custom serverless apps connected to our hubspot, but I don't see any direct way of doing it, we are unable to find the local code, could someone please help me find a way around this if p read more