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
Raghavendra on March 29, 2023
{% if dynamic_page_route_level == 0 %} <h1>Top-level</h1> <div class="featured-video-outer"> <h3>Featured Video</h3> {% set row = hubdb_table_rows(dynamic_page_hubdb_table_id)[0] %} <div class="child-row" read more
0 upvote
2 Replies
KK9
Member
March 30, 2023 21:43
all the 3 section showned in image are hubdb child table data, all the data should change every week automatically or through the custom selecti...read more
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
Contributor | Elite Partner
March 29, 2023 17:43
Yes I'm getting that feeling too @Mike_Eastwood . In my google search I found a work aound but it no longer works as it folder is now alot more loc...read more
PhilGibson on March 28, 2023
I am looking for a developer for a simple module that can be added to the drag & drop editor. I am simply looking for collapsible accordian sections that I can update with content. Similar to a rich text field module but just with mouseover read more
0 upvote
1 Reply
Community Manager
March 29, 2023 12:52
Hey, @PhilGibson 👋 Thanks for posting. As a HubSpot employee, I cannot make specific recommendations. And I have a suggestion to help get more v...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
Chappers on March 24, 2023
We have a form which was displaying as a 2-column form. Now it's displaying as 1-column (see attached screenshot) I've checked in different browsers, community pages and searched web, all Hubspot, etc, and still can't see a solution. In fact, read more
0 upvote
2 Replies
Participant
March 28, 2023 01:02
Thanks for your reply Anton. The form displays when pressing Request A Callback button on 4th step of Calculator here > https://www.homewise.co.u...read more
tkruger on March 23, 2023
Hi All! I am working with shufflejs ( https://vestride.github.io/Shuffle/ ) on codepen, and it works fine however when I put it in a HubSpot module I get the following error. Codepen: https://codepen.io/tkruger/pen/dyqKYBz Error in Hub read more
0 upvote
1 Reply
Participant | Partner
March 24, 2023 07:04
I switched to using filterizr instead of shufflejs and it works fine with HubSpot. https://yiotis.net/filterizr/#/ I would like to know why th...read more
Solved
Raghavendra on March 20, 2023
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
1 upvote
12 Replies
Accepted Solution
Key Advisor
March 20, 2023 10:40
Like so: {% set queryparam = '&sport_filter__in=' ~ module.sport_type ~ '&limit=3' %} {% set case_data = hubdb_table_rows(module.hubdbtabl...read more
Raghavendra on March 20, 2023
{% set case_data = hubdb_table_rows(module.hubdbtable_field, 'sport_filter=Athletics&limit=3') %} in the place of Athletics i need to add custom choice but it is showing syntex error
1 upvote
4 Replies
Participant
March 20, 2023 21:51
it is showing error
KiriChili on March 17, 2023
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
1 upvote
1 Reply
Community Manager
March 20, 2023 15:45
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
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.