Accordions-Tabs CSS Issue since 2.2.38
-
Hi together,
since V 2.2.38 I have noticed, that the styling that can be set in the admin area is not applied to the frontend of Accordions-Tabs (The “normal” Accordion seems to be working fine).
I took a quick look at the code of the tabs-hook.php file, compared it to the older version and noticed, that some important blank spaces between the CSS-Selectors are missing.
This happens several times between line 168 and 227. Here’s an example:
V2.2.37, line 172: #accordions-tabs-<?php echo esc_attr($post_id); ?> .tabs-nav{
V2.2.39, line 168: #accordions-tabs-<?php echo esc_attr($post_id); ?>.tabs-nav {After I had inserted the appropriate blanks, everything was displayed perfectly fine again.
Pls. take a quick look at this. Thank You!
Kind regards,
Josef
- The topic ‘Accordions-Tabs CSS Issue since 2.2.38’ is closed to new replies.