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
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
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
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
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
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
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
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
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
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
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
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.
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
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
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
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
@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
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