This one took me ages to figure out myself when I was getting started. The quickstart project is slightly outdated. If you take a look at the comme...read more
Yeah, there must be some reasoning behind it. But you can get around it by using {{ 'https:' + get_asset_url('../fonts/fa-solid-900.woff2') }} ...read more
Hi @critesjm , Could you show us your index.tsx file? It'll be easier to diagnose the issue. I'm also in the process of getting to grips with CMS...read more
I don't think you're really going to find a satisfactory solution to this. The first thing I looked into was Alias Mapping but that's more for upd...read more
Clients so often forget to hit publish after updating a HubDB table, freak out, pull their hair out, say it's not working, etc. etc.
A simple notice indicating a table has unpublished updates would be great. Somewhere on the table editing page read more
This one's just for the nerds 😂 but I wanted to show it off and see if anyone else came up with any solutions. On my blog I end up writing about hubl a lot. So I end up having to use {% raw %} tags a lot. To speed this up I added some filters t read more
A client wants certain page info to only be visible to themselves when logged into Hubspot.
I know that I can use
{% if request.postDict.inpageEditorUI %}
to only show content on the edit page but I'm struggling to think of a way read more
When I get to the screen that says I don't have sufficient permission to edit/access XYZ, it'd be very handy if it listed what permission what required in that specific case. It'd speed up asking the admin for those permissions/ save me having to g read more
They've used it for the basis of every page 😠 Client wants new templates based on current page layouts, content replicated off site for demoing, etc. I'm not sure why anyone would use this as the basis of their theme in 2024 Bar read more
This seems to be the case with every webp file I've tried on my clients portal. Can anyone else confirm this?
{{resize_image_url("file.jpg", 0, 0, 300)}}
works
{{resize_image_url("file.webp", 0, 0, 300)}}
read more