CMS Development

Filtrar por
  • Todas las etiquetas
  • Announcement
  • CSS
  • Custom Modules
  • Design Manager
  • Documentation
  • Drag and DropTemplate
  • Email
  • Enterprise
  • Forms
  • Free
  • HTML
  • HubDB
  • Hubl
  • JavaScript
  • Local Development
  • Marketplace
  • Professional
  • Starter
  • wordpress
Ordenar por
Más reciente
  • Más reciente
  • Más me gusta
Estado
Todo
  • Todo
  • Resuelto
  • No hay respuestas
Resuelta
alvarofranz en May 26, 2023
The Hubspot CMS boilerplate theme uses a theme-overrrides.css file which redefines properties that can be edited via the theme settings. But it confuses me to have different properties for the same element in different files, I don't see Leer más
0 Me gusta
2 Respuestas
Accepted Solution
Asesor destacado | Partner nivel Elite
May 26, 2023 09:11
No, you do not have to set up your theme in exactly the same way as the boilerplate is. It's just a guideline. Having this separate file can be usefu...Leer más
sarthaksaxenas en May 23, 2023
Dear HubSpot Community, I hope this message finds you well. I am writing to seek your expert advice on optimizing the visual appeal of our AMP (Accelerated Mobile Pages) blog pages within HubSpot. Our primary objective is to achieve faster loa Leer más
Administrador de la comunidad
May 24, 2023 12:54
Hi, @sarthaksaxenas 👋 Welcome to our community. Thanks for your detailed question. I have a few questions to help our community better unde...Leer más
JAlberto en May 11, 2023
Hello Fellow Hubspot Users, Is anyone here experienced editing the Quote via Coded Template? I noticed it does not display the Total Contract Value so it causes confusion. What I mean is that when you input your items from the Product Library, Leer más
Miembro
May 11, 2023 20:59
Hi @Jaycee_Lewis , The default is, it will just display the Product and its price. So, If I have a product that costs $25 and I am ordering a Qu...Leer más
Resuelta
HeatherThompson en May 02, 2023
Hi, I'm using drag and drop emails and have one tiny thing I need to tweak in an HTML module. Unfortunately, I'm not having luck finding the answer on StackOverflow. I want an image to not display when the browser is below a certain width. I Leer más
0 Me gusta
3 Respuestas
Accepted Solution
Asesor destacado | Partner nivel Elite
May 03, 2023 17:07
@HeatherThompson Media queries cannot be inlined and gmail wipes out any <style> blocks that aren't in the <head>. So, unfortantely, re...Leer más
ASingh12 en May 02, 2023
The navigation menu's CSS is loading slowly, causing it to align vertically for a few seconds. I also checked the network requests and found that "main.min.css" is loaded after a few seconds. How to solve this issue? Please check this video link Leer más
0 Me gusta
3 Respuestas
Miembro | Partner nivel Platinum
May 09, 2023 08:03
Hey @Jaycee_Lewis Please check below link. You will see navigation menu issue when page loading. In navigation has 3 items(Home, Blog and contact ...Leer más
Resuelta
Matthias_harms en May 01, 2023
Hi, I didn't find any documentation for this. For some color-based calculations in CSS is it essential to have the color as a HSL value. In the HubL docs, I only find https://developers.hubspot.com/docs/cms/hubl/filters#convert-rgb . How do Leer más
0 Me gusta
2 Respuestas
Accepted Solution
Asesor destacado
May 02, 2023 06:58
Hi @Matthias_harms , here's a macro for this: <!-- templateType: "page" isAvailableForNewContent: false --> {% macro RGBToHSL(r, g,...Leer más
Resuelta
MNick2 en Abril 05, 2023
Was curious how people manage developing templates and themes locally and because we have to use something like "get_asset_url" for everything (css/images etc). I find myself not using that until I'm done developing so I can preview my stuff locally Leer más
1 Me gusta
3 Respuestas
Accepted Solution
Experto reconocido | Partner nivel Diamond
Abril 17, 2023 06:34
Hey @MNick2 , most times I don't use "get_asset_url" while developing modules/templates. My personal approach is: creating a single CSS file...Leer más
Resuelta
evargas en Abril 05, 2023
I made a card module, but when it comes to center the module on a page, the CMS editor does not have a option for horizontal aligment. Perhaps the only way to fix this is by adding a wrapper to my module and add the options for the user to horizont Leer más
Accepted Solution
Guía | Partner nivel Elite
Abril 06, 2023 02:57
Hi @evargas , Good point you have. You can make a request at HubSpot Ideas . It they build in a option to set the margin to auto instead of 0...Leer más
spotquotecoder en Abril 05, 2023
Hello, I started with the quote development today. Therefore I checked out the Hubspot files (like recommended here: https://developers.hubspot.de/docs/cms/guides/getting-started-from-the-cms-quotes-theme ) and tried to edit the quotes. I just tri Leer más
0 Me gusta
1 Respuestas
Administrador de la comunidad
Abril 07, 2023 19:01
Hey, @spotquotecoder . This one will be tough for the community to diagnose without seeing it in action. And that may not be possible in this case. ...Leer más
Resuelta
vorellana814 en Marzo 26, 2023
Hey guys, I'm trying to create a sticky navigation with a hello bar on top. I want the hello bar to be out of view once you scroll and keep the navigation menu to the top. I did top: -32px so that the hello bar can be out of view. I tried it out in Leer más
0 Me gusta
2 Respuestas
Accepted Solution
Colaborador líder
Marzo 27, 2023 08:41
Use this following css it will be work .nav-1 { position: fixed; top: 0; width: 100%; z-index: 9999; }
CLing0 en Marzo 24, 2023
I'm using a hubspot form on our website. I would like to remove the red asterisk on a required field from VS code. Is it possible? I've tried to edit the embed code on vs code by placing css=" " and cssClass. But they don't work. I also tried d Leer más
0 Me gusta
2 Respuestas
Miembro
Marzo 24, 2023 06:42
Hi Anton. Thank you for quick response. It doesn't work too 😞 I saw a solution as below link from hubspot. How to create a cssClass? Can I creat...Leer más
Resuelta
JNeukom en Marzo 21, 2023
Hey, all -- I'm working on a page built by a coworker who is no longer at the company. The page is for an upcoming event, so it has a secondary nav bar where you can choose agenda, speakers, etc. The bar changes to a dropdown on mobile, but Leer más
2 Me gusta
3 Respuestas
Accepted Solution
Líder intelectual
Abril 01, 2023 12:49
@JNeukom switching to the dropdown on mobile is normal (better UX), and using the menu styling from the browser is expected - it's very difficult t...Leer más
cancelar
Mostrando los resultados de 
Buscar en lugar de 
Quiere decir: 

¿Quieres iniciar una conversación o hacer una pregunta?

Crea una publicación.
Sunny

Sign up for the Developer Newsletter

Fresh content delivered to your inbox every month.