Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • in reply to: Critical Error #1256076

    There is a bug in the tabs shortcode routine. See https://kriesi.at/support/topic/my-page-is-gone/#post-1256075 for a fix.

    in reply to: My page is gone #1256075

    OK, found the bug and a fix…

    Find in the file enfold/config-templatebuilder/avia-shortcodes/tabs/tabs.php line 552:

    
        $tab_atts['title'] = avia_sc_toggle::$counter;
    

    Then replace avia_sc_toggle with avia_sc_tab and Save.

    in reply to: My page is gone #1256061

    Same here since version 4.7.6.4….

    
    [27-Oct-2020 11:09:08 UTC] PHP Fatal error:  Uncaught Error: Cannot access protected property avia_sc_toggle::$counter in /home/XXXX/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/tabs/tabs.php:552
    Stack trace:
    #0 /home/XXXX/public_html/wp-includes/shortcodes.php(343): avia_sc_tab->av_tab(Array, '', 'av_tab')
    #1 [internal function]: do_shortcode_tag(Array)
    #2 /home/XXXX/public_html/wp-includes/shortcodes.php(218): preg_replace_callback('/\\[(\\[?)(av_tab...', 'do_shortcode_ta...', '[av_tab title='...')
    #3 /home/XXXX/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/shortcode-helper.class.php(484): do_shortcode('[av_tab title='...')
    #4 /home/XXXX/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/tabs/tabs.php(499): ShortcodeHelper::avia_remove_autop('[av_tab title='...', true)
    #5 /home/XXXX/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/shortcode-template.class.php(1042): avia_sc_tab->shortcode_handler(Array, in /home/XXXX/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/tabs/tabs.php on line 552
    

    Correction:

    The style added to fix it, will now hide the secondary menu hover items behind the main content. Changed fix to:

    .container_wrap {
    float: left;
    }

    Note: posting to these forums appears to be difficult. Each time when I hit Submit on a new post (not after editing an existing one apparently), I land on a blank page. Hitting refresh button will then result in a double post…

    • This reply was modified 9 years, 8 months ago by RavanH.

    Correction:

    The style added to fix it, will now hide the secondary menu hover items behind the main content. Changed fix to:

    
    .container_wrap {
       float: left;
    }
    
Viewing 5 posts - 1 through 5 (of 5 total)