@yogaman5020
I tested 1.6.7-beta.2 and am able to change the HTML tag to an anchor element and add a custom CSS class, but unfortunately without an href attribute on the anchor tag, it still isn’t focusable.
I suppose we could use JavaScript on our site to add href=”#” to the a tags, but that would involve editing our site’s theme which we are trying to avoid.
The ability to change the HTML tag and add custom CSS classes is nice, but it seems this has to be done for each popup trigger. It would instead be nice to have a site-wide setting in the plugin to make it output anchor tags for popup triggers by default (instead of spans), as well as a site-wide setting to add href=”#” to the anchor tags. These defaults could then be overridden for an individual popup trigger.
The reason for this logic is that we have a lot of editors who might like to add popups to their pages, and they are probably not going to change the HTML Tag or adjust other options for each popup trigger that they add, so it would be good to be able to set these options as site-wide defaults.
Might your team be able to implement such a feature?
-
This reply was modified 6 years, 10 months ago by modalman.