Forum Replies Created
-
AuthorPosts
-
Hey testq1,
Thank you for reporting this.
I updated the component for next release.
Best regards,
GünterMay 16, 2023 at 11:08 am in reply to: Undefined array key “key” in class-svg-shapes.php on line 515 #1407542Hi,
You have to add ‘key’ to your array, e.g.
'hp-banner-divider-no-wedge' => array( 'key' => 'hp-banner-divider-no-wedge', ......
Sorry, I missed to add this to the the comment. Will fix this for next release.
Compare config-templatebuilder\avia-template-builder\php\class-svg-shapes.php function init_native_shapes()Best regards,
GünterHi,
Thank you for reporting this. Will be fixed in next update 5.6.3.
If you need it earlier, let us know.
Best regards,
GünterHi,
Did not think about that.
Would a filter also be helpful?
As there are different elements I think one global value for all does not make sense. And an option for each element seems to overshoot?
Best regards,
GünterHi Thomas,
Thanks for the feedback that there is no hurry.
Cool solution !!
Best regards,
GünterHey Thomas,
Thank you for this suggestion.
Makes sense to add this. At a first glance it should be possible. I will try to add it and give you a link to the modified file so you can update and use it on your site prior to the next release. Will be monday (or tuesday).
Hope this will help you.
Best regards,
GünterMay 10, 2023 at 4:18 pm in reply to: Bug? Enfold Theme Options language not work (Enfold v5.6) #1407010Hi,
Glad we could help you. Enjoy the theme and have a great day.
Best regards,
GünterMay 10, 2023 at 4:15 pm in reply to: Portfolio item content not visible after Update to 5.6/5.6.1 + critical error #1407009Hi,
Thank you for giving us access.
I added a new Portfolio “Test Enfold” with ALB and do not see any errors. And I also can see your portfolio “…Barbarossa” in frontend and it looks OK as far as I see.
Could it be that your hoster has a cache enabled that blocked the change you made ?
Do you get any more error messages?
If you still see problems, please give us step by step how to reproduce it and where to look for it.
Thank you very much in advance.
Best regards,
GünterMay 10, 2023 at 3:42 pm in reply to: Portfolio item content not visible after Update to 5.6/5.6.1 + critical error #1407000Hey Ringknipser,
Really sorry for that and thank you for reporting it.
There is a typo error in file ../enfold/config-templatebuilder/avia-shortcode-helpers/class-avia-masonry.php: line 701:
Please replace
$copyright_text = apply_filter( 'avf_alb_masonry_copyright_text', esc_html( $copyright_text ), $copyright_text, $attachment, $entry, $this->config );
with
$copyright_text = apply_filters( 'avf_alb_masonry_copyright_text', esc_html( $copyright_text ), $copyright_text, $attachment, $entry, $this->config );
If you need help please let us know and give us WP admin access to your site (it is password protected) and activate theme editor so we can edit the file for you.
It will be fixed in 5.6.2. I asked Kriesi for a hotfix release.
Best regards,
GünterMay 10, 2023 at 3:15 pm in reply to: Bug? Enfold Theme Options language not work (Enfold v5.6) #1406998Hey Julien,
Sorry for this.
Please update to Enfold 5.6.1 released yesterday. This will fix the problem.
Best regards,
GünterHi,
Hm, strange. I also tested on a live site on an All-Inkl server. See private content.
It is also not in HTML source.Best regards,
GünterHi,
I do not see an easy way.
loop-search.php uses the default WP loop in a while statement.
Would mean you have to resort the search results query first before starting the while loop and then add the “group” changes in the loop.
You also have to consider pagination (which does not exist in ajax search).
Best regards,
GünterHey Tom,
Sorry for this.
Please update to 5.6.1 released this morning. This should fix the problem.
Best regards,
GünterHey Guenter,
How can I reproduce this? I tried it on a local install with ALB Textblock switching from visiual to text.
Best regards,
GünterHi,
You can also follow the upcoming fixes / changes here:
Best regards,
GünterHi,
In 5.6.1 the second solution is implemented:
$posttype = get_post_type( $the_id ); $post_class .= 'posttype-' . $posttype . ' ';
Best regards,
GünterHi,
In next version 5.6.1 there is an updated filter with more parameters:
Best regards,
GünterHey Guenter,
Yes. Very simple test implementation only:
function custom_avf_combo_box_image_size( $size, $args ) { return 'full'; } add_filter( 'avf_combo_box_image_size', 'custom_avf_combo_box_image_size', 10, 2 );
If not, please provide a link to the site so we can see setup in backend.
Best regards,
GünterMay 3, 2023 at 5:18 pm in reply to: 5.6 vs 5.5 upgrade breaks site – functions.php avia_lang_setup(); #1406363Hi,
Fix above is not working properly.
Meanwhile please stick to the fix from @stop0bit.Next release will contain a better solution.
Best regards,
GünterMay 3, 2023 at 11:56 am in reply to: 5.6 vs 5.5 upgrade breaks site – functions.php avia_lang_setup(); #1406327Hi,
Sorry for the problem and for reporting this.
The final fix will be:
if( function_exists( 'did_filter' ) && did_filter( 'after_setup_theme' ) ) { avia_lang_setup(); }
We had to add this check with 5.6 to avoid double calling of avia_lang_setup which results in a large hit in WP object cache since WP 6.1 (due to new added class WP_Textdomain_Registry).
Best regards,
GünterHey Guenter,
Can you try to add to body tag class avia-mobile-no-animations:
let body = document.getElementsByTagName('body'); body[0].classList.add('avia-mobile-no-animations');
Best regards,
GünterHi,
Definition of is_tax():
I would say yes, this should be the way (but I did not test it).
Best regards,
GünterHi,
Sorry for the late reply.
To modify the main query for archive you can use the pre_get_posts filter. An example how we use it to modify the search query is here:
For the ALB blog element we have the filter avia_blog_post_query.
Hope this helps you.
Best regards,
GünterHi,
Have a look in our theme options page -> Performance -> Responsive Images (check it) -> Image Thumbnails Info
There you have an overview of the registered image sizes and if they are registered by Enfold.
You can also have a look in enfold/functions.php around line 264ff and filter ‘avf_modify_thumb_size’ to deregister file sizes not needed.
Hope this helps you.
Best regards,
GünterHi,
It will be in 5.6, which should be released in the next days.
If you need it before you find the latest translation files here: https://github.com/KriesiMedia/enfold-language-files
But keep a copy of the old files for a fallback.
Best regards,
Günter -
AuthorPosts