-
Search Results
-
Topic: Fatal error in 5.6.12
There is a fatal error in the latest version of Enfold. Occuring when using the [av_upcoming_events items='2'] shortcode in the footer on category archive pages:
Fatal error</b>: Uncaught Error: Attempt to assign property “ID” on null in /home/websitehere2/domains/websitehere.com/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/events_upcoming/events_upcoming.php:398
Stack trace:
#0 /home/websitehere2/domains/websitehere.com/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-shortcode-template.php(1332): avia_sc_upcoming_events->shortcode_handler()
#1 /home/websitehere2/domains/websitehere.com/public_html/wp-includes/shortcodes.php(433): aviaShortcodeTemplate->shortcode_handler_prepare()
#2 [internal function]: do_shortcode_tag()
#3 /home/websitehere2/domains/websitehere.com/public_html/wp-includes/shortcodes.php(273): preg_replace_callback()
#4 /home/websitehere2/domains/websitehere.com/public_html/wp-includes/class-wp-hook.php(326): do_shortcode()
#5 /home/websitehere2/domains/websitehere.com/public_html/wp-includes/plugin.php(205): WP_Hook->apply_filters()
#6 /home/websitehere2/domains/websitehere.com/public_html/wp-includes/widgets/class-wp-widget-custom-html.php(150): apply_filters()
#7 /home/websitehere2/domains/websitehere.com/public_html/wp-includes/class-wp-widget.php(394): WP_Widget_Custom_HTML->widget()
#8 /home/websitehere2/domains/websitehere.com/public_html/wp-includes/widgets.php(837): WP_Widget->display_callback()
#9 /home/websitehere2/domains/websitehere.com/public_html/wp-content/themes/enfold/footer.php(180): dynamic_sidebar()
#10 /home/websitehere2/domains/websitehere.com/public_html/wp-includes/template.php(790): require_once(‘…’)
#11 /home/websitehere2/domains/websitehere.com/public_html/wp-includes/template.php(725): load_template()
#12 /home/websitehere2/domains/websitehere.com/public_html/wp-includes/general-template.php(92): locate_template()
#13 /home/websitehere2/domains/websitehere.com/public_html/wp-content/themes/enfold/archive.php(130): get_footer()
#14 /home/websitehere2/domains/websitehere.com/public_html/wp-includes/template-loader.php(106): include(‘…’)
#15 /home/websitehere2/domains/websitehere.com/public_html/wp-blog-header.php(19): require_once(‘…’)
#16 /home/websitehere2/domains/websitehere.com/public_html/index.php(17): require(‘…’)Please fix this asap
This is the 2nd hosting environment in which I am experiencing this error. The first was GoDaddy and was nearly identical.
[26-Mar-2024 19:54:20 UTC] PHP Fatal error: Unparenthesized
a ? b : c ? d : eis not supported. Use either(a ? b : c) ? d : eora ? b : (c ? d : e)in /chroot/home/a44d976b/7962ae75fb.nxcli.io/html/wp-content/themes/enfold/functions-enfold.php on line 313Topic: sorting posts
Hi,
i had a CODE to sort posts per drag and drop in the backend. it was working perfect. Now there came an error when i was working on the page, it said database error, the page was white, didnt load anymore for a moment, was back after a while but the sorting didnt work anymore. It was like it normally is.
But i need to have the dates beginning by january and ending in december instead of the other way around.
The normal plugin to drag and drop in the backend wasn`t working.
You have any idea what i can do? I really need to do it that way.Many regards rixi
<?php
/* Child theme stylesheet einbinden */
function child_theme_styles()
{
wp_enqueue_style(‘parent-style’, get_template_directory_uri() . ‘/style.css’);
wp_enqueue_style(‘child-theme-css’, get_stylesheet_directory_uri() . ‘/style.css’, array(‘parent-style’));
}
add_action(‘wp_enqueue_scripts’, ‘child_theme_styles’);/** adjust the magazine element query **/
function avf_magazine_entries_query_mod($query, $params)
{if (is_page(817)) {
$query[‘order’] = ‘ASC’;
$query[‘orderby’] = ‘menu_order’;
}return $query;
}add_filter(‘avf_magazine_entries_query’, ‘avf_magazine_entries_query_mod’, 10, 2);
Topic: Header Widget Configuation
After updating to the new version of Enfold, on the front page of my site, the following warning appears for everyone to see. How to correct it?
Warning: Undefined variable $skipSecond in /home/httpd/vhosts/taniablanco.net/httpdocs/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/section/section.php on line 1517Please advise on how to correct it. Thank you!
Hi I have a large enfold site where I get a memory exausted error when trying to edit an ALB image element.
This only occurs on the image element.
I ahve tried with REDIS enabled and REDIS disabled. I’ve also disabled caching to see if that is the issue.
PHP Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 14680120 bytes)
The weirdest part is the allowed memory limit is set to 8gb. So I dont understand why the memory limit is set at 536mb as above.
Any chance you could take a look at this? Happy to provide access to the site so you can see the problem
Topic: Minify kills PHP service
Hey there,
we geht an error that is triggered by the Enfold minify script process:
AH01071: Got error ‘PHP message: PHP Fatal error: Uncaught ValueError: fread(): Argument #2 ($length) must be greater than 0 in /var/www/vhosts/aerobis.com/httpdocs/wp-content/themes/enfold/framework/php/function-set-avia-backend.php:1146\nStack trace:\n#0 /var/www/vhosts/aerobis.com/httpdocs/wp-content/themes/enfold/framework/php/function-set-avia-backend.php(1146): fread()\n#1 /var/www/vhosts/aerobis.com/httpdocs/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-asset-manager.php(810): avia_backend_create_file()\n#2 /var/www/vhosts/aerobis.com/httpdocs/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-asset-manager.php(358): aviaAssetManager->generate_file()\n#3 /var/www/vhosts/aerobis.com/httpdocs/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-asset-manager.php(243): aviaAssetManager->merge()\n#4 /var/www/vhosts/aerobis.com/httpdocs/wp-includes/class-wp-hook.php(324): aviaAssetManager->try_minifying_scripts()\n#5 /var/www/vhosts/aerobis…’
—
This happens (or at least affects us) since the provider updated to the latest recommended Woocommerce / WordPress versions of MySQL and PHP.
Best,
ElSorry that there are now two more questions… Um, I just can’t get the shadow of the box to match the first box everywhere. What do I need to change 😬?
First box:

Next boxes:

And I would also like to change this article (https://umwelt-magazin.eu/wp-admin/post.php?post=36168&action=edit) from the layout architect to a plain post. Is there a more effective way of doing this than setting everything again in the plain post for almost every image? Is there any way to export articles from the Avia Layout Architect to a plain post?
Best regards Tim

















