Hi, When I run hs watch command with --initial-upload it works fine, but when I change something it is not triggering the upload of the changed file. It was working but suddenly it stops working, I tried to upgrade do the latest version (4. 続きを読む
If anyone is struggled with that problem and are using yarn as the package manager. To solve the problem I completely removed all global packages and...続きを読む
In today's digital world, having a strong online presence is crucial for businesses. And in order to stand out from the competition, it's important to have a well-designed website. However, designing a website can be a daunting task, especially if 続きを読む
Hi @lortiz2 thanks for sharing this, I'm curious how you came up with the list? Is this from research or personal exeperience? or help from ChatGP...続きを読む
import requests import os from dotenv import load_dotenv import os load_dotenv( '/home/karien/PycharmProjects/VDVTEST/secretsSandbox.env' ) # Replace YOUR_API_KEY with your actual API key OAUTH = os.environ[ "OAUTH" ] # Replace ACTI 続きを読む
Hi, I'm looking in my wordpress plugins folder. I have wordpress installed, but can't for the life of me find which folder it's in! I know this is so basic, but can someone help? I'm very confused. Thanks
Hi there, Would appreciate if anyone got a minute to spare. So I've got a page where I want to display some recent post by tags. While it works on my staging website, when I send my changes to production, the posts are not showing 😞 続きを読む
There seems to be something wrong with the __lte filter in GraphQL, when used on the frontend. In GraphiQL it shows the right data in the collection, but not on the frontend. Compare the two images, of GraphiQL and the frontend. I’m 続きを読む
if check box is checked in hubdb table that row data should display first, remaing data should display next. <div id="applynow" class="GrowingTeamOuterWrapper" style="background-color:{{ module.style.background_color.color }};padding 続きを読む
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 続きを読む
Hi, I implemented tabs to accordion module as described here: https://designers.hubspot.com/code-gallery/entry/founders/esparkbizhubspot-Tabs-to-Accordion-Module By default, it is opened on the first tab when the page is loaded. How can I ch 続きを読む
I found the solution, posting it here in case someone else needs to do this: In Html change line 5 to tab index==2 In JS file change line $(“.tab_...続きを読む
Hello there, We want to inquire how we can fetch the blogs that are available depending on the frequency the user has selected [Instant, Daily, Weekly] instead of fetching the latest recent post with the function " blog_recent_posts('default', NU 続きを読む
We're using the "redirect to another page" option on the scheduling page and we'd like to reduce the amount of time it takes for the page to redirect. Is this possible and if so, what can we do to change it? Thanks in advance.
Hi @PPardi no, it's not possible to change the time it takes to redirect as a setting, the only thing you can do is to optimize the page you are r...続きを読む