Greetings Hublers...
Ive add the crypto-js package to my project: npm install -g crypto-js
Added the dependencies to package.json:
"dependencies" : {
"crypto-js" : "^4.1.1"
},
I can see it min my package read more
1. how to add a CTA button to slider caption overlay 2. can the thumbnails be a different graphic than the corresponding slide? For example, use a photo for the slide but and icon graphic for the thumbnail? https://app.hubspot.com/design-previ read more
Hello, I am trying to display a blog listing where the post tagged "Featured" is always listed first and then the rest of the posts are underneath. what I want to do is something like this: {% set featured_posts = blog_tags('default', ' read more
I need to populate a hidden field in a form that is on a landing page. The form and landing page were created in HubSpot. The hidden field will receive dynamically generated text values that should be saved in a field on the contact, and after subm read more
Hello! Im trying to use the context parameter for my Practicum exercise for the developers certification and dont seem to be getting it right on how to use it. Here is how i set it up in my section template and then you can see it been used in my ho read more
Hello Barry! Thanks for the answer but its still not working, any more thoughts on what im doing wrong? What else do i need to add up to have a conte...read more
I have a webhook configured as a new application but I am not receiving calls, it is as if it does not connect to the parent or general application, what could be happening? Is it necessary to do some kind of installation?
I have problems installing the application I get the following error: The connection could not be completed This account doesn't have access to s...read more
Hey guys, I'm trying to create a sticky navigation with a hello bar on top. I want the hello bar to be out of view once you scroll and keep the navigation menu to the top. I did top: -32px so that the hello bar can be out of view. I tried it out in read more
Soooooo... We've been using modals on our product pages as a way to surface more content so users don't have to navigate away from the main page. We currently put all the modal content into a custom module. A single page can have 6-8 modal blocks a read more
Hey, @MrCapp 👋 Thanks for your quesiton. Let's invite some of our communty memebers into the discussion — @miljkovicmisa @BootstrapC , have y...read more
Im using the blog_recent_posts and likely hubl functions to create a custom module. These functions do not update the content instantly? On blog listing and API are the posts available on publish. Is this right? /Mats
Yes, this is caused by caching. The propagation of the update to Hubspot's (Cloudflare's) CDN takes a bit of time, and I've found that's especially t...read more
Hello! Is there a way to use the tag and author selector from the blog editor on an external page? I'm trying to build the ability to create posts in a blog on a membership page and would like to use hubspot's own fields for author and tag. read more
I think you'd have to create your own select fields for tag and author and use their respective endpoints in the Blog API to populate each.
/cms/v...read more
Hi, as the title says, I'm trying to you an external CDN (cdnjs) to import gsap into a module and use it in the js. Ive tried using requier js tags and adding it in the modules html but that doesn't seem to work. Is there any fix for this or is it read more
You're using require_js correctly. If you view page source you'll see it there in the footer. Your issue is that by putting the rest of the code in t...read more