Tagged: element visibility, enfold
Hello,
After updating Enfold to version 4.8.3 there was a problem with hidden sections that should only be visible to mobile devices.
I checked the settings and everything is selected, yet there are elements hidden for high definition (computers) visible on the page.
It looks like this option has stopped working. The problem is serious because it occurred on all pages on the site where the visibility settings were used.
Hey creativeopole,
Please edit this file:
/enfold/config-templatebuilder/avia-shortcodes/tab_section/tab_section.php
And move this line:
$atts = shortcode_atts( $default, $atts, $this->config['shortcode'] );
To after this line:
extract( AviaHelper::av_mobile_sizes( $atts ) ); //return $av_font_classes, $av_title_font_classes and $av_display_classes
We can do if for if you provide us with login details in private.
Best regards,
Rikard