CMS Development

Filtrer par
  • Tous les libellés
  • Announcement
  • CSS
  • Custom Modules
  • Design Manager
  • Documentation
  • Drag and DropTemplate
  • Email
  • Enterprise
  • Forms
  • Free
  • HTML
  • HubDB
  • Hubl
  • JavaScript
  • Local Development
  • Marketplace
  • Professional
  • Starter
  • wordpress
Trier par 
Plus récents
  • Plus récents
  • Plus de mentions Jaime
Statut
Tout
  • Tout
  • Résolues
  • Sans réponses
PDeT le Mars 29, 2023
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'] Lire la suite
0 Mention J'aime
0 Réponse
kalex le Mars 29, 2023
I've really struggled to implement a search bar to the global header. While I am able to simply add the search module to the global header, it keeps the formatting for .forms. I can certainly change those properties to make the header look good Lire la suite
0 Mention J'aime
1 Réponse
Expert reconnu | Partenaire solutions
Mars 29, 2023 17:04
Hey @kalex The default HS site search module will have the follwoing html/css structure: .hs-search-field__bar .hs-search-field__inpu...Lire la suite
AlrodriguezOTF le Mars 29, 2023
Hi everybody, I have a issue with the favicons in a client account, the client have ten domains in the account, with a primary domain and others as a secondary domain, the issue is that the client wants each domain load a different favicon, but in t Lire la suite
0 Mention J'aime
0 Réponse
KimJ le Mars 29, 2023
I'm attempting to use a currency property in an if statement. Can anyone tell me what the proper syntax is for a currency property? I'm using the price property on line items. It does not seem to work when I treat it as an integer. {% if line_it Lire la suite
0 Mention J'aime
0 Réponse
Raghavendra le Mars 29, 2023
{% if dynamic_page_route_level == 0 %} <h1>Top-level</h1> <div class="featured-video-outer"> <h3>Featured Video</h3> {% set row = hubdb_table_rows(dynamic_page_hubdb_table_id)[0] %} <div class="child-row" Lire la suite
0 Mention J'aime
0 Réponse
JPieters le Mars 29, 2023
Hi there, We are building a website on WordPress PHP8 and having issues with our HubSpot forms and ReCaptcha. The developer used the embed form code to link our forms to CTA's, however, there is an issue because a new ReCaptcha script is added eve Lire la suite
0 Mention J'aime
0 Réponse
JBrake le Mars 28, 2023
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 Lire la suite
0 Mention J'aime
4 Réponses
Contributeur | Partenaire solutions Elite
Mars 29, 2023 17:43
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...Lire la suite
PBifaro le Mars 28, 2023
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 Lire la suite
0 Mention J'aime
2 Réponses
Membre
Mars 29, 2023 06:40
So I need to add the module to a page and publish it for you to see it? Our website is not public yet so is there another way around it?
PhilGibson le Mars 28, 2023
I am looking for a developer for a simple module that can be added to the drag & drop editor. I am simply looking for collapsible accordian sections that I can update with content. Similar to a rich text field module but just with mouseover Lire la suite
0 Mention J'aime
1 Réponse
Gestionnaire de communauté
Mars 29, 2023 12:52
Hey, @PhilGibson 👋 Thanks for posting. As a HubSpot employee, I cannot make specific recommendations. And I have a suggestion to help get more v...Lire la suite
JPrakash_ le Mars 27, 2023
While integrating your Sopro campaign with HubSpot, is there a way we can map Sopro fields with our custom fields in HubSpot?
0 Mention J'aime
1 Réponse
Gestionnaire de communauté
Mars 28, 2023 10:33
Hey, @JPrakash_ 👋 The documentation doesn't mention mapping to custom HubSpot properties. Because this is a 3rd party integration, the b...Lire la suite
Résolues
GWilkinson le Mars 27, 2023
Hello, I am trying to display a blog listing where the post tagged "Featured" is always listed first and then the rest of the posts are underneath. what I want to do is something like this: {% set featured_posts = blog_tags('default', ' Lire la suite
0 Mention J'aime
4 Réponses
Accepted Solution
Contributeur de premier rang
Mars 29, 2023 11:02
This should work: {% set featured_posts = blog_recent_tag_posts("default", "featured", 1) %} {#featured is lowercase here as it's the slug #} {# a...Lire la suite
PedroCampolina le Mars 27, 2023
I need to populate a hidden field in a form that is on a landing page. The form and landing page were created in HubSpot. The hidden field will receive dynamically generated text values that should be saved in a field on the contact, and after subm Lire la suite
0 Mention J'aime
1 Réponse
Contributeur | Partenaire solutions Diamond
Mars 29, 2023 00:31
Hi PedroCampolina, Try this: <script> window.addEventListener('message', event => { if(event.data.type === 'hsFormCallback'...Lire la suite
annuler
Affichage des résultats de 
Rechercher plutôt 
Vouliez-vous dire : 

Vous cherchez à entamer une conversation ou à poser une question ?

Créez un post
Sunny

Sign up for the Developer Newsletter

Fresh content delivered to your inbox every month.