Hello guys, I’m here because I need help.
what I want is to display this page, that I created in html and JavaScript, every time a user click on an image:
This effect should be triggered on display and on click, like this:
The JavaScript coding doesn’t take any effect. What I can confirm is that there is no problem with the coding, because I have tried it on the normal html page, not in bubble.io, and it works like a charm.
ouh and I tried putting the JavaScript inside the HTML element, still, it does not work. Maybe I should use plugin? or something?
Hi,
There are numerous discussions on this topic within the Forum. You have to check out Bubble documentation - it explicitely says that Bubble doesn’t support custom CSS styles. It has to do with the way Bubble-based page is rendered. Bubble’s rendering logic overrules any styles and elements you might place on the page. If you go to plugin’s marketplace you’ll see that very few deal with custom CSS. The reason - Bubbe implements little changes quite often and all CSS-reated plugins that used to work, just don’t anymore. There have been some over the time, the lates one in December, I belive. It’s already pretty much useless.
Not 100% sure on this but from the code it looks like you have font awesome. “fa-star”. Now this is usually loaded by a script in the header and I think bubble blocks this on free plans if that is what you are on. Just a potential avenue to investigate.