Type | Name | Issue | Solution |
---|---|---|---|
Plugin | Easy Table of Contents | When using the shortcode [toc], the CSS code for ASA2 templates does not load. The reason for this has been identified and communicated to the developers. | Add this PHP code to your theme's functions.php: add_filter('ez_toc_strip_shortcodes_tagnames', function ($tags_to_remove) { return array_merge($tags_to_remove, [ 'asa2', 'asa2_img','asa2_collection', 'asa2_textlink', 'asa2_smart_collection', 'asa2_keywords', ]); }); |
Latest posts by Timo (see all)
- ASA2 update 1.17.0 – Improved transparency and error handling during product updates and many more - August 20, 2023
- New ASA2 update fixes many issues. Additionally redesigned options section. - July 5, 2023
- ASA update 1.16.5 released - March 5, 2023