Daniele Scasciafratte
Forum Replies Created
-
Forum: Plugins
In reply to: [Glossary] Disabling styles breaks accessibilityMy first investigation is not positive, because we should change completely the way the tooltip is inserted in the page using ARIA or data-* attributes but this means rewrite everything because CSS is not executed and if it will works in SEO.
The simple solution could be with JS detects when the CSS is not loaded and remove the HTML code on the fly but I am not sure if screen readers supports it.Forum: Plugins
In reply to: [Glossary] Disabling styles breaks accessibilityThe tooltip content is injected in the HTML, the CSS let’s to hide/show based on the user interaction.
Now with the examples I understood better but our plugin is not tested for accessibility and we never thought about it, I can try to put it on our roadmap to see if we can find a way to hide at all with screen readers or something like that.Forum: Plugins
In reply to: [Glossary] Disabling styles breaks accessibilityNo it shouldn’t happen but without a link to me is difficult to do debugging, maybe it isn’t loaded the css or the plugin is executed multiple times.
I am not able to replicate the issue.Forum: Plugins
In reply to: [Glossary] Disabling styles breaks accessibilityHI,
This can happens with page builder and other solution that alter the WordPress hook system.
We are injecting automatically when the_content filter is used but those stuff alter the flow and create issues that are not easy to fix.
There are also other plugins creating this issues but in the free version we offer support as it is, on the pro version we debug and see if we can do something and maybe finding the plugin generating conflicts.In this cases we suggest to disable the autoinjection and use the shortcode available in the PRO version that l’ets you define in your theme just the content area https://docs.codeat.co/glossary/shortcodes/#parse-content-premium
Forum: Plugins
In reply to: [Glossary] Glossary not working in Image CaptionsYes it is a design choice to avoid HTML conflicts because image captions can be different based on the theme itself.
For this cases we suggest to use a PHP filter and the PRO version and use the [glossary] shortcode: https://docs.codeat.co/glossary/shortcodes/#parse-content-premium
Forum: Plugins
In reply to: [Glossary] Glossary terms won’t working wellClosing after 2 weeks for no reply
Forum: Plugins
In reply to: [Glossary] Unparsable structured data | Structured Content PluginClosing after a month
Forum: Plugins
In reply to: [Glossary] CSV Import QuestionHi,
the importing from CSV files can be done using a third party plugin https://docs.codeat.co/glossary/faq/#can-i-import-csv-filesForum: Plugins
In reply to: [Glossary] Glossary terms won’t working wellHi,
I don’t understand, did you changed the slug for glossary in the plugin settings? because in that way the URL is changed.
I think that you are missing the Flush Permalink action otherwise wordpress don’t recognize the new URL https://docs.codeat.co/glossary/getting-started/#how-to-change-slugs-and-urls-for-your-glossaryForum: Plugins
In reply to: [Glossary] Unparsable structured data | Structured Content PluginThat when they inject this HTML in the page they shouldn’t use something that execute the_content filter.
Forum: Plugins
In reply to: [Glossary] Unparsable structured data | Structured Content PluginHi,
the issue is that this plugin use something internally that execute the_content filter and our plugin it is executed (we use that filter to inject our tooltips).It is something that we can’t fix as this plugin should use a different way to get the content of the term.
Forum: Plugins
In reply to: [Glossary] Issue Displaying Terms in the Free VersionI checked our documentation and I saw that you are not using the ‘num’ parameter https://docs.codeat.co/glossary/shortcodes/#list-of-terms
That parameter as default has 100 so you need to change that value to show more terms.
Forum: Plugins
In reply to: [Glossary] Issue Displaying Terms in the Free VersionBut you are cleaning the plugin cache? https://docs.codeat.co/glossary/faq/#how-can-i-clean-up-the-plugin-transientscache
Forum: Plugins
In reply to: [Glossary] Issue Displaying Terms in the Free VersionHi,
that page is using a shortcode?
Because the shortcode includes a daily cache.Perfect, happy that you resolved.