-
AuthorPosts
-
April 11, 2022 at 6:36 pm #1347989
When Enfold is active along with GiveWP + Events Calendar/Pro + WooCommerce, the AVIA Builder elements post slider, magazine, blog posts, grid layout failt to render entirely.
April 14, 2022 at 3:43 am #1348335Nothing? Seriously? No response at all?
April 17, 2022 at 7:37 pm #1348623Hi,
We have checked and discussed internally, and the problem seems to occur due to the GiveWP plugin. Since this plugin is not supported by the theme, we can unfortunately not provide support for it. Maybe you could try reaching out to GiveWP support, to see if they can help you out further? You could also check for alternative plugins.
Best regards,
RikardApril 17, 2022 at 9:30 pm #1348635This is incorrect. The problem occurs when all three plugins are active. Any two plugins active doesn’t cause the problem.
Please review the thread again. None of the plugins is the problem. The problem lies with enfold when all three plugins are active.
April 18, 2022 at 1:06 pm #1348681Hi,
If the problem starts when GiveWP is active, then we can only assume that it is to blame for the problem. Mike explained it in more detail here: https://kriesi.at/support/topic/blog-posts-disappeared/#post-1347812. Please try reaching out to the plugin authors, as we cannot be responsible for problems caused by unsupported third party plugins.
Best regards,
RikardApril 18, 2022 at 6:48 pm #1348709The problem does not start when GiveWP is active. We use all three plugins together on other sites with no problem.
The problem is all three plugins plus Enfold.April 19, 2022 at 9:01 am #1348734Hi,
Thanks for the update, please try reaching out to the plugin developers first of all. We’ll leave this thread open in case you should need any further help from us.
Best regards,
RikardApril 19, 2022 at 5:28 pm #1348836Everything is working except the elements in Enfold. All three plugins operate just fine with each other – it is Enfold elements that are broken.
April 21, 2022 at 8:53 am #1348986Hi,
Thank you for your patience, I tested the GiveWP + Events Calendar + WooCommerce pluins on my test server with the same Enfold and WordPress versions as your site (the latest),
but the post slider and magazine elements showed correctly, so I thought that perhaps I had a different settings than you in one or all of the plugins so I exported your staging site settings (WordPress XML file) to my test server, linked below, and now it is a mirror of your staging sitewith very similar server settings,
but the post slider and magazine elements are showing correctly.
I tested your site with the child theme disabled, which didn’t help, I also tested your site with your child theme functions.php disabled:/* Disable JetPack Just in Time Messages */ add_filter( 'jetpack_just_in_time_msgs', '__return_false', 99 ); // Fix events calendar dropdown and just shows the old download links. add_filter( 'tec_views_v2_use_subscribe_links', '__return_false' );
which didn’t help, I checked your child theme header.php, but it is up-to-date with only a Google Analytics modification, which I tested without, with no success.
The only difference I can find is that you are using WPEngine caching and the Site Health says Custom rules have been added to your .htaccess file, see the screenshot above.
So I’m not sure what the issue could be, but I will forward this to the Dev Team for their review.Best regards,
MikeApril 21, 2022 at 2:10 pm #1349025Hi,
The Dev Team has checked your error logs and found that it seems to be a problem with the post status beeing duplicated in query in an endless loop, but our query parameters do not have a post_status set (see postslider.php:1196) and testing withprint_r( $query );
gives:query :Array ( [orderby] => date [order] => DESC [paged] => 1 [post_type] => Array ( [post] => post [page] => page [attachment] => attachment [revision] => revision [nav_menu_item] => nav_menu_item [custom_css] => custom_css [customize_changeset] => customize_changeset [oembed_cache] => oembed_cache [user_request] => user_request [wp_block] => wp_block [wp_template] => wp_template [wp_template_part] => wp_template_part [wp_global_styles] => wp_global_styles [wp_navigation] => wp_navigation [give_forms] => give_forms [give_payment] => give_payment [product] => product [product_variation] => product_variation [shop_order] => shop_order [shop_order_refund] => shop_order_refund [shop_coupon] => shop_coupon [tribe_venue] => tribe_venue [tribe_organizer] => tribe_organizer [tribe_events] => tribe_events [tribe-ea-record] => tribe-ea-record [deleted_event] => deleted_event [portfolio] => portfolio [avia_framework_post] => avia_framework_post ) [offset] => [posts_per_page] => 9 [post__not_in] => Array ( ) [meta_query] => Array ( ) [tax_query] => Array ( [0] => Array ( [taxonomy] => category [field] => id [terms] => Array ( [0] => 43 ) [operator] => IN ) ) [date_query] => Array ( ) ) $params:Array ( [type] => slider [style] => [columns] => 3 [items] => 9 [taxonomy] => category [wc_prod_visible] => [wc_prod_hidden] => hide [wc_prod_featured] => [prod_order_by] => [prod_order] => [show_meta_data] => [post_type] => Array ( [post] => post [page] => page [attachment] => attachment [revision] => revision [nav_menu_item] => nav_menu_item [custom_css] => custom_css [customize_changeset] => customize_changeset [oembed_cache] => oembed_cache [user_request] => user_request [wp_block] => wp_block [wp_template] => wp_template [wp_template_part] => wp_template_part [wp_global_styles] => wp_global_styles [wp_navigation] => wp_navigation [give_forms] => give_forms [give_payment] => give_payment [product] => product [product_variation] => product_variation [shop_order] => shop_order [shop_order_refund] => shop_order_refund [shop_coupon] => shop_coupon [tribe_venue] => tribe_venue [tribe_organizer] => tribe_organizer [tribe_events] => tribe_events [tribe-ea-record] => tribe-ea-record [deleted_event] => deleted_event [portfolio] => portfolio [avia_framework_post] => avia_framework_post ) [contents] => excerpt [preview_mode] => auto [image_size] => portfolio [autoplay] => no [animation] => fade [paginate] => no [use_main_query_pagination] => no [interval] => 5 [class] => avia-builder-el-15 el_after_av_textblock el_before_av_hr [el_id] => [categories] => 43 [custom_query] => Array ( ) [offset] => [custom_markup] => [av_display_classes] => [date_filter] => [date_filter_start] => [date_filter_end] => [date_filter_format] => yy/mm/dd [period_filter_unit_1] => 1 [period_filter_unit_2] => year [lazy_loading] => disabled [img_scrset] => ) query :Array ( [orderby] => date [order] => DESC [paged] => 1 [post_type] => Array ( [post] => post [page] => page [attachment] => attachment [revision] => revision [nav_menu_item] => nav_menu_item [custom_css] => custom_css [customize_changeset] => customize_changeset [oembed_cache] => oembed_cache [user_request] => user_request [wp_block] => wp_block [wp_template] => wp_template [wp_template_part] => wp_template_part [wp_global_styles] => wp_global_styles [wp_navigation] => wp_navigation [give_forms] => give_forms [give_payment] => give_payment [product] => product [product_variation] => product_variation [shop_order] => shop_order [shop_order_refund] => shop_order_refund [shop_coupon] => shop_coupon [tribe_venue] => tribe_venue [tribe_organizer] => tribe_organizer [tribe_events] => tribe_events [tribe-ea-record] => tribe-ea-record [deleted_event] => deleted_event [portfolio] => portfolio [avia_framework_post] => avia_framework_post ) [offset] => [posts_per_page] => 9 [post__not_in] => Array ( ) [meta_query] => Array ( ) [tax_query] => Array ( [0] => Array ( [taxonomy] .......
As you see above there is no post status in the query parameters.
Seems, that because this is a secondary query one of the plugins has a problem handling this (most likely the GiveWP). But we cannot fix this.Best regards,
MikeApril 26, 2022 at 6:26 pm #1349582Here is a response from one of the plugin developers.
Darian (The Events Calendar)
Apr 26, 2022, 11:15 CDT
Hi Andrew,Just an update, unfortunately, we could not find the error on our end. Maybe Enfold could provide a snippet code that could overwrite the query parameters and remove unnecessary values (such as duplicated post status) before it goes to the endless loop to avoid the issue.
If there’s any information needed from us, I’d make sure we will provide it as soon as possible.
Please let me know if you have further questions or concerns.
Regards,
DarianApril 27, 2022 at 1:46 pm #1349666Hi,
Thanks for the feedback, I submitted this to the Dev Team and they said that the problem is that one of the plugins produces a recursive call in the secondary query that creates an endless string (or at least a very long string) for the query, probably with a filter and that would need to be stopped but we do not know in which filter to hook exactly to do that. As the events calendar and WC work together, it is most likely to be somewhere in GiveWP.Best regards,
MikeApril 27, 2022 at 5:58 pm #1349684All three plugins work perfectly together. Enfold doesn’t work, only when all three plugins are active.
All three plugins work perfectly together. We have them implemeted on many sites and have never had any problems except with the elements in Enfold.One more time: All Three Plugins Work Perfectly Together. When All Three Plugins Are Active, Enfold Does Not Work Properly.
April 27, 2022 at 7:11 pm #1349695Hi,
Please read the response from the Dev Team above.
Sometimes a plugin causes a conflict and we are not able to make every plugin work with Enfold.Best regards,
MikeApril 27, 2022 at 8:07 pm #1349704I guess Enfold is coming to the end of its useful life. That is sad, it was great for a long time. It is going to be a big job to convert to a different theme.
I’ve never heard of a WordPress theme developer basically give up on making a major plugin compatible before. Can’t you contact GiveWP and work it out?May 2, 2022 at 2:10 pm #1350185Hi,
Our devs are currently very busy working on upcoming major Enfold update and since GiveWP plugin is not one of the supported plugins, we are unable to help you fix this issue. We appreciate your understanding, Andrew.
If you have any other questions, please do not hesitate to start new threads.
Best regards,
YigitMay 2, 2022 at 6:53 pm #1350231GiveWP is a major plugin and you will run into this issue again. I wish you would have helped me. I really like Enfold but I guess it is reaching the end of its useful life.
If we can’t count on you to help make your theme work, we won’t be able to use it any longer.
May 2, 2022 at 7:36 pm #1350235 -
AuthorPosts
- The topic ‘GiveWP + Events Calendar + WooCommerce + Enfold = multiple AVIA element failures’ is closed to new replies.