CMS Development

絞り込み条件
  • すべてのラベル
  • Announcement
  • CSS
  • Custom Modules
  • Design Manager
  • Documentation
  • Drag and DropTemplate
  • Email
  • Enterprise
  • Forms
  • Free
  • HTML
  • HubDB
  • Hubl
  • JavaScript
  • Local Development
  • Marketplace
  • Professional
  • Starter
  • Wordpress
ソート
最新
  • 最新
  • いいね!が多い
ステータス
すべて
  • すべて
  • 解決済み
  • 未解決
  • 回答待ち
解決済み
JohnLaprairie 2月 08日, 2024
I am creating a theme template which has a drag and drop area. In this section will be placed a module. I also have a Theme Options settings page that allows the client to set a default padding on sections in the DND area (see attached image). 続きを読む
0 いいね!
5 コメント
Accepted Solution
名誉エキスパート | Elite Partner
2月 09日, 2024 11:33
When adding HubL values to an object you should not use the brackets at all. padding={ 'top': theme.site_layout.section_top_bottom, 'bottom'...続きを読む
解決済み
GAlvarez75 1月 31日, 2024
Hello, I am trying to set up breakpoints in my theme.json. I'm doing this in order to change the properties of my template sections based on screen-size. However, I can't set any breakpoint names besides "mobile", and I'm only allowed to use this on 続きを読む
1 いいね!
7 コメント
Accepted Solution
名誉エキスパート | Elite Partner
2月 09日, 2024 14:22
Sections are not an editable component in drag and drop development so you can't add extra fields to it. You'd have to create a custom module with ...続きを読む
JLetellier 1月 30日, 2024
Good Morning, I would like to start by saying that I am in no way shape or form a developper, but I manage to find solutions by following documentation, or what is already done. Up to now, i've found ways to break stuff, and see that things don' 続きを読む
参加者
3月 04日, 2024 03:29
Hello i just saw this post and also wanted to get some clarifitation on the limits since the limitation explanation in the developer docs just mentio...続きを読む
razvan-ts 1月 24日, 2024
Hey there! So, I'm developing a theme, and at some point made the decision that sections' spacing and background are defined based on order through CSS. But now, I came to an edge case, where I need two rows with columns in the same section (so th 続きを読む
0 いいね!
1 コメント
名誉エキスパート | Elite Partner
1月 24日, 2024 11:16
A dnd_section cannot have a dnd_row as a direct child, but you can have dnd_column inside a dnd_row. So, it's quite a bit of extra code but you can...続きを読む
解決済み
lolcabanon 1月 06日, 2024
Hey HubSpot team! I don't want this post to be a rant. I'd just like to share some of my journey developing themes on HubSpot CRM. First, I'd like to say I am totally amazed by the awesome work that has been done to make developing for Hub 続きを読む
Accepted Solution
コミュニティーマネージャー
1月 08日, 2024 13:25
Hi, @lolcabanon Thanks for your feedback. I shared it with my internal resources. While I cannot promise a specific response to your post, I ...続きを読む
EnriAlea 12月 22日, 2023
Hi, is there a way to get a variable from a module inserted in a dnd area? I've found the module name but if I try something like this in the template, it doesn't work: {{ content.widgets.widget_170308322558 続きを読む
0 いいね!
1 コメント
投稿者 | Platinum Partner
3月 12日, 2024 11:04
@EnriAlea , from where are you attempting to reference this modules data? From another custom module? Within the coded template? Within a rich text ...続きを読む
Oklab 12月 19日, 2023
Hi everyone! I created a website on my sandbox HubSpot acount and now that is ready I need to move it to a clients HubSpot acount. Does anyone know how to? (This instruction did not work: https://knowledge.hubspot.com/website-pages/import-your-webs 続きを読む
最優秀メンバー | Diamond Partner
12月 20日, 2023 20:19
You're welcome @Oklab , I'm sorry you had to redo all the work! I've been following that idea for quite some time, with it being 4 years old I...続きを読む
shiyon 11月 09日, 2023
Hello developers, I'm facing an issue with Personalization Tokens. Through our website, users can subscribe to newsletters. We've updated the footer to a custom one by hiding the default Unsubscribe token and added our URL. At the end of the URL, 続きを読む
メンバー
12月 11日, 2023 03:21
It appears that you are encountering an issue with the Unsubscribe email token, specifically the {{ custom.email }} token, not working as expected. ...続きを読む
robertsillo 11月 06日, 2023
This is the code for the module I developed to call tags and show them on the website. {% set blog_tags = blog_tags("default", 250) %} <div class="tags-cloud"> {% set active_tag = tag %} {% for tag in blog_tags %} {% if loop.index <= mo 続きを読む
0 いいね!
1 コメント
コミュニティーマネージャー
11月 10日, 2023 06:45
Hey @robertsillo Thank you for reaching out! Not sure why you are having this error, however I'm curious to know if you have checked/followe...続きを読む
解決済み
AzharBondi 11月 03日, 2023
Hi, my question is simply to know if there is a way, we can structure a menu differently for each tab clicked. Let's take this Hubspot page's menu as an example. Is it possible when I hover over "Discussions" have a container appear with two colu 続きを読む
Accepted Solution
キーアドバイザー | Diamond Partner
11月 03日, 2023 09:15
Yes @AzharBondi It is possible to structure a menu differently for each tab clicked you can take a look at this article on how to achieve t...続きを読む
likwid 11月 02日, 2023
I am creating a page using the drag and drop templates in the editor. I have CSS set up .dnd-section { max-width:1240px; margin:auto } This keeps my content at a reasonable with and centered. However I need the gray background to span 100%. When 続きを読む
0 いいね!
1 コメント
トップ投稿者 | Platinum Partner
11月 02日, 2023 16:44
Hi, @likwid , you're missing ; after auto. Can you check your code and see if it's missing that, too, or it's disappeared only for here. ...続きを読む
keyword 10月 27日, 2023
Hi! I have a question regarding templates in Hubspot. I have a basic template with drag and drop field. <!-- templateType: page isAvailableForNewContent: true label: Main template screenshotPath: ../images/template-previews/about.p 続きを読む
0 いいね!
2 コメント
参加者
10月 30日, 2023 09:13
Thanks for your reply @Anton ! It seems like I've made it work with this markup: <!-- templateType: page isAvailableForNewConte...続きを読む
キャンセル
次の結果を表示 
次の代わりに検索 
もしかして: 

新しくスレッドを立ち上げてディスカッションをしたり、質問をすることができます。

投稿する
Sunny

Sign up for the Developer Newsletter

Fresh content delivered to your inbox every month.