-
AuthorSearch Results
-
December 16, 2022 at 6:08 am #1376343
In reply to: Categories on post slider element
Sorry this is still not working, even in its most simple for of just trying to insert the code into that section to see the HTML
function enfold_post_slider_meta_content($meta_content, $entry, $index ) { $output = '<div class="slide-meta-del">/</div><div class="postslider-category">'; $output .= '<span class="cat"><a href="#">test</a></span>'; $output .= '</div>'; return $meta_content . $output; } add_filter('avf_post_slider_meta_content', 'enfold_post_slider_meta_content', 10, 4);Before that I tried a number of different ways to call the custom term.
December 16, 2022 at 5:24 am #1376339kisys
ParticipantAfter a update to Enfold 5.3 we got the following error message:
Fatal error: Uncaught Exception: Trying to read non existing property in class avia_superobject: wpml in /wp-content/themes/enfold/framework/php/base-classes/class-object-properties.php on line 33 Call stack aviaFramework\base\object_properties::__get() wp-content/themes/enfold/config-wpml/class-avia-wpml.php:1178 avia_WPML::wpml_get_options() wp-content/themes/enfold/config-wpml/config.php:578 avia_wpml_get_special_pages_ids() wp-includes/class-wp-hook.php:308 WP_Hook::apply_filters() wp-includes/plugin.php:205 apply_filters() wp-content/themes/enfold/includes/class-avia-custom-pages.php:530 Avia_Custom_Pages::handler_hide_special_pages() wp-includes/class-wp-hook.php:308 WP_Hook::apply_filters() wp-includes/class-wp-hook.php:332 WP_Hook::do_action() wp-includes/plugin.php:565 do_action_ref_array() wp-includes/class-wp-query.php:1833 WP_Query::get_posts() wp-includes/class-wp-query.php:3749 WP_Query::query() wp-includes/class-wp-query.php:3881 WP_Query::__construct() wp-includes/block-template-utils.php:931 get_block_templates() wp-includes/blocks/template-part.php:206 build_template_part_block_instance_variations() wp-includes/blocks/template-part.php:246 build_template_part_block_variations() wp-includes/blocks/template-part.php:257 register_block_core_template_part() wp-includes/class-wp-hook.php:308 WP_Hook::apply_filters() wp-includes/class-wp-hook.php:332 WP_Hook::do_action() wp-includes/plugin.php:517 do_action() wp-settings.php:617 require_once() wp-config.php:272 require_once() wp-load.php:50 require() wp-login.php:12May be it’s an update-problem?
Fallback again to 5.12 everything works fine (we skipped 5.2x).Thx
December 16, 2022 at 4:04 am #1376334In reply to: Make Full Width Easy Slider Image Height Shorter
Hi navindesigns,
Try adding this CSS code in Enfold > General Styling > Quick CSS:
@media only screen and (min-width:1200px) { #top .avia-fullwidth-slider .avia-slideshow { max-height: 70vh; } }Just adjust the max-height value (70vh is 70% of the height of the screen).
Hope it helps.Best regards,
NikkoDecember 16, 2022 at 3:44 am #1376329Hi Nic_007,
Can you try adding this CSS code in Enfold > General Styling > Quick CSS:
@media only screen and (max-width:767px) { #av_section_1 .av-special-heading-tag { font-size: 32px !important; padding-left: 0; padding-right: 0; margin-left: 0; margin-right: 0; background-color: transparent; } }Best regards,
NikkoDecember 16, 2022 at 3:11 am #1376323In reply to: Get rid of double pagination
Hi engage24,
Please try to add this CSS code in Enfold > General Styling > Quick CSS:
#main .pagination { display: none; }Hope this helps.
Best regards,
NikkoDecember 16, 2022 at 3:00 am #1376319In reply to: Categories on post slider element
Hi acscreativenew,
Please try to add this in your functions.php (child theme):
function enfold_post_slider_meta_content($meta_content, $entry, $index, ) { $categories = get_the_category($entry->ID); $separator = ' '; $output = '<div class="slide-meta-del">/</div><div class="postslider-category">'; if ( ! empty( $categories ) ) { foreach( $categories as $category ) { $output .= '<span alt="' . esc_attr( sprintf( __( 'View all posts in %s', 'textdomain' ), $category->name ) ) . '">' . esc_html( $category->name ) . '</span>' . $separator; } } $output .= '</div>'; return $meta_content . $output; } add_filter('avf_post_slider_meta_content', 'enfold_post_slider_meta_content', 10, 4);Hope it helps.
Best regards,
NikkoDecember 16, 2022 at 2:33 am #1376318In reply to: Gültiger Envato Schlüssel wird nicht bestätigt?
Hi VariablerEsel,
Please try to delete the tokens that aren’t working including the one you generated.
Then generate a new token, and make sure it has the following permissions:

Hope this helps.Best regards,
NikkoDecember 16, 2022 at 12:08 am #1376314In reply to: Extended Support
Hi,
I contacted Themeforest support but they referred me back to you. So, it seems that I have a purchased 6-months of support that is unusable.I have requested a refund but I am at a loss how to obtain support for Enfold.
Regards,
AngelaDecember 15, 2022 at 11:31 pm #1376312Topic: critical error with the theme
in forum Enfoldmerrywatson
ParticipantI have a wordpress theme using enfold and after enabling the theme getting this error.
There has been a critical error on this website.December 15, 2022 at 10:52 pm #1376308Topic: Update Enfold from 5.2.1 to 5.3 doesn't work with WPML 4.5.14
in forum Enfoldgeorgx
ParticipantDecember 15, 2022 at 10:47 pm #1376307Topic: How to hide a text block for not logged in users
in forum EnfoldChrilles
ParticipantHi,
I would like to hide the content from a [shortcode] for not logged-in users.
Is there a way to do that in Enfold – or can you point me in any direction?I have tried various [show for logged-in users] [shortcode] [/show for logged-in users] – But it seems not to be possible to hide a shortcode with a shortcode.
Any genius tips are much appreciated.
Best,
Chrilles
December 15, 2022 at 10:46 pm #1376306Topic: Updating Enfold
in forum Pre Sale QuestionsMatthew Brown
GuestHello,
I’m hosting a client that has Enfold 4.6.2 installed and it looks like you’re up to 5.3.
He doesn’t have a license key from his original developer, what’s the best way to move forward and update the theme? Just buy another license from ThemeForest?
December 15, 2022 at 10:25 pm #1376305Topic: Enfold Simple Slider arrows
in forum EnfoldTobiaspress
ParticipantHi team,
the simple slider on the frontpage is not working correct.
There is a big whitespace under the slider and it takes some seconds, before the slider arrows move correctly.
Tried with other images and different settings but it´s always the same. Removing slider arrows does not help.
Happened first time after activating Consent Bar.BR, Tobias
CSS compressing deactivated
Enfold (5.3)
WP Version 6.1.1
PHP-Version: 8.0.25December 15, 2022 at 8:14 pm #1376299In reply to: Display images in search
Hi,
Read about using a Child Theme, when you install the child theme and go to the theme import / export options it will ask you if you want to import the parent theme settings, then all settings and customizations will be added to the child theme.
If this is for a live site and you are worried about the outcome, try first creating a staging site to test on, most cPanel webhosts have a staging site option, some in the dashboard:

Others add the option in the Softaculous WordPress Management

There may be other staging site options in different cPanel servers, these are the two that I have seen.Best regards,
MikeDecember 15, 2022 at 7:58 pm #1376296In reply to: Import Construction Demo doesn't work
Hi,
Glad to hear that you have this sorted out, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeDecember 15, 2022 at 7:55 pm #1376295In reply to: Display images in search
Yes, unless there is a way to convert a site from a main install of enfold to a child install of it?
December 15, 2022 at 7:23 pm #1376288In reply to: Image Sizes
Hi,
hgschaffler Please open a new thread since this is not your thread posting your login here will not be private and you will not see anything we write in the Private Content area. It gets confusing when we are working on more than one site per thread. Thanks for understanding.Best regards,
MikeDecember 15, 2022 at 7:22 pm #1376287In reply to: Display images in search
I modified loop-search.php as such, and seems to work on staging and live site as I had hoped. Is this correct?
$searchthumb = get_the_post_thumbnail( $the_id, ‘large’ );
echo “<span class=’search-result-counter {$counterclass}’>{$searchthumb}</span>“;Also, these have a child theme, so simpler. How might I implement this in our other Enfold site that does NOT use a child theme? Thanks!
December 15, 2022 at 7:02 pm #1376284Topic: Easy Slider How to Change Button Text and Links
in forum EnfoldXtraMark
ParticipantHi, I’m using the Construction demo content in Enfold. I can’t find the Easy Slider plugin or settings on the WP backend. How do I change the demo content button text and links. I can’t find them anywhere. Thanks for your help.
December 15, 2022 at 4:31 pm #1376278In reply to: Image Sizes
Hello,
I have the same problem.
Since I upgraded from Enfold 5.0.1 to 5.3 (and to Woocommerce 7.2), the product images sizes are not shown correctly. In the customizer I tried the setting without cropping the images and also with cropping with the aspect ratio 4:3. Nothing helped. The products which are already in the shop are shown correctly, but only the new uploaded images are cropped to a square. (450 x 450)And it’s not a woocommerce issue because I have a similar shop with a different theme and there the product images are shown correctly. There must be some issues with the enfold theme …. can you help?
Cheers,
GeorgeDecember 15, 2022 at 2:30 pm #1376272Topic: Image on product variable not working
in forum Pre Sale QuestionsSoporte
GuestHello, we’ve bought your theme enfold. We’ve got a online store with variable products, but if I set a main image and then set the variable images on variables when you see the product page and try to change the variable, the image is not changing. It only shows the main image, but it has the variation images saved succesfully.
Thank youDecember 15, 2022 at 2:17 pm #1376270Topic: Different Logo for mobile and Desktop in Enfold
in forum Enfoldbeachmarc
ParticipantHallo, firstable i need to say that i tried the solutions showed up here: https://kriesi.at/support/topic/different-logo-in-the-header-for-mobile-version/
All 3 Solutions don’t work on our site, thats why i need to open up a new thread.– i use a chiltheme and edit funktions.php in it.
– i have a vertical logo on desktop (380px X 380px)
http://ba0ez4b.myraidbox.de/wp-content/uploads/2021/08/deepvelop-hamburg-logo-mit-text-380×510-2.pngand it’s supposed to be horizontal on mobile (mobile-logo is 300×80 px)
http://ba0ez4b.myraidbox.de/wp-content/uploads/2022/12/deepvelop-logo-mobile-quer.png-
These three solutions taken from the thread sadly don’t work
1.) this one is not working:
add_filter(‘avf_logo’,’av_change_logo’);
function av_change_logo($logo) {
if(wp_is_mobile( ) )
{
$logo = “http://ba0ez4b.myraidbox.de/wp-content/uploads/2022/12/deepvelop-logo-mobile-quer.png”;
}
return $logo;
}—-
2.) this one is not working:add_filter(‘avf_logo’,’av_change_logo’);
function av_change_logo($logo) {
if(wp_is_mobile()) {
$logo = “http://ba0ez4b.myraidbox.de/wp-content/uploads/2022/12/deepvelop-logo-mobile-quer.png”;
} else {
$logo = “http://ba0ez4b.myraidbox.de/wp-content/uploads/2021/08/deepvelop-hamburg-logo-mit-text-380×510-2.png”;
}return $logo;
}—-
3.) this one is not working:add_filter(‘avf_logo’,’av_change_logo’);
function av_change_logo($logo) {
if(wp_is_mobile()) {
$logo = “http://ba0ez4b.myraidbox.de/wp-content/uploads/2022/12/deepvelop-logo-mobile-quer.png”;
} else {
$logo = “http://ba0ez4b.myraidbox.de/wp-content/uploads/2021/08/deepvelop-hamburg-logo-mit-text-380×510-2.png”;
}return $logo;
}—
The last Solution is actually in Child-Theme in functions.php
Thank you very much for your help. (this is our final issue in a 16 month project development time).
December 15, 2022 at 1:40 pm #1376266So, unexpectedly, the website is “working” now with the Enfold Child theme active (beforehand the backend wouldn’t even load). BUT, it’s not really working. All the pages are gone, and all the menus in the theme options are gone. The front end also is just showing what looks like a demo blog with lots of latin filler text.
Luckily I made a back-up of the site.
But obviously there are major tings that need to be fixed.
Hopefully the error logs can show you guys what the problem is?
Thanks!December 15, 2022 at 1:36 pm #1376265The second kind of error log I got was on the WP dashboard itself. I think this was because the debug mode was on (I’ve disabled the debug mode again now). Here is the error message:
Strict Standards: Static function aviaBuilder\base\aviaSubItemQueryBase::default_args() should not be abstract in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-sub-item-query-base.php on line 117
Notice: Function register_block_script_handle was called incorrectly. The asset file for the “editorScript” defined in the “contact-form-7/contact-form-selector” block definition is missing. Please see Debugging in WordPress for more information. (This message was added in version 5.5.0.) in /kunden/501055_10249/webseiten/wordpress/wp-includes/functions.php on line 5836
Warning: Illegal string offset ‘default’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
Warning: Illegal string offset ‘desktop’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
Warning: Illegal string offset ‘medium’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
Warning: Illegal string offset ‘small’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
Warning: Illegal string offset ‘mini’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
Warning: Illegal string offset ‘default’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
Warning: Illegal string offset ‘desktop’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
Warning: Illegal string offset ‘medium’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
Warning: Illegal string offset ‘small’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
Warning: Illegal string offset ‘mini’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
Warning: Illegal string offset ‘default’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
Warning: Illegal string offset ‘desktop’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
Warning: Illegal string offset ‘medium’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
Warning: Illegal string offset ‘small’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
Warning: Illegal string offset ‘mini’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
Warning: Illegal string offset ‘default’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
Warning: Illegal string offset ‘desktop’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
Warning: Illegal string offset ‘medium’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
Warning: Illegal string offset ‘small’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
Warning: Illegal string offset ‘mini’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
Warning: Illegal string offset ‘default’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
Warning: Illegal string offset ‘desktop’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
Warning: Illegal string offset ‘medium’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
Warning: Illegal string offset ‘small’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
Warning: Illegal string offset ‘mini’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
Warning: Illegal string offset ‘default’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
Warning: Illegal string offset ‘desktop’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
Warning: Illegal string offset ‘medium’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
Warning: Illegal string offset ‘small’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
Warning: Illegal string offset ‘mini’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
Warning: Cannot modify header information – headers already sent by (output started at /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php:220) in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/framework/php/function-set-avia-backend.php on line 832
Warning: Cannot modify header information – headers already sent by (output started at /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php:220) in /kunden/501055_10249/webseiten/wordpress/wp-admin/includes/misc.php on line 1416
Warning: Cannot modify header information – headers already sent by (output started at /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php:220) in /kunden/501055_10249/webseiten/wordpress/wp-includes/functions.php on line 6865
Warning: Cannot modify header information – headers already sent by (output started at /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php:220) in /kunden/501055_10249/webseiten/wordpress/wp-admin/admin-header.php on line 9
December 15, 2022 at 1:34 pm #1376264@Rikard, @Yigit, I enabled the Debug mode inside WordPress and then I installed the theme, which triggered the crash again. Then I got two kinds of error logs. The first I will paste here below. It is from the error.txt file from the server:
[15-Dec-2022 11:14:24 UTC] PHP Warning: Illegal string offset ‘default’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfoldhello/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:14:24 UTC] PHP Warning: Illegal string offset ‘desktop’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfoldhello/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:14:24 UTC] PHP Warning: Illegal string offset ‘medium’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfoldhello/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:14:24 UTC] PHP Warning: Illegal string offset ‘small’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfoldhello/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:14:24 UTC] PHP Warning: Illegal string offset ‘mini’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfoldhello/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:14:24 UTC] PHP Warning: Illegal string offset ‘default’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfoldhello/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:14:24 UTC] PHP Warning: Illegal string offset ‘desktop’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfoldhello/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:14:24 UTC] PHP Warning: Illegal string offset ‘medium’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfoldhello/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:14:24 UTC] PHP Warning: Illegal string offset ‘small’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfoldhello/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:14:24 UTC] PHP Warning: Illegal string offset ‘mini’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfoldhello/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:14:24 UTC] PHP Warning: Illegal string offset ‘default’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfoldhello/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:14:24 UTC] PHP Warning: Illegal string offset ‘desktop’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfoldhello/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:14:24 UTC] PHP Warning: Illegal string offset ‘medium’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfoldhello/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:14:24 UTC] PHP Warning: Illegal string offset ‘small’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfoldhello/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:14:24 UTC] PHP Warning: Illegal string offset ‘mini’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfoldhello/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:14:24 UTC] PHP Warning: Illegal string offset ‘default’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfoldhello/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:14:24 UTC] PHP Warning: Illegal string offset ‘desktop’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfoldhello/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:14:24 UTC] PHP Warning: Illegal string offset ‘medium’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfoldhello/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:14:24 UTC] PHP Warning: Illegal string offset ‘small’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfoldhello/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:14:24 UTC] PHP Warning: Illegal string offset ‘mini’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfoldhello/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:14:24 UTC] PHP Warning: Illegal string offset ‘default’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfoldhello/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:14:24 UTC] PHP Warning: Illegal string offset ‘desktop’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfoldhello/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:14:24 UTC] PHP Warning: Illegal string offset ‘medium’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfoldhello/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:14:24 UTC] PHP Warning: Illegal string offset ‘small’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfoldhello/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:14:24 UTC] PHP Warning: Illegal string offset ‘mini’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfoldhello/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:14:24 UTC] PHP Warning: Illegal string offset ‘default’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfoldhello/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:14:24 UTC] PHP Warning: Illegal string offset ‘desktop’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfoldhello/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:14:24 UTC] PHP Warning: Illegal string offset ‘medium’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfoldhello/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:14:24 UTC] PHP Warning: Illegal string offset ‘small’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfoldhello/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:14:24 UTC] PHP Warning: Illegal string offset ‘mini’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfoldhello/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:14:25 UTC] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 272893 bytes) in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfoldhello/css/dynamic-css.php on line 1134
[15-Dec-2022 11:22:04 UTC] PHP Notice: Function register_block_script_handle was called incorrectly. The asset file for the “editorScript” defined in the “contact-form-7/contact-form-selector” block definition is missing. Please see Debugging in WordPress for more information. (This message was added in version 5.5.0.) in /kunden/501055_10249/webseiten/wordpress/wp-includes/functions.php on line 5836
[15-Dec-2022 11:23:04 UTC] PHP Notice: Function register_block_script_handle was called incorrectly. The asset file for the “editorScript” defined in the “contact-form-7/contact-form-selector” block definition is missing. Please see Debugging in WordPress for more information. (This message was added in version 5.5.0.) in /kunden/501055_10249/webseiten/wordpress/wp-includes/functions.php on line 5836
[15-Dec-2022 11:24:01 UTC] PHP Notice: Function register_block_script_handle was called incorrectly. The asset file for the “editorScript” defined in the “contact-form-7/contact-form-selector” block definition is missing. Please see Debugging in WordPress for more information. (This message was added in version 5.5.0.) in /kunden/501055_10249/webseiten/wordpress/wp-includes/functions.php on line 5836
[15-Dec-2022 11:24:02 UTC] PHP Strict Standards: Static function aviaBuilder\base\aviaSubItemQueryBase::default_args() should not be abstract in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-sub-item-query-base.php on line 117
[15-Dec-2022 11:24:02 UTC] PHP Notice: Function register_block_script_handle was called incorrectly. The asset file for the “editorScript” defined in the “contact-form-7/contact-form-selector” block definition is missing. Please see Debugging in WordPress for more information. (This message was added in version 5.5.0.) in /kunden/501055_10249/webseiten/wordpress/wp-includes/functions.php on line 5836
[15-Dec-2022 11:24:02 UTC] PHP Warning: Illegal string offset ‘default’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:24:02 UTC] PHP Warning: Illegal string offset ‘desktop’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:24:02 UTC] PHP Warning: Illegal string offset ‘medium’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:24:02 UTC] PHP Warning: Illegal string offset ‘small’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:24:02 UTC] PHP Warning: Illegal string offset ‘mini’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:24:02 UTC] PHP Warning: Illegal string offset ‘default’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:24:02 UTC] PHP Warning: Illegal string offset ‘desktop’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:24:02 UTC] PHP Warning: Illegal string offset ‘medium’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:24:02 UTC] PHP Warning: Illegal string offset ‘small’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:24:02 UTC] PHP Warning: Illegal string offset ‘mini’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:24:02 UTC] PHP Warning: Illegal string offset ‘default’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:24:02 UTC] PHP Warning: Illegal string offset ‘desktop’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:24:02 UTC] PHP Warning: Illegal string offset ‘medium’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:24:02 UTC] PHP Warning: Illegal string offset ‘small’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:24:02 UTC] PHP Warning: Illegal string offset ‘mini’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:24:02 UTC] PHP Warning: Illegal string offset ‘default’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:24:02 UTC] PHP Warning: Illegal string offset ‘desktop’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:24:02 UTC] PHP Warning: Illegal string offset ‘medium’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:24:02 UTC] PHP Warning: Illegal string offset ‘small’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:24:02 UTC] PHP Warning: Illegal string offset ‘mini’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:24:02 UTC] PHP Warning: Illegal string offset ‘default’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:24:02 UTC] PHP Warning: Illegal string offset ‘desktop’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:24:02 UTC] PHP Warning: Illegal string offset ‘medium’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:24:02 UTC] PHP Warning: Illegal string offset ‘small’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:24:02 UTC] PHP Warning: Illegal string offset ‘mini’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:24:02 UTC] PHP Warning: Illegal string offset ‘default’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:24:02 UTC] PHP Warning: Illegal string offset ‘desktop’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:24:02 UTC] PHP Warning: Illegal string offset ‘medium’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:24:02 UTC] PHP Warning: Illegal string offset ‘small’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:24:02 UTC] PHP Warning: Illegal string offset ‘mini’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:24:03 UTC] PHP Warning: Cannot modify header information – headers already sent by (output started at /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php:220) in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/framework/php/function-set-avia-backend.php on line 832
[15-Dec-2022 11:24:03 UTC] PHP Warning: Cannot modify header information – headers already sent by (output started at /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php:220) in /kunden/501055_10249/webseiten/wordpress/wp-admin/includes/misc.php on line 1416
[15-Dec-2022 11:24:03 UTC] PHP Warning: Cannot modify header information – headers already sent by (output started at /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php:220) in /kunden/501055_10249/webseiten/wordpress/wp-includes/functions.php on line 6865
[15-Dec-2022 11:24:03 UTC] PHP Warning: Cannot modify header information – headers already sent by (output started at /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php:220) in /kunden/501055_10249/webseiten/wordpress/wp-admin/admin-header.php on line 9
[15-Dec-2022 11:25:04 UTC] PHP Strict Standards: Static function aviaBuilder\base\aviaSubItemQueryBase::default_args() should not be abstract in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-sub-item-query-base.php on line 117
[15-Dec-2022 11:25:04 UTC] PHP Notice: Function register_block_script_handle was called incorrectly. The asset file for the “editorScript” defined in the “contact-form-7/contact-form-selector” block definition is missing. Please see Debugging in WordPress for more information. (This message was added in version 5.5.0.) in /kunden/501055_10249/webseiten/wordpress/wp-includes/functions.php on line 5836
[15-Dec-2022 11:25:05 UTC] PHP Warning: Illegal string offset ‘default’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:25:05 UTC] PHP Warning: Illegal string offset ‘desktop’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:25:05 UTC] PHP Warning: Illegal string offset ‘medium’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:25:05 UTC] PHP Warning: Illegal string offset ‘small’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:25:05 UTC] PHP Warning: Illegal string offset ‘mini’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:25:05 UTC] PHP Warning: Illegal string offset ‘default’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:25:05 UTC] PHP Warning: Illegal string offset ‘desktop’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:25:05 UTC] PHP Warning: Illegal string offset ‘medium’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:25:05 UTC] PHP Warning: Illegal string offset ‘small’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:25:05 UTC] PHP Warning: Illegal string offset ‘mini’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:25:05 UTC] PHP Warning: Illegal string offset ‘default’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:25:05 UTC] PHP Warning: Illegal string offset ‘desktop’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:25:05 UTC] PHP Warning: Illegal string offset ‘medium’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:25:05 UTC] PHP Warning: Illegal string offset ‘small’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:25:05 UTC] PHP Warning: Illegal string offset ‘mini’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:25:05 UTC] PHP Warning: Illegal string offset ‘default’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:25:05 UTC] PHP Warning: Illegal string offset ‘desktop’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:25:05 UTC] PHP Warning: Illegal string offset ‘medium’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:25:05 UTC] PHP Warning: Illegal string offset ‘small’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:25:05 UTC] PHP Warning: Illegal string offset ‘mini’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:25:05 UTC] PHP Warning: Illegal string offset ‘default’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:25:05 UTC] PHP Warning: Illegal string offset ‘desktop’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:25:05 UTC] PHP Warning: Illegal string offset ‘medium’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:25:05 UTC] PHP Warning: Illegal string offset ‘small’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:25:05 UTC] PHP Warning: Illegal string offset ‘mini’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:25:05 UTC] PHP Warning: Illegal string offset ‘default’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:25:05 UTC] PHP Warning: Illegal string offset ‘desktop’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:25:05 UTC] PHP Warning: Illegal string offset ‘medium’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:25:05 UTC] PHP Warning: Illegal string offset ‘small’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:25:05 UTC] PHP Warning: Illegal string offset ‘mini’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:25:12 UTC] PHP Strict Standards: Static function aviaBuilder\base\aviaSubItemQueryBase::default_args() should not be abstract in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-sub-item-query-base.php on line 117
[15-Dec-2022 11:25:12 UTC] PHP Notice: Function register_block_script_handle was called incorrectly. The asset file for the “editorScript” defined in the “contact-form-7/contact-form-selector” block definition is missing. Please see Debugging in WordPress for more information. (This message was added in version 5.5.0.) in /kunden/501055_10249/webseiten/wordpress/wp-includes/functions.php on line 5836
[15-Dec-2022 11:25:13 UTC] PHP Warning: Illegal string offset ‘default’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:25:13 UTC] PHP Warning: Illegal string offset ‘desktop’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:25:13 UTC] PHP Warning: Illegal string offset ‘medium’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:25:13 UTC] PHP Warning: Illegal string offset ‘small’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:25:13 UTC] PHP Warning: Illegal string offset ‘mini’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:25:13 UTC] PHP Warning: Illegal string offset ‘default’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:25:13 UTC] PHP Warning: Illegal string offset ‘desktop’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:25:13 UTC] PHP Warning: Illegal string offset ‘medium’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:25:13 UTC] PHP Warning: Illegal string offset ‘small’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:25:13 UTC] PHP Warning: Illegal string offset ‘mini’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:25:13 UTC] PHP Warning: Illegal string offset ‘default’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:25:13 UTC] PHP Warning: Illegal string offset ‘desktop’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:25:13 UTC] PHP Warning: Illegal string offset ‘medium’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:25:13 UTC] PHP Warning: Illegal string offset ‘small’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:25:13 UTC] PHP Warning: Illegal string offset ‘mini’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:25:13 UTC] PHP Warning: Illegal string offset ‘default’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:25:13 UTC] PHP Warning: Illegal string offset ‘desktop’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:25:13 UTC] PHP Warning: Illegal string offset ‘medium’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:25:13 UTC] PHP Warning: Illegal string offset ‘small’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:25:13 UTC] PHP Warning: Illegal string offset ‘mini’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:25:13 UTC] PHP Warning: Illegal string offset ‘default’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:25:13 UTC] PHP Warning: Illegal string offset ‘desktop’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:25:13 UTC] PHP Warning: Illegal string offset ‘medium’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:25:13 UTC] PHP Warning: Illegal string offset ‘small’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:25:13 UTC] PHP Warning: Illegal string offset ‘mini’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:25:13 UTC] PHP Warning: Illegal string offset ‘default’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:25:13 UTC] PHP Warning: Illegal string offset ‘desktop’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:25:13 UTC] PHP Warning: Illegal string offset ‘medium’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:25:13 UTC] PHP Warning: Illegal string offset ‘small’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:25:13 UTC] PHP Warning: Illegal string offset ‘mini’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:26:04 UTC] PHP Strict Standards: Static function aviaBuilder\base\aviaSubItemQueryBase::default_args() should not be abstract in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-sub-item-query-base.php on line 117
[15-Dec-2022 11:26:04 UTC] PHP Notice: Function register_block_script_handle was called incorrectly. The asset file for the “editorScript” defined in the “contact-form-7/contact-form-selector” block definition is missing. Please see Debugging in WordPress for more information. (This message was added in version 5.5.0.) in /kunden/501055_10249/webseiten/wordpress/wp-includes/functions.php on line 5836
[15-Dec-2022 11:26:05 UTC] PHP Warning: Illegal string offset ‘default’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:26:05 UTC] PHP Warning: Illegal string offset ‘desktop’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:26:05 UTC] PHP Warning: Illegal string offset ‘medium’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:26:05 UTC] PHP Warning: Illegal string offset ‘small’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:26:05 UTC] PHP Warning: Illegal string offset ‘mini’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:26:05 UTC] PHP Warning: Illegal string offset ‘default’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:26:05 UTC] PHP Warning: Illegal string offset ‘desktop’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:26:05 UTC] PHP Warning: Illegal string offset ‘medium’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:26:05 UTC] PHP Warning: Illegal string offset ‘small’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:26:05 UTC] PHP Warning: Illegal string offset ‘mini’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:26:05 UTC] PHP Warning: Illegal string offset ‘default’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:26:05 UTC] PHP Warning: Illegal string offset ‘desktop’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:26:05 UTC] PHP Warning: Illegal string offset ‘medium’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:26:05 UTC] PHP Warning: Illegal string offset ‘small’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:26:05 UTC] PHP Warning: Illegal string offset ‘mini’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:26:05 UTC] PHP Warning: Illegal string offset ‘default’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:26:05 UTC] PHP Warning: Illegal string offset ‘desktop’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:26:05 UTC] PHP Warning: Illegal string offset ‘medium’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:26:05 UTC] PHP Warning: Illegal string offset ‘small’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:26:05 UTC] PHP Warning: Illegal string offset ‘mini’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:26:05 UTC] PHP Warning: Illegal string offset ‘default’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:26:05 UTC] PHP Warning: Illegal string offset ‘desktop’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:26:05 UTC] PHP Warning: Illegal string offset ‘medium’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:26:05 UTC] PHP Warning: Illegal string offset ‘small’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:26:05 UTC] PHP Warning: Illegal string offset ‘mini’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:26:05 UTC] PHP Warning: Illegal string offset ‘default’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:26:05 UTC] PHP Warning: Illegal string offset ‘desktop’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:26:05 UTC] PHP Warning: Illegal string offset ‘medium’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:26:05 UTC] PHP Warning: Illegal string offset ‘small’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
[15-Dec-2022 11:26:05 UTC] PHP Warning: Illegal string offset ‘mini’ in /kunden/501055_10249/webseiten/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220December 15, 2022 at 1:27 pm #1376262Hi,
Glad to hear that you have found a solution, the reason the Dev Team doesn’t show these fields on mobile is because it takes up too much room on mobile, and not all users want this cramped layout. But I will bring this to the attention of the Dev Team as a feature request for them to consider.
If you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeDecember 15, 2022 at 12:15 pm #1376258In reply to: Centering post title
Kalimera!
Thanks for contacting us!
1- Please add following code to Quick CSS field in Enfold theme options > General Styling tab
.avia-content-slider .slide-content { text-align: center; }2- It seems like your WordPress language is set to English. Please go to General > Settings and change it to Greek :)
Regards,
YigitDecember 15, 2022 at 11:31 am #1376255Topic: Enfold clash with projects portfolio pro
in forum Enfoldicaruscommunicationsltd
ParticipantHi Enfold,
So we arer having enormous issues updating text or links on a projects page utilising the plug in Portfolio pro by Websoft.
We reached out to websoft re the issue after weeks of testing and they came back with the issue being a change on the Enfold theme :
In the template template-builder.php of the Enfold theme, you have the following string for displaying content
apply_filters( ‘avia_builder_precompile’, get_post_meta( get_the_ID(), ‘_aviaLayoutBuilderCleanData’, true )It says that for the builder there are already saved BuilderCleanData (in the database in the post_meta table), in which you have incorrectly saved links. You need to somehow clean this data for all portfolios (it is possible to resave the portfolio with the active builder so that it resaves its BuilderCleanData) and then everything will be correct.
We did this however and it was not successful so we have this query for yourselves at Enfold :
Please see screenshot attached – i have searched for the word “toy” ( https://toyfactorysurfboards.com/collections/fourth-surfboards/products/fourth-surfboards-br-belly-shank-base-construction as this is the url stuck somewhere) in the post_meta table in the DB but it returns zero results unfortunately.What we need to draw your attention to is the buttons on this page https://fourthsurfboards.com/portfolio/shank/ ( order now) do not like through to https://colabsurf.com/pages-board-builder/ which is where they are supposed to go to. The links when we edit them will not update.
Countless hours at this and it\s costing us a fortune to fix this simple element. Can you help us? Happy to give you access to the website. We have tried all tests before you ask..
Thanks,
Owen.
December 15, 2022 at 9:25 am #1376252Topic: Disable Enfold Lightbox on one specific page
in forum Enfoldpeta_moonstone
ParticipantHello
I am using the FooGallery plugin so I can add tags and categories to media and use the filter function on my client’s portfolio gallery.
On the page using FooGallery I am using their PRO lightbox (The link to the page is in the private content below), when you click on an image to enlarge in the lightbox the FooGallery lightbox displays but when you close it the Enfold lightbox remains and needs to be closed as well.
The FooGallery plugin is only being used on one page of the site, so if I choose to disable the Lightbox Modal Window in the Enfold settings this will affect the other pages that use this function.
Is there a way to disable the Enfold lightbox just on the one page of the website?
Thank you for your help as always :)
PetaDecember 14, 2022 at 11:48 pm #1376246In reply to: Image Sizes
Hi Mike,
thank you very much again for your detailed answer. I really appreciate you trying to help here. Even if the topic doesn’t directly concern the Enfold Theme itself :)
Unfortunately, I’m not that good with the technical settings. But I think I understand the problem and you are right :)
I opened the images cropped in the shop in the catalog in a new tab and the images concerned are really all cropped.
I have now installed the Simple Image Size Plugin and in the plugin the size 450×450 is also displayed with the Shop Catalog images AND the images are all cropped. This is how the plugin shows me that all images are cropped.
So I just have to change the setting for the Shop Catalog images so that these images are no longer cropped and then regenerate all the thumbnails again?
Or do I also have to adjust the sizes in the WordPress settings. Also from 800 to 600 and from 600 to 300?Best regards
Christian-
This reply was modified 3 years, 3 months ago by
Chrisxx1982.
-
This reply was modified 3 years, 3 months ago by
-
AuthorSearch Results
-
Search Results
-
After a update to Enfold 5.3 we got the following error message:
Fatal error: Uncaught Exception: Trying to read non existing property in class avia_superobject: wpml in /wp-content/themes/enfold/framework/php/base-classes/class-object-properties.php on line 33 Call stack aviaFramework\base\object_properties::__get() wp-content/themes/enfold/config-wpml/class-avia-wpml.php:1178 avia_WPML::wpml_get_options() wp-content/themes/enfold/config-wpml/config.php:578 avia_wpml_get_special_pages_ids() wp-includes/class-wp-hook.php:308 WP_Hook::apply_filters() wp-includes/plugin.php:205 apply_filters() wp-content/themes/enfold/includes/class-avia-custom-pages.php:530 Avia_Custom_Pages::handler_hide_special_pages() wp-includes/class-wp-hook.php:308 WP_Hook::apply_filters() wp-includes/class-wp-hook.php:332 WP_Hook::do_action() wp-includes/plugin.php:565 do_action_ref_array() wp-includes/class-wp-query.php:1833 WP_Query::get_posts() wp-includes/class-wp-query.php:3749 WP_Query::query() wp-includes/class-wp-query.php:3881 WP_Query::__construct() wp-includes/block-template-utils.php:931 get_block_templates() wp-includes/blocks/template-part.php:206 build_template_part_block_instance_variations() wp-includes/blocks/template-part.php:246 build_template_part_block_variations() wp-includes/blocks/template-part.php:257 register_block_core_template_part() wp-includes/class-wp-hook.php:308 WP_Hook::apply_filters() wp-includes/class-wp-hook.php:332 WP_Hook::do_action() wp-includes/plugin.php:517 do_action() wp-settings.php:617 require_once() wp-config.php:272 require_once() wp-load.php:50 require() wp-login.php:12May be it’s an update-problem?
Fallback again to 5.12 everything works fine (we skipped 5.2x).Thx
I have a wordpress theme using enfold and after enabling the theme getting this error.
There has been a critical error on this website.Hello and good evening,
After updating the Enfold Theme from 5.2.1 to 5.3 the side crashed. When I deactivate the WPML V 4.5.14 plug-in then the side is working.
Thank you for your help in advance.
GeorgHi,
I would like to hide the content from a [shortcode] for not logged-in users.
Is there a way to do that in Enfold – or can you point me in any direction?I have tried various [show for logged-in users] [shortcode] [/show for logged-in users] – But it seems not to be possible to hide a shortcode with a shortcode.
Any genius tips are much appreciated.
Best,
Chrilles
Topic: Updating Enfold
Hello,
I’m hosting a client that has Enfold 4.6.2 installed and it looks like you’re up to 5.3.
He doesn’t have a license key from his original developer, what’s the best way to move forward and update the theme? Just buy another license from ThemeForest?
Topic: Enfold Simple Slider arrows
Hi, I’m using the Construction demo content in Enfold. I can’t find the Easy Slider plugin or settings on the WP backend. How do I change the demo content button text and links. I can’t find them anywhere. Thanks for your help.
Hello, we’ve bought your theme enfold. We’ve got a online store with variable products, but if I set a main image and then set the variable images on variables when you see the product page and try to change the variable, the image is not changing. It only shows the main image, but it has the variation images saved succesfully.
Thank youHallo, firstable i need to say that i tried the solutions showed up here: https://kriesi.at/support/topic/different-logo-in-the-header-for-mobile-version/
All 3 Solutions don’t work on our site, thats why i need to open up a new thread.– i use a chiltheme and edit funktions.php in it.
– i have a vertical logo on desktop (380px X 380px)
http://ba0ez4b.myraidbox.de/wp-content/uploads/2021/08/deepvelop-hamburg-logo-mit-text-380×510-2.pngand it’s supposed to be horizontal on mobile (mobile-logo is 300×80 px)
http://ba0ez4b.myraidbox.de/wp-content/uploads/2022/12/deepvelop-logo-mobile-quer.png-
These three solutions taken from the thread sadly don’t work
1.) this one is not working:
add_filter(‘avf_logo’,’av_change_logo’);
function av_change_logo($logo) {
if(wp_is_mobile( ) )
{
$logo = “http://ba0ez4b.myraidbox.de/wp-content/uploads/2022/12/deepvelop-logo-mobile-quer.png”;
}
return $logo;
}—-
2.) this one is not working:add_filter(‘avf_logo’,’av_change_logo’);
function av_change_logo($logo) {
if(wp_is_mobile()) {
$logo = “http://ba0ez4b.myraidbox.de/wp-content/uploads/2022/12/deepvelop-logo-mobile-quer.png”;
} else {
$logo = “http://ba0ez4b.myraidbox.de/wp-content/uploads/2021/08/deepvelop-hamburg-logo-mit-text-380×510-2.png”;
}return $logo;
}—-
3.) this one is not working:add_filter(‘avf_logo’,’av_change_logo’);
function av_change_logo($logo) {
if(wp_is_mobile()) {
$logo = “http://ba0ez4b.myraidbox.de/wp-content/uploads/2022/12/deepvelop-logo-mobile-quer.png”;
} else {
$logo = “http://ba0ez4b.myraidbox.de/wp-content/uploads/2021/08/deepvelop-hamburg-logo-mit-text-380×510-2.png”;
}return $logo;
}—
The last Solution is actually in Child-Theme in functions.php
Thank you very much for your help. (this is our final issue in a 16 month project development time).
Hi Enfold,
So we arer having enormous issues updating text or links on a projects page utilising the plug in Portfolio pro by Websoft.
We reached out to websoft re the issue after weeks of testing and they came back with the issue being a change on the Enfold theme :
In the template template-builder.php of the Enfold theme, you have the following string for displaying content
apply_filters( ‘avia_builder_precompile’, get_post_meta( get_the_ID(), ‘_aviaLayoutBuilderCleanData’, true )It says that for the builder there are already saved BuilderCleanData (in the database in the post_meta table), in which you have incorrectly saved links. You need to somehow clean this data for all portfolios (it is possible to resave the portfolio with the active builder so that it resaves its BuilderCleanData) and then everything will be correct.
We did this however and it was not successful so we have this query for yourselves at Enfold :
Please see screenshot attached – i have searched for the word “toy” ( https://toyfactorysurfboards.com/collections/fourth-surfboards/products/fourth-surfboards-br-belly-shank-base-construction as this is the url stuck somewhere) in the post_meta table in the DB but it returns zero results unfortunately.What we need to draw your attention to is the buttons on this page https://fourthsurfboards.com/portfolio/shank/ ( order now) do not like through to https://colabsurf.com/pages-board-builder/ which is where they are supposed to go to. The links when we edit them will not update.
Countless hours at this and it\s costing us a fortune to fix this simple element. Can you help us? Happy to give you access to the website. We have tried all tests before you ask..
Thanks,
Owen.
Hello
I am using the FooGallery plugin so I can add tags and categories to media and use the filter function on my client’s portfolio gallery.
On the page using FooGallery I am using their PRO lightbox (The link to the page is in the private content below), when you click on an image to enlarge in the lightbox the FooGallery lightbox displays but when you close it the Enfold lightbox remains and needs to be closed as well.
The FooGallery plugin is only being used on one page of the site, so if I choose to disable the Lightbox Modal Window in the Enfold settings this will affect the other pages that use this function.
Is there a way to disable the Enfold lightbox just on the one page of the website?
Thank you for your help as always :)
Peta



