Generated Class name causes layout issues for FAQ item
-
Hi,
The generated classnames for a faq where causing layout issues.
I changed for our site the following line in class-arconix-faq.php:
$return .= ‘<div id=”faq-‘ . get_the_id() . ‘” class=”arconix-faq-accordion-title ‘ . get_the_title() . ‘”>’;to
$return .= ‘<div id=”faq-‘ . get_the_id() . ‘” class=”arconix-faq-accordion-title”>’;Jos
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Generated Class name causes layout issues for FAQ item’ is closed to new replies.