I recently built a private app and had it up and running on my HubSpot test account but I noticed I can't use some HTML elements and iframes. Is there a way to add iframe elements that can be used for to display content from external websites on my read more
Hi @ARichard9 and welcome, we are so glad to have you here! 🎉 Thanks for asking the Community! I'd like to share this article " Embed conten...read more
Hi there, I have a question about using multiple themes in one website…I had the awesome team from MakeWebBetter apply one of their themes to our website, and I love it, but it doesn’t have a footer I like, so I was wondering if I only want to i read more
@FullBloom - This is not a black and white question unfortunately. In theory, you could take one global footer HTML file you like (or the contents ...read more
To whom it may concern, I am currently trying to make an adjustment to the following line of code <a class="sn-arrow" href="#"><i class="fa fa-chevron-down"></i></a> I need to add an accesability tag to this cod read more
Okay thanks everyone for the help I was able to finnally solve this issue! Turns out there is a Javascript file inside of the template that load...read more
I created a module containing buttons with a title. As I needed to have multiple buttons on my webpage, I placed the button in a repeater. How can I have a different background colour for each button in the repeater? (How can I make my styles editab read more
@ADuka - looks to me that you have done 99% of the work here for your goal 🙂
One way to get to 100% is adding css background module properties...read more
Hi I am creating a resource listing with filters. I am calling from a HubDb and am having trouble with a for loop with displying topics for each listing. If the item is tagged with one topic it shows in the filter dropdown. If another item has the read more
Hi Ernesto @ GiantFocal Thank you for your reply. The code has seperated out the topics in the dropdown. When I check one of the options in...read more
ブログ一覧に、①ブログ記事ページへのリンクと、②それ以外のリンク(別のカテゴリページへのリンクなど)の2種を出力させたいと思っています。 リファレンス では、以下のように指南があり、私の解釈では、②の場合は空の記事を作成し、そこに埋め込まれる以下のテキストフィールドにリンク先(文字列)を記入することでその値を拾ってくれる…と解釈しています。 {% module "custom_blog_link" path="@hubspot/text", label="Link to e read more
Hello, I am trying to multiply two variable deal properties together for an email. Here is the code that I have made for the email thus far: <p>
{% email_each list="deal.line_items" item="line_item" %}
<div style="display: f read more
Hi I am trying to call Hubspot database items into a custom module using a HubDb row field. I can call text and images that are stored in the database but not multi select items. The field looks like this: Titles can be called using: {{ read more
Hi @Woodsy , Multi-select field return arrays; you can use a for loop to display the values. You can replace your {{ item.resource.columns....read more
I am trying to embed some HubSpot CTAs I created into Squarespace blog posts. I'm using the "Embed" block on Squarespace and pasting the code snippet into the "Code Snippet" field in the block. The dimensions of the CTA are 768 x 160. The page w read more
Hey, @mgoldbergesp 👋 Do you have a link to a live page where our community members can “see” the issue? It's challenging to give troubleshooti...read more
Hi Team I am wondering if I can create a property that tells us whether the: contact owner (of a contact record) and the company owner (of a company record) are not the same I think this would need some workflows at the least but just wond read more
Hey, @GClements2 👋 Thanks for the great question. Looking at the limitations of Calculation properties , specifically that they cannot comp...read more
During configuring Primary and Secondary Domains, I have lost my website, and a temporary slug is pointing to an unknown status redirect. Can anyone help release my website from it or is it completely gone?
Melinda, I used the GoDaddy platform to change the DNS settings according to the instructions, while WordPress served as the CMS. I was in the proces...read more
Hi, I tried adding child items to my company's navigation header (under Services) but they wont be displayed. I did the addition through Settings > Content > Navigation Menus. How should I change the code? Right now it's: {% set nav = read more
Hey @SKatajamäki ,
triggering the "nav-item__has-children" class is most times not enough. You have to include a loop for the children/dropdown g...read more