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
Solved
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
4 Replies
Accepted Solution
Top Contributor
March 29, 2023 11:02
This should work: {% set featured_posts = blog_recent_tag_posts("default", "featured", 1) %} {#featured is lowercase here as it's the slug #} {# a...read more
Solved
JSalazar8 on March 01, 2023
I'm having some issues trying to embed a google form (survey) in the subscription update confirmation page. I tested using two different custom modules (code, html+hubl) and both are only working in Chrome (desktop) but not on Firefox and mobile dev read more
0 upvote
5 Replies
Accepted Solution
Member
March 06, 2023 07:25
Actually, I just realized it was a permission setting. All good now. Thanks!
Solved
nandinighosh on February 27, 2023
I'm currently working on customising the language switcher classes and trying to find the html code that structures the <div class="language_switcher_class> with the <div class="globe_class"> in it. The default hubspot language switcher read more
0 upvote
7 Replies
Accepted Solution
Key Advisor
February 28, 2023 13:23
It you set the hover on the parent element that contains everything it should work. For example, on HubSpot's boilerplate theme ( GitHub ) it's wra...read more
Solved
jakubziemba on December 05, 2022
Hi! I have a question regarding the image optimization done by Hubspot. I've found some info in this link: https://developers.hubspot.com/docs/cms/developer-reference/cdn#image-compression-optimization-and-automatic-image-resizing , especially read more
0 upvote
3 Replies
Accepted Solution
Key Advisor | Elite Partner
December 06, 2022 12:59
Lighthouse doesn't give the "Serve images in next-gen formats" message just because they're are pngs and jpgs on the page. They take those images, co...read more
MarcC on November 23, 2022
Hello, I want to use oembed function to import metadata from a newspaper article URL to use in an email (title, image, href). I want to use https://iframely.com/ to generate the oembed json. But this is not working with oembed function. Th read more
0 upvote
2 Replies
Recognized Expert | Diamond Partner
November 28, 2022 07:39
Hi @MarcC , Do you have HubDB? If so, you could create a Table, use the HubDB API to get the content into HubSpot and output it with a custom m...read more
MGoswick2 on August 10, 2022
So I came across what I think is a bug. With the new programmable email modules, you can now create loops and interact with contact properties prior to sending the email, which is great! I've been able to successfully manipuate contact fields usin read more
Community Manager
August 11, 2022 11:30
Hi, @MGoswick2 👋 Thanks for including all those details. Hey @Mark_Ryba @amwilie @BarryGrennan have you experience anything similar to wha...read more
Antoine_AR on January 26, 2022
Hello everyone ! I'm currently trying to make a script which looks in a list of more than 100 objects in javascript. For now, the only solution I found is to use this : {% set events = crm_objects("product", "hs_folder_id=5167212&limit read more
Top Contributor
July 19, 2022 03:07
Hi @Antoine_AR , I have the same issue. Did you find a solution to this?
esraszrr on January 24, 2022
How can I create a slider where one side is content and the other side is moving pictures(carousel image)? the right side will only contain content there will be motion pictures on the left Actually, There can be 2 modules in a single slide.
0 upvote
4 Replies
Guide | Diamond Partner
January 27, 2022 00:34
Hi @esraszrr , There is no option to use 2 different modules in a single slider on HubSpot, so you can use a field named “rich text” inside th...read more
OnebytwoFood on January 24, 2022
Hi i have built a landing page on hubspot, Ive been trying to make one srction mobile responsive but failed miserably. i am attaching the images below please help me out with the solution. You can see the images overlapping on the mobile version . read more
0 upvote
2 Replies
Guide | Elite Partner
January 26, 2022 02:10
Hi @TiphaineCuisset , thanks for mentioning. Hi @OnebytwoFood , There are multiple ways so make a text and media column responsive, dep...read more
Vchannel on January 23, 2022
Hello devs, I have to create a scenario that is related to events. We have to add events through the backend with event dates. Whenever that specific event date passes, it will disappear from the entire website. In addition, every event will h read more
0 upvote
2 Replies
Participant
January 29, 2022 02:32
Hey @Anton , Thanks for the solutions it really helped for me. I hope you will be able to help me more. Now I have 5 events in hubDB table then...read more
Solved
StacyCook on January 19, 2022
Why is the external CSS being ignored where preview works but the email itself is not showing the CSS?
0 upvote
2 Replies
Accepted Solution
Key Advisor | Elite Partner
January 21, 2022 13:21
@StacyCook For security reasons a majority of email clients will block external style links thus not rendering your styles. Instead you'll want to...read more
JZielińska on January 18, 2022
Hello I have a problem, in my template I'm filtering data from HB database {% for row in hubdb_table_rows ( module . hubdbtable_field , queryparam ) %} As queryparam: "&services__contains=digital&limit=2&orderBy=-da read more
Recognized Expert | Diamond Partner
January 19, 2022 10:19
Hi @JZielińska , Could you try one of the following solutions: {% for row in hubdb_table_rows ( module . hubdbtable_field , ...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.