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 😞 read more
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 read more
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 read more
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
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 read more
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_...read more
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 read more
Hey, @CreateApe 👋 I don't have any documentation for modifying the RSS feed in this manner. Our community champions @Phil_Vallender offered so...read more
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...read more
Hi All, We have a client looking to use different global content headers for their landing pages, depending what that LP is there to promote. We're not developers but we've been pointed in the direction of global partials as a solution, alt read more
If the content needs to different on different pages I wouldn't recommend a global partial. Unless you were to create several global partials and use...read more
Hi, are there additional options to prevent spam in HubSpot form submission? Apart from the regular ReCaptcha field, recently I came across many forms that include a simple match calculation field, e.g. "What is 4+9?", so that the person submittin read more
Hey, @SPfadt 👋 Thanks for the question. I don't have any documentation on editing or modifying the ReCaptcha from HubSpot forms . This knowled...read more
I noticed a bug while coding a custom email module that uses contact properties as follows: {% set bag = [] %}
{% for i in range(0,2) %}
{% do bag.append('x') %}
{{ bag }}
{% endfor %} This prints what you can expect: ['x'] ['x','x'] read more
Hi @TDwebdev , thx for the suggestion. I found a workaround myself as well, I just wanted to document it here in case anyone bumps into it and loos...read more