Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1308482

    Hello,

    After updating Enfold to version 4.8.3 there was a problem with hidden sections that should only be visible to mobile devices.

    widocznosc-0

    I checked the settings and everything is selected, yet there are elements hidden for high definition (computers) visible on the page.

    widocznosc-1

    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.

    #1308570

    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

    #1308572

    From what I see, there is this code in the file:

    code

    As it adds new sections it all works, doesn’t work after updating in old sections even though appropriate options are selected.

    #1308635

    Hi,

    I’ve changed it for you, please review your site.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.