A bit of custom CSS is the only way currently. Something like this added to the Raw Header HTML:
<style>
.node-birthday-badge .carousel-indicators {
display: none;
}
</style>
Thanks
Joe
I've made a temporary solution by inserting an image and linking it to the questionnaire, but I'd prefer it to be embedded as it was.
Seems the new WYSIWYG is removing that script tag for some reason. I'll look into it.
In the meantime you could add a Raw HTML includelet to the page with the html/script in it. This doesn't use the WYSIWYG and so definitely won't alter the script!
Thanks
Joe
Thanks for your quick response, Joe. That works fine.
Thanks again.
John
I've now updated the new editor so that script tags are left intact. If anyone else notices any problem with embeds please let me know!
(That said, the Raw HTML includelet is probably still the best way to go as it guarantees the HTML won't be altered, which isn't the case when embedding into the wysiwyg as it might still try to 'tidy' it!)
Cheers
Joe
I too wanted to do similar and will try and 'hack' that bit of code once we link to our domain.
It seems a very useful feature to add as most of the Carousels I plan to use would be without the 'circles'.
Sorry above referred to the top itme in the thread..