Hello there! I'm a developer, new to HubSpot. I'm trying to follow this article: https://developers.hubspot.com/docs/cms/building-blocks/themes/custom-fonts to add a custom font to my "test-theme". I cannot get the font to populate as an opt read more
Greetings Hublers...
Ive add the crypto-js package to my project: npm install -g crypto-js
Added the dependencies to package.json:
"dependencies" : {
"crypto-js" : "^4.1.1"
},
I can see it min my package read more
Yes I'm getting that feeling too @Mike_Eastwood . In my google search I found a work aound but it no longer works as it folder is now alot more loc...read more
1. how to add a CTA button to slider caption overlay 2. can the thumbnails be a different graphic than the corresponding slide? For example, use a photo for the slide but and icon graphic for the thumbnail? https://app.hubspot.com/design-previ read more
So after a long, troubleshooting day with trying to find out why the heck I can't edit or see a Blog Post body I've discovered the following: First off, we have the Blog Post template(/templates/blog-post.html). This contains both <h1>{{ read more
Hi, I get the following error (see below) when trying to install the hubspot CLI. Using Mac, zsh, and nvm. What can I do to solve this permission issue? When running ls -la, I can see that I am the owner of the node_modules folder as well as th read more
Hi Anton! Thanks for your reply 🙌 I have checked the permissions and my user have all the right permissions (drwxr-xr-x) but I still don't ...read more
Hi, I have a cloud based platform where our clients log in and we have a history of that log. After a certain period of inactivity we mark them as inactive. Is there a way to send a signal over to my hubspot instance to update their record in hu read more
Hello @DBarry9114s Integrate your cloud-based platform and Hubspot using their APIs. You can use the API of your cloud-based platform to retriev...read more
I'm getting this odd bug for logos carousels only on iOS Safari. What happens is it only shows the Alt text of the images but once you scroll or tap anywhere on the page, then the image loads correctly. This doesn't happen anywhere else for read more
Hey Jaycee, That's a fair point, let me give more details and findings about this issue. So first, I'm using a repeater to run this infinite logo c...read more
I'm trying to create speciality sitemaps for our site to prevent a large cluttered sitemap.xml file, like the one auto-generated for the website by HubSpot. Is there a way to do this within HubSpot, and if not, how can I create these speciality site read more
Hi Jaycee, I'm trying to imrpove the indexability of my site by grouping different site components into speciality sitemaps instead of the one la...read more
Hi, I am working on to generate pdf from workflow using custom code by importing pdfkit node module. But we are getting error Cannot find module 'pdfkit' . Below is my custom code example : I am facing this issues when I test the cod read more
Hi, @SChauhan9 👋 Thanks for reaching out. Can you add your examples as a code block? It's challenging for the community to troubleshoot code fro...read more
Hi Team,
Instead of Using an Analytics tool, Is there any possibility of getting to 10 popular pages (Web, Landing & Blog) in the last 90 days programmatically (Using HubL code)?
Hi, When trying to upload a module (from one portal to another) with the following line of code, I receive an error saying "invalid association definition id: 65". I know the error is because the ids are different between the different portals. read more
I am following along the course HubSpot CMS for Developers and noticed that the section Getting Started with the HubSpot CMS > Setting up the local development tools I see quite a few differences with what I see on HubSpot compared what is shown read more