juvavtdf
Forum Replies Created
-
Re Hi @polimers , @chrishadley I just found a workaround that seems to work.
I’m using the DIVI Theme. So I simply added a “code” module on my glossary page in which I put this javascript code :
<script> document.addEventListener("DOMContentLoaded", function(event) { var allLink = document.querySelector('a[data-name="all"]'); var sections = document.querySelectorAll('.hg-letter-section'); allLink.addEventListener('click', function(event) { event.preventDefault(); sections.forEach(function(section) { section.style.display = 'block'; }); }); }); </script>
Hello, I have the same problem.
I don’t know if there’s anything new on this subject but if there is I’d like to know how to fix it.It seems that when I click on one of the letters, the filter works fine and sets everything to “display:none”, but the #all button, which is supposed to set everything to display:block, doesn’t work. I’ve tried to find a workaround in the form of a javascript code that I add directly to the page (or in my function.php file) but nothing conclusive came of it.
Thank you ??
- This reply was modified 1 year, 8 months ago by juvavtdf.
Thank you, I just tried it with a colleague and although it is a bit of a hassle, everything works fine.
Hello, sorry for the delay in answering I could not get started until today.
It seems that by following your steps the plugin has reappeared in my options and is working correctly, I thought I had already tried on my side a while ago…never mindBut I have another problem now, all users who want to connect (I mean, all users who had activated the 2FA) have this pop-up (see image)
Should I disable the option for everyone so that they can set it up again themselves?
- This reply was modified 1 year, 11 months ago by juvavtdf.