Angela Bowman
Angela Bowman
Thanks! My university client would also like the links to open in a new tab. The rel tag would be good as well. Love the plugin.
In the meantime, you can use jQuery to open in new tab/window until plugin update: `jQuery(document).ready(function($){ $('.abt-bibliography a').click(function(){ window.open(this.href); return false; }); });`
@Daveden2 - How were you able to tab navigate the Mega Menu? I set up just a very simple one with no drop downs or sub items, and it will...
Yes, I see why I was confused. The top level items except the two Kids items do not have `` tag, so they are not links, hence why they can't...
Please let us know when this will be fixed. It's been an issue for many years and should be a priority.
Thank you!
Hey @nicholaszein - I got this message from WordPress today: https://github.com/woocommerce/woocommerce-blocks/issues/7907
> We have a very similar issue on our site triggered by using "Edit with Elementor" for the site's header on any site page. I can add the code above...
Any follow up to this issue?
Simpler solution and CSS: 1. Go to FontAwesome and download the free FontAwesome 6. 2. Upload the SVG logo for X-Twitter. You can use the default black one or make...