Alessandro Benassi

Results 20 comments of Alessandro Benassi

Assuming a structure like this: ``` Title Subtitle ``` Just create a pseudo element after the **p**: ``` p:after { content: ''; display: block; height: 100px; /** this is your...

Give this a try: https://github.com/leafo/sticky-kit/issues/173#issuecomment-498248178

Hi guys thank you all for your help with this! Let's take this Sentry Issue as a reference for this discussion: https://newzoo-com.sentry.io/issues/5141223488 --- @armenzg yes, clicking on the GH icon...

was about to report the same issue :( @LabhanshAgrawal have you got any news by any chance please?

agreed, I was hoping `wp rocket clean` would also trigger Varnish, Cloudflare, and whatever else a manual clear from within the Dashboard would trigger. This would make automatic deployments a...

Yes, I can confirm this is indeed an issue, at least with programmatically/dynamically generated tooltips. However, thanks to your workaround, I figured that the `setTimeout()` just needs to bee higher...

Yup same here. Only workaround AFAIK is to create a new map for each dataset, which is overkill and hard to maintain. Bummer!

I'd like to add that maintaining JS snippets within PHP code can quickly become a nightmare (and VS Code will not have any syntax highlighting for the JS inside of...

_TLDR: The problem seems to be gone on new issues concerning the same JS file. But, even though Sentry shows the correct line and content of the source file, the...

@lforst thank you!