Forum Replies Created
-
AuthorPosts
-
Hi,
Thank you for using Enfold.
The main changes in 7.0 was adding svg icons.
And changes to ..\config-templatebuilder\avia-template-builder\php\class-font-manager.php – deprecating functions like av_icon(), ….And: splitted functions.php and functions-enfold.php in seperate files and restructured files in /includes folder
Maybe this causes problems with your code.
You will need to check WP error log for any messages – maybe that helps to find the problem.
Best regards,
GünterMarch 27, 2025 at 11:48 am in reply to: Significant Site Slowdown Caused by avia_deep_decode Function in Enfold Theme #1480265Hi,
Thank you for using Enfold.
avia_deep_decode
is a core function needed to properly convert HTML characters in ALB elements. And it is not recommended to remove/change it.
As all builders also our ALB has some overhead that slow down backend pageload.
Consider to switch to a hoster that provides higher performance – and try to increase memory for php and WP.For frontend use caching plugins to speed up pageload – and check that your images are optimized and the dimension uploaded does not exceed the maximum size needed.
Hope this helps you.
Best regards,
GünterMarch 20, 2025 at 11:17 am in reply to: undefined property: stdClass::$ID in enfolds-function.php, lines 860, 860 #1479789Hi,
Thanks for your feedback and glad we could solve the problem.
Enjoy the theme and have a great day.Feel free to come back when you need further assistance – simply open a new topic.
Best regards,
GünterPS. If you can spare a few minutes please leave a positive review at our product page https://themeforest.net/item/enfold-responsive-multipurpose-theme/reviews/4519990
thanks in advance.
March 19, 2025 at 5:44 pm in reply to: undefined property: stdClass::$ID in enfolds-function.php, lines 860, 860 #1479732Hey meganp46,
Thanks for reporting this and sorry for the problems.
Please replace
..\enfold\config-events-calendar\config.php
with
Do not forget to make a copy of the original file for a fallback and clear server and browser cache.
If you need help with this let us know.
Fix will be added to next release 7.1.1.
Best regards,
GünterMarch 19, 2025 at 8:58 am in reply to: Product Filters for WooCommerce – Uncaught TypeError #1479696Hi,
Thanks a lot for checking. The fix will be added to next release.
Enjoy the theme and have a great day.Best regards,
GünterMarch 18, 2025 at 4:29 pm in reply to: LayerSlider not Updated Since December 2nd 2024 – Enfold 6.0.7 #1479641Hey classywebsites,
Thank you for informing us. We will update it to latest version for next release.
Best regards,
GünterMarch 18, 2025 at 4:15 pm in reply to: Product Filters for WooCommerce – Uncaught TypeError #1479640Hi,
Thank you for your feedback.
I added a slightly modified fix for the next release 7.1.1.
As I do not have access to the plugin could you please check if it works:
Please replace enfold/js/avia-js.js with
https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_7_1/js/avia-js.js
and if you are using minified files also
https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_7_1/js/avia-js.min.js
Do not forget to clear server and browser cache.
Best regards,
GünterHey Tim,
Thanks for bringing this up. I added it to our dev repo to add it in one of the next releases.
Best regards,
GünterHi,
We are not intending to extend our implementation in near future.
You find the necessary js in ..\enfold\js\avia-snippet-cookieconsent.js and in ..\enfold\includes\helper-privacy.php
In case you need any trigger actions to manage your custom js or filters in php let us know and we can add it to core.Also check section “Additional Custom Cookies” at bottom of theme option tab and also
Maybe this helps you.
Best regards,
GünterHi,
Sorry for the late reply. But I had to recheck this with Kriesi.
A theme can only implement a basic support.
If you need a deeper integration you will need to use a plugin – I think borlab (https://de.borlabs.io/borlabs-cookie/) is a good choice – but you will need to test it.Best regards,
GünterHey Ali Trevino-Murphy,
Please update to latest version 7.0. These issues are fixed there.
Best regards,
GünterHi,
Ich habe den Code in Deine child functions.php unten eingefügt.
Ohne static erscheint bild im footer, mit nicht mehr.
Link siehe unten.Best regards,
GünterHi,
If I understand you correctly the featured image is displayed also in the footer and you do not want to have it there.
My snippet avoids to display it a second time.
Simply add it at the beginning of the function:function avf_template_builder_content_postimage_mod($content = ""){ static $exec = false; // initialise if( $exec ) // check if function was already executed once { return $content ; } $exec = true; // set flag as executed if( (is_singular('post') || is_singular('portfolio')) && ( '1' != get_post_meta( get_the_ID(), '_avia_hide_featured_image', true ) ) ) { ......
Best regards,
GünterHi,
These reports are fixed in latest version 7.0.
- WordFence vulnerablity fix: limit download of theme options to admin only (discovered by mikemyers)
- WordFence vulnerablity fix: removed not needed function avia_ajax_get_image_color() (discovered by mikemyers)
Please update to this version.
Best regards,
GünterHey Guenter,
What about using a static var in the handler at the beginning like:
static $exec = false; // initialise if( $exec ) { return $content ; } $exec = true; // set flag as executed .....
Best regards,
GünterHey Guenter,
wp-media-library svg are identified by attachment ID (which is unique) – title of svg which is used as name can be changed which would lead to loosing the icon. If you check the shortcode of e.g. ALB icon you will see that the ID is also used.
For other svg iconsets you must use the name – as it is the name of the svg file it will never change.
Best regards,
GünterHi Tim,
Thanks.
Could reproduce it and added a fix in next release 7.0.
Best regards,
GünterHi Tim,
Sorry, but it still does not work. I tried both e-mail and supplied username.
Best regards,
Günter-
This reply was modified 1 month, 1 week ago by
Günter.
Hi,
Thank you for reporting this. It is bug and will be fixed in next release 7.0
Enjoy the theme and have a great day.
Best regards,
GünterHi tim,
Thank you for the login – but it does not work. See Private Content.
Best regards,
GünterFebruary 17, 2025 at 11:41 am in reply to: Compatibility Issues with Enfold Builder on PHP 8.2 and WordPress 6.7 #1477235Hi,
Hope you are also doing well.
Thank you for suggesting the fix – I added it to next release 7.0
Have a great day and enjoy the theme.
Best regards,
GünterHi Tim,
If the img tag disappears in database content (db field post_content and also in metadata ‘_aviaLayoutBuilderCleanData’) means that these fields are updated. I do not know a situation where Enfold itself updates this when a page is loaded in frontend. This happens when a post gets updated from backend.
object cache in my opinion could only be a problem when this happens on saving/updateing a page – but not when it is loaded in frontend. In this case the content is only read.
Is the page after the image disappeared an older version of the page before you added the image ? Then it could be that your hoster restored some older db entries from a backup ?
Best regards,
GünterHey Tim,
Sorry for the late reply.
I cannot reproduce this on a local install. Do you have a staging site where you can reproduce it and I can have access to check your settings for the element ?
Best regards,
GünterJanuary 9, 2025 at 4:16 pm in reply to: Out of Memory – Scalability issue with “Blog Posts” element and a render loop #1474884Hey Jan,
I did not test it – but I have the following idea:
In …\enfold\config-templatebuilder\avia-shortcodes\blog\blog.php around line 861 you find filter:
$query = apply_filters( 'avia_blog_post_query', $query, $params );
In global variable $avia_config[‘posts_on_current_page’] you have all ID’s of already queried posts.
$query[‘post__not_in’] can be used to skip already queried posts:
$query['post__not_in'] = isset( $query['post__not_in'] ) ? array_merge( $query['post__not_in'], $avia_config['posts_on_current_page'] ) : $avia_config['posts_on_current_page'];
Can you give this a try please?
Best regards,
GünterJanuary 8, 2025 at 5:15 pm in reply to: Bug – Abuse of /?avia_extended_shop_select= queries #1474836Hi @EZWebdesign,
Thank you! We’ll add it to the core in the upcoming version.
Merry XMas and a happy New Year !!
Best regards,
Günter -
AuthorPosts