@ShogiEngineer I don't remember if it's possible to submit URLs via the desktop application, but it should be the same as reporting it via the web ...read more
Hi @ShogiEngineer ! While I don't have a solution to your issue (as seems to be something only HubSpot can help with), I used to be an Avast employe...read more
Hi again, @Yossi21 ! 🙂 Same as before, seems like a CSS file is hidding the elements inside the module. The file: https://www.elginsweeper.co...read more
Hi @Bibiana_R ,
I took a quick look at HubSpot's Module Marketplace and didn’t find any module that does exactly what you're looking for. Ther...read more
@Wesimplifi_ Changing the css3-animation.css file will impact any page that loads this file, therefore it's important to fully understand what that...read more
Currently, when adding a partial template into an HTML file, we cannot pass any variable/props to it, making it quite limited when it comes to reusing code in our projects. Let me give you an example to better understand what I mean. Imagine read more
Hello community! I'm currently working on a blog listing page where I would like to list blog posts according to different variables that are stored in a module. It works in a way that the author selects the category of the blog posts and it wi read more
Hi Community,
The HubL function content_by_ids is r eturning a different order of elements than the one we pass to it.
For example, if we pass the following IDs:
[1, 2, 3, 4, 5]
It returns something randomized like: read more
Hi guys. I have a question regarding Templates and HubL. If I'm not using a drag and drop template, is there a way to load an HTML file into the template? Imagine that I need to load a piece of code or another depending on a parameter in read more
Hi guys. I'm testing something and I would like to know if there's a way to refresh the module list in a blog post. Let me put you in context: As you cannot change the template for blog posts, I'm loading partial templates (files) with the c read more
Hello Community!
I'm trying to fix a small issue on a website and it's driving me crazy, hope someone here can help me!
I'm trying to print in an HTML file a date from a HubDB row and it's returned as a timestamp, for example: 163598 read more