Forum Replies Created
-
AuthorPosts
-
There is a bug in the tabs shortcode routine. See https://kriesi.at/support/topic/my-page-is-gone/#post-1256075 for a fix.
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
withavia_sc_tab
and Save.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
March 20, 2015 at 9:55 am in reply to: Update broke main content background color in left sidebar layout #415161Correction: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.
March 20, 2015 at 9:54 am in reply to: Update broke main content background color in left sidebar layout #415160Correction:
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; }
-
AuthorPosts