• Resolved Jos Schering

    (@jos-schering)


    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

    https://ww.wp.xz.cn/plugins/arconix-faq/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author John Gardner

    (@jgardner03)

    Hi Jos,

    Thanks for using my plugin and for your feedback. That bug is being addressed in v1.6.0 and CSS classes are being properly sanitized to prevent these problems.

    Thread Starter Jos Schering

    (@jos-schering)

    Hi John,

    Thanks for quick response. Looking forward to download v1.6.0.

    Jos

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.