In the Design Manager, I created a drag-n-drop section with a linear gradient background. Content Editing staff should be able to add this section to the page and insert multiple columns inside the section. I added flexible columns to a reusable read more
Hi @Cobra ,
I'm not sure if I get this right - by default a content editor can add modules/rows/columns... by drag&drop in an used saved secti...read more
Hello, I am trying to modify Blog post after before publishing the post and the problem is that on the blog page, it doesn;t allow to move the picture below, and to remove share buttons, removing author pictures. Is there any way that the blog pag read more
hi @RZejna ,
since you're working with Growth - you have to create a child-theme (if you haven't already).
To create a child-theme you have to...read more
Hi there, I'm building a simple landing page with a section that contains two columns. I noticed for the first time that there is a setting for the columns, under Visibility, that states "hide on this breakpoint" with a show/hide choice. My ques read more
This is set in your theme's theme.json file. See this for details: https://developers.hubspot.com/docs/cms/building-blocks/themes/responsive-breakp...read more
When using (for instance) a standard HubSpot rich text module in a drag and drop template. There is the ability to adjust styles based on desktop / mobile. Is there a way to incorporate that same behavior when building/using a custom module? Right n read more
I am not able to add dnd_area to my blog listing template. When I change templateType from blog to page, I'm able to add them, but I need that template to be blog type. How can I achive this?
hi,
i have a problem in a landing page, i need to add whats app image and i need to make that image position fixed, it is a starter templet, no themes or templets are or no code are used.
Hi @Raghavendra ,
you have to create and publish a custom module in the design-manager first.
You can find the design-manager here: Marketi...read more
Hey, so if I try to create an email via the built-in email-templates from HubSpot I get this UI: while if I create my own email template (hs create template, chose email) that gives me an entierly different UI, without drag&drop functiona read more
Hi @Track ,
the "new" drag&drop builder sunsetted the old "design-manager" email templates in January 22. But as @Jnix284 mentioned - devel...read more
Hey Guys, i'm looking for a solution to change automatically the value/key in the choice of a module field, if the background of the dnd section (or column) is changed in the style settings of it by someone. For example from this:
to thi read more
Yea, there's no way to access the DnD field values so no way to use them for conditional formatting. Certainly a great idea though so definitely a po...read more
Hi all, Could you please help me with below hubl code to fetch deals on website/landing pages: {% set objects = crm_objects("deal", "limit=300&pipeline=pipeline_name&hubspot_owner_id=xxxxxxxx", "dealname,hubspot_owner_id") %} {{ obje read more
Hi all, {% if dynamic_page_crm_object %}
<details>
<summary>
<h5>Research Publications</h5>
<div class="chevron-icon"></div>
</summary>
<div class="content-wrapper">
{% set publi read more
Sorry to jump in here without being summoned 🙂 Hi @Luke-Simp , separating where you grab and format the data, and where you display it will help....read more
I made a card module, but when it comes to center the module on a page, the CMS editor does not have a option for horizontal aligment. Perhaps the only way to fix this is by adding a wrapper to my module and add the options for the user to horizont read more
Hi @evargas ,
Good point you have. You can make a request at HubSpot Ideas . It they build in a option to set the margin to auto instead of 0...read more
Hello everyone, Is it possible to update page contents including modules' data entirely through code? I know I can add default modules using `dnd_module` HUBL code in page templates, but it seems when I update the template modules in code with read more
Hi Amohar,
You can update pages via code by using the API: https://legacydocs.hubspot.com/docs/methods/pages/put_pages_page_id
Is that what...read more