[glossary_term_list] shortcode bugs
-
First of all, I love this plugin and I would congratulate you for your great work.
I’m currently using version 2.4.1, and I got some troubles using [glossary_term_list] shortcode :
#1. the<span class="glossary-list-details">closes with</ul>!
#2. the code doesn’t generate the expected number of columns (seems to generate columns containing N elements, instead of N columns)So, I made some corrections in class/wpg-shortcode-glossary-list.class.php that I would appreciate you validate and report in future versions :
#1. replace at line 97
</ul>by</span>
#2. addelse: $cols = (count($termlist) + $cols - 1)/$cols;after line 87Many thanks in advance.
The topic ‘[glossary_term_list] shortcode bugs’ is closed to new replies.