Forums › Forums › Bug Reports › Collapsing Toggle not “decollapsing”
Tagged: content-toggle
-
Collapsing Toggle not “decollapsing”
-
Hello there,
With the last update, the “decollapsing” of the toggles does not work anymore : the content goes up and then instantly collapses again. To picture it, here is a page : https://citedesmetiers-sqy.fr/booster-sa-recherche-demploi . Has anyone reported that issue and do you have any idea on how to reverse it? It was working like a charm till few weeks ago.
Thank you very much for your help and work (we do love this plugin very much) 🙂
Stay safe,
Laetitia
-
HI @LaetitiaL ! Someone else has reported that problem before, and, like in your case, the cause has been traced to style customization. To bring it back to normal, you have to do the following:
1. Remove the following styles from your child theme:
.booster-toggle-accordion .wp-block-ub-content-toggle-accordion-content-wrap {
border: 1px <slot style="font-family: inherit; font-size: inherit;">#bfc92a</slot> solid;
border-top: none;
}.wp-block-ub-content-toggle-accordion { border: none; }
2. Then, add the following instead:
.wp-block-ub-content-toggle-accordion {
border-radius: 5px;
}Please let us know how it goes.
-
Hi Alexis!
I did see the other topic but did not look too much into it as the toggle was collapsing.
Thank you very much! It works great!
Kind regards,
Laetitia.
Log in to reply.