I have a blog post page template, using the related_blog_posts hubl tag at the bottom. However it is not actually pulling posts that are related. I have tried two methods. This one is just taking the tags of the post, removing the year tag we ha read more
Hello,
I try to get associated line items from deal I did this :
{% set line_items = crm_associations(deal.hs_object_id, "HUBSPOT_DEFINED", 19, "limit=50", "name,quantity", false) %}
{{ line_items.total }}
line_items.total wor read more
Hey there! So here is what I'm seeing on your call: {% set line_items = crm_associations(deal.hs_object_id, "HUBSPOT_DEFINED", 19, "limit=50", "na...read more
I'm trying to add the google translate language switch to my HS site. I added this code snipped (generated from google translate) to the site header and it saved just fine. But the issue is the google translate widget is not showing up on my site. I read more
Hey Taylor, There could be multiple reasons why the widget is not showing up. First I would try opening the page in an incongnito browser and see...read more
I need help with fixing the header layout issue on my website. On the "About Us" and "Contact Us" pages, the topbar/header is breaking into two lines, while it's working perfectly fine on all other pages. Can someone help me understand why this is h read more
Hi. We recently created 2 contacts ( customer reached out to our support email and website chate ( linked to hubspot) via name@company.com and then with info@company.com ) - we trying to merge into 1 account . We keep getting this error: - read more
Hi! We have a fairly large theme and site that we launched recently. There is a need to get a staging version of the site going for larger global tests. Such as we just implemented a header change, and would be nice to build up to a staging sit read more
I know this has been solved but just to throw some other ideas, you could also create a sandbox account for development and staging and once everythi...read more
I need help with making the hover not transparent on the dropdown menu I created in the header hat menu in the top right. When someone scrolls over the glove icon, the options are shown, but the background is transparent and they can't read the dro read more
Hey Taylor here's a code snippet that can help you .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-chi...read more
Hi everyone, I'm facing a critical SEO issue on a HubSpot site and would love some guidance from the community or the HubSpot team. Background: When the site was first launched, multilingual was enabled by mistake by the developers, even tho read more
Hi everyone, I'm encountering a strange issue with a page I built entirely on HubSpot — including the design, content, and footer. The page is live here: https://blog.lescuistotsmigrateurs.com/ My main website is hosted on Shopify, and in the fo read more
Normally, footers use the hubspot/menu.module to make use of the Hubspot Navigation available in settings. It looks like the modile you're using is c...read more
Hi, We've integrated login & register feature in Hubspot CMS using this g.com/_hcms/mem/login and session is working properly and getting all the data in CMS template. We are using request_contact.is_logged_in to check the same but this is read more
@BPatel1 totally fair question and yeah, you’re right to be cautious if you’re dealing with paid or gated content. So here’s how it works: even t...read more
Hello Dev community, We are currently working on updating a custom coded programmable module that is currently used in emails. The purpose of this module is to display currency amounts, that are found in a JSON property used to display multiple ite read more
If you don't want decimals, you should set maxDecimalDigits=0 not maxDecimalDigits=6. I'm thinking you might need validate the data. From what...read more