2014-06-28, 17:53:31
(2014-06-28, 08:05:25)Oleg06 Wrote: I use in the template code
and your plugin binds class faq-wrapper and to this block alsoCode:<?php get_i18n_content('clients'); ?>
You can try to remove the class in a javascript before get_i18n_headers(), e.g.
Code:
$(function() {
$(".sidebar .faq-wrapper").removeClass("faq-wrapper");
});