There should be a setting in your browser to do that. On a Mac it’s control-click on the link. It’s not a function of the plugin.
No I mean by default that when a visitor click on the label of the category, it open directly the link in a new tab
I can’t do that without changing the default behavior for everyone. Sorry it’s not gonna change.
It is not true
https://www.freecodecamp.org/news/how-to-open-a-link-in-a-new-tab/#:~:text=You%20can%20use%20the%20target,opening%20anchor%20tag%20like%20this.
it can be done with
<a href="website-link-goes-here" target="_blank">
but it depends on your plugin how create the html of the labels of the categories with link
Simone, I know how to do it but a change like that would be for everyone, not just you.
The actual links are created from the code in The Events Calendar. https://github.com/afragen/the-events-calendar-category-colors/blob/develop/src/views/legend.php
your html can be chosen by people with a checkbox as many are in the settings page of the plugin
you can let people use a checkbox to decide whether your link will open in same tab or in new tab?
I am not creating a new preference just so users can avoid using their browser as it was designed, sorry.
If you want to do this for your users, by all means fork it and personalize it.