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
JBrake on March 28, 2023
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
PBifaro on March 28, 2023
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
0 upvote
1 Reply
Contributor | Diamond Partner
March 29, 2023 00:22
Hi PBifaro, We can't see the preview. Could you please share a link that doesn't require access to a portal?
JPrakash_ on March 27, 2023
While integrating your Sopro campaign with HubSpot, is there a way we can map Sopro fields with our custom fields in HubSpot?
0 upvote
1 Reply
Community Manager
March 28, 2023 10:33
Hey, @JPrakash_ 👋 The documentation doesn't mention mapping to custom HubSpot properties. Because this is a 3rd party integration, the b...read more
GWilkinson on March 27, 2023
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
0 upvote
2 Replies
Member
March 28, 2023 19:29
Thank you!
PedroCampolina on March 27, 2023
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
0 upvote
1 Reply
Contributor | Diamond Partner
March 29, 2023 00:31
Hi PedroCampolina, Try this: <script> window.addEventListener('message', event => { if(event.data.type === 'hsFormCallback'...read more
jcromero on March 27, 2023
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
0 upvote
3 Replies
Member
March 28, 2023 14:54
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
AParra8 on March 27, 2023
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?
0 upvote
2 Replies
Member
March 28, 2023 07:25
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
vorellana814 on March 26, 2023
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
0 upvote
2 Replies
Participant
March 27, 2023 05:41
Use this following css it will be work .nav-1 { position: fixed; top: 0; width: 100%; z-index: 9999; }
MrCapp on March 26, 2023
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
0 upvote
1 Reply
Community Manager
March 27, 2023 09:44
Hey, @MrCapp 👋 Thanks for your quesiton. Let's invite some of our communty memebers into the discussion — @miljkovicmisa @BootstrapC , have y...read more
Stegemann on March 26, 2023
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
0 upvote
2 Replies
Key Advisor
March 27, 2023 02:30
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
Stegemann on March 25, 2023
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
0 upvote
1 Reply
Key Advisor
March 27, 2023 02:36
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
Solved
AKoprivec on March 25, 2023
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
0 upvote
2 Replies
Accepted Solution
Top Contributor
March 25, 2023 13:25
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
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.