It’d be great if the select + multi-select fields in HubDB had both a “pretty” name and a value. For example, in my attached screenshot, Agriculture Farming would be the “pretty” name and agriculture_farming would be the value. Or Oil, Ga read more
A crop position would be great. X could get left, center, or right. Y could get top, center, or bottom. And defaulting to the center seems appropriat...read more
The resize_image_url function is quite handy for preventing users from adding images of an obscene size and reducing page weight. One idea to take it to the next level would be adding a crop parameter. Something like: {{ resize_image_url("http read more
I'm curious to know if there has been any headway on this issue ( https://community.hubspot.com/t5/Content-Design-Questions/Ways-to-Loop-Through-Collections-of-Landing-Website-Pages/m-p/1053#M80 ) with the recent changes to the Design Manager. L read more
The resize_image_url function is quite handy for preventing users from adding images of an obscene size and reducing page weight. One idea to take it to the next level would be adding a crop parameter. Something like: {{ resize_image_url("http read more
It’d be great if the select + multi-select fields in HubDB had both a “pretty” name and a value. For example, in my attached screenshot, Agriculture Farming would be the “pretty” name and agriculture_farming would be the value. Or Oil, Ga read more
Is there a way to develop a custom nav using the Advanced Menu module? For example: {% menu "main_menu" site_map_name='Default' %} <ul> {% for item in widget_data.main_menu %} <li> <a href="{{ item.link }}">{{ item.label }} read more
According to the HubSpot documentation, there are 6 values for the root_type parameter: site_root top_parent parent page_id page_name breadcrumb I understand all but the page_id and page_name values. Can someone please explain how those read more
Is there a way to customize the HubL Gallery module? Basically removed all of the styling, wrappers, etc. so it just spits out the images? Then take those images and wrap them in some HubL code like so: <div class="slider">
<div>&l read more
I'm looking to run a simple function after all of my HubSpot CTAs (20 or so) have completely loaded: $grid .isotope(); My Isotope layout is triggered on page load and window resize. The loading delay on the HubSpot CTAs prevents the layout from r read more