CMS Development

Filtern nach
  • Alle Label
  • Announcement
  • CSS
  • Custom Modules
  • Design Manager
  • Documentation
  • Drag and DropTemplate
  • Email
  • Enterprise
  • Forms
  • Free
  • HTML
  • HubDB
  • Hubl
  • JavaScript
  • Local Development
  • Marketplace
  • Professional
  • Starter
  • Wordpress
Sortieren nach
Neuesten Beiträge
  • Neuesten Beiträge
  • Top Likes
Status
Alle
  • Alle
  • Gelöst
  • Ungelöst
  • Unbeantwortet
tmcmillan99 on September 06, 2024
Client is on a custom Hubspot site that was developed before themes became the standard. We are in the early stages of a site redesign and want to take this opportunity to switch their site to a theme. They have quite a few custom gallery type modul Beitrag ansehen
0 Likes
1 Antwort
Vordenker/-in
September 06, 2024 12:34
Hey @tmcmillan99 , first thing I'd do: Move all the pages to staging environment. This should make the transition to themes easier. Also - I...Beitrag ansehen
madsmoller on September 06, 2024
Our sites have CSS inlined in the source code instead of generating a link to the css file. Our theme uses the following to add the css as a link. {{ require_css(get_asset_url('../css/main.css')) }} How do I change this behavi Beitrag ansehen
1 Likes
4 Antworten
Vordenker/-in | Platinum Partner
September 06, 2024 14:02
Thanks for the tag @Anton ! Just confirming from a theme developer who is experiencing this there have been no changes to the theme. There ar...Beitrag ansehen
RamiJ on September 06, 2024
Hi, all I tried create the development sandbox account through CLI but i faced an error Failed to create a development sandbox devsandbox . [ERROR] Unable to access language property. [ERROR] [Missing language data]: en.lib.s Beitrag ansehen
0 Likes
1 Antwort
Trendsetter/-in | Platinum Partner
September 06, 2024 09:17
Hi @RamiJ This could be due to a few reasons: 1. CLI Tool Issues: Check if the CLI tool you're using is up-to-date. Outdated version...Beitrag ansehen
SlimSr2003 on September 05, 2024
I am working to add a few fields onto the membership registration form. Here is the current version: https://filterlabs.ai/_hcms/mem/register?redirect_url=/sample-newsletter-blog/ai-for-peace-what-is-the-russian-public-thinking-0 I would like Beitrag ansehen
0 Likes
2 Antworten
Mitglied
September 05, 2024 16:03
Hello! The system template you are referring to is not intended to actually be a registration form. When you add someone to your membership list, the...Beitrag ansehen
Gelöst
KCooperUK on September 05, 2024
I would like to change the logo file on the header.html file [@hubspot/cmsdefaultsystempages/templates/partials/header.html] I have added the new logo to the BrandKit and can link to it by using the code [<img src="{{ brand_settings.logos[3].src Beitrag ansehen
0 Likes
4 Antworten
Akzeptierte Lösung
Ratgeber/-in | Platinum Partner
September 05, 2024 12:30
Sure thing. Anytime you clone something from the system folder, all of the relative path references (i.e. "../macros/helpers.html") get broken since ...Beitrag ansehen
ShyamVikaas on September 05, 2024
Hi All, My sole intention is to create a layout of image , text inside a section which should be editable in Hubspot Website Pages from CLI Boilplate code. Seeking right approach to style this modules of image, text. if Tailwind is applicable to S Beitrag ansehen
0 Likes
3 Antworten
Vordenker/-in
September 06, 2024 08:57
Hi @ShyamVikaas , create a custom module write your desired HTML layout with the tailwind classes you like to use add following fields im...Beitrag ansehen
KWallace7 on September 04, 2024
Hi! I have a question for linking from one page to another with route parameters. We have a react app running with a bunch of products, and to filter the products there are route params added. I want to link from the home page to this filtered Beitrag ansehen
0 Likes
2 Antworten
Mitglied
September 06, 2024 14:46
Hey Jaycee! I wanted to circle back on this. I'm not sure it is an actual React problem. More just that I can't link to a filtered page in the C...Beitrag ansehen
Gelöst
ZNapiecek on September 04, 2024
Hello, Does anyone have idea how can make add a shadow to the image in my button once hovered? https://tpsisandler.com/webinar-diagnoza-potrzeb Right now it looks like this: The image placing: <a class="hs-button " href="{{ href ~ Beitrag ansehen
0 Likes
1 Antwort
Akzeptierte Lösung
Mitwirkender/Mitwirkende
September 04, 2024 11:51
Try adding a Filter CSS styling element to the image. filter: drop-shadow(black 0.1em 0.1em 0.2em);
Gelöst
nidheeshk-web5 on September 04, 2024
In our project, we're using a HubSpot form for the product enquiry page. We've managed to retrieve the current product SKU and name and stored them in a JavaScript variable. We then used these values to populate two fields in the form (Product SKU a Beitrag ansehen
0 Likes
2 Antworten
Akzeptierte Lösung
Ratgeber/-in
September 05, 2024 09:03
Wrap your javascript in a form event listener that waits until the form has loaded. window.addEventListener('message', event => { if(event...Beitrag ansehen
paradummy on September 03, 2024
Hey everyone, we try to reduce the formating options of richtext editors with the enabled_features , unfortunately it seems there's no option to enable the AI content assistant (at least not from the docs). Any ideas if this is possible or are we o Beitrag ansehen
0 Likes
2 Antworten
Mitwirkender/Mitwirkende | Partner
September 06, 2024 09:01
Hi @Jnix284 Thanks for the hint, I tried that (and all possible combinations with uppercase and lowercase, dash instead of lowdash etc.) but unfor...Beitrag ansehen
VShvets on September 03, 2024
Hi, my site has a list of posts with url /post?id=<id>. The posts are stored on a backend outside hubspot. I need to add meta tags with relevant information about the post based on the ID. I am using https://github.hubspot.com/cms-react/ and Beitrag ansehen
0 Likes
1 Antwort
Community-Manager/-in
September 03, 2024 19:56
Hi @VShvets ! Welcome to the Community-- happy to have you here 😊 I understand you are looking for a way to dynamically set a meta tag on...Beitrag ansehen
Gelöst
MadameButterfly on September 03, 2024
Hi Guys, I need help with the following please: The header on my website currently looks like this on mobile: I need help adding a hamburger menu next to my logo or I need assistance putting the original menu items on 1 line so that its Beitrag ansehen
0 Likes
2 Antworten
Akzeptierte Lösung
Vordenker/-in
September 03, 2024 10:12
Hi @MadameButterfly , in order to implement a burger, you will need to edit (at least) following files: a CSS(most likely the header.css) hea...Beitrag ansehen
abbrechen
Suchergebnisse werden angezeigt für 
Stattdessen suchen nach 
Meintest du: 

Möchtest du eine Diskussion beginnen oder eine Frage stellen?

Beitrag erstellen
Sunny

Sign up for the Developer Newsletter

Fresh content delivered to your inbox every month.