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. My website is: https://www.bizsetupdubai.ae 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 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
Hi @TaylorLioy ,
It looks like that dropdown is just inheriting the transparent background because there isn't anything explicitly set for tha...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
Hi! I new to the Hubspot maintenance team i am based out of India. Recently we experienced website outage noticed by US end post noon. Which was at 3am India time. Is there a way where we can configure web outage alert notification sent to emai read more
Context: I'm trying to set up IndexNow API through Ahrefs. To do so, I need to "host a proper UTF-8 text key file at the root of your website". If the API key was "hmmqv", the URL should be " http://snicsolutions.com/hmmqv.txt " The issue is read more
Hi @Owen-Rechkemmer ,
I believe you'll have to use a redirect. This post is older, but I believe it is still accurate: https://community.hubs...read more
My quote templates have been subjected to transformations by HubSpot System several times without explanation. The first few times, I was able to roll back the changes to a later version. However, yesterday, after cloning a quote template several t read more
Hello Anton, thank you for your reply. I don't think the problem is with the HubSpot cache; the folders were deleted overnight. Furthermore, the ver...read more
What's up with this?! Why isn't the CLI installing the latest versions of all its dependencies? The memory leak warning is concerning really. `npm update -g` doesn't change anything
Hey @ScottMoyse ,
personally I wouldn't recommend to upgrade to the currently newest version (7.4.0) as this introduces a new global configuratio...read more
Background I created a module that uses the sparsely documented icon field . Now I want to add it to a section template. I named the field icon. This code will not display an icon on preview. {% dnd_module "module_12345" path="/my-template/mo read more
My mistake was thinking hubspot used consitent naming conventions. Here is the Hubl snippet for icon: {% icon
name="{{ item.icon_field.name }}"
...read more