Aleksandr Hovhannisyan

Results 147 comments of Aleksandr Hovhannisyan

Just wanted to chime in here! Lighthouse unfortunately flags this as an accessibility issue, stating that `[role] values are not valid`. Not a big deal for my site since I...

@KittyGiraudel Sure! I can push up a PR. Edit: Although I'm not sure: Do we want to remove just the `doc-endnote` role or all of the roles? 🤔

I know this isn't the right place to say it, but I'd rather not pollute the repo with a pointless issue. Thank you SO much for this plugin. As @dko-slapdash...

@talelhub Glad you enjoyed the read! One of the ways you could do this is by giving your `.copy-code-container` div a solid background color (and maybe setting its width to...

Hmm, interesting. Are you comfortable sharing a sample of the blog post in question? My only guess as to why this may be happening is that the first `{% capture...

Ah, I would advise against putting the script in your include file (this may be part of the problem, but I'm not sure). This means your `` block will get...

@mark-plummer No problem! Did you make sure to include the script on your page? I recommend doing this in your layout file for posts (in my case, that's `_layouts/post.html`). If...

@mark-plummer Interesting... Nothing wrong there. Do you mind sharing some code samples for the copy script and your markup? Not sure what could be throwing things off, but I'm curious...

@mark-plummer Hmm, everything looks fine except for this comment that's missing a closing tag: ![image](https://user-images.githubusercontent.com/19352442/93586014-af8d8a00-f975-11ea-85a4-c6c2f7c429b0.png) Could that be the issue? Try fixing it and let me know. Thanks! Also, after...

@raghavmallampalli Alternatively, I'd recommend putting your JavaScript at the end of your `` instead of loading it in your ``. This guarantees that the DOM content has loaded by the...