Problems with Avada theme
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday. If you have problems with registration ask help on contact us page pleaseIf you not got email within 24~36 business hours, firstly check your spam box, and if no any email from the support there - back to the forum and read answer here. DO NOT ANSWER ON EMAILS [noreply@pluginus.net] FROM THE FORUM!! Emails are just for your info, all answers should be published only here.
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday.
Quote from darkph123 on August 16, 2019, 14:21Hello,
I think that I need your help.
Everything points to a conflict between “Avada” theme (https://avada.theme-fusion.com/ ) and the "Wordpress Meta Data & Taxonomies Filter" extension.Component Versions:
AVADA Version: 6.0.2
MDTF Version 2.2.6Problem one:
PHP errors that appear in search results at the bottom of the page when searching for data using the above mentioned component in the sidebar widget.
All the necessary information can be found in the directory: Case1-PHP ErrorsProblem two:
When you open the "Fusion Builder Live" editor, an error message appears:
"Unknown Eror Occured"
All necessary information can be found in the directory: Case2-Frontend Editor ErrorThe "MyEnvironment" file contains some details related to my dev environment.
Unfortunately at the moment I'm using a local server, so remote access to my environment is impossible.Please let me know where to put the Envato licence details and private link to archive that contains all required data.
Best Regards,
Darek
Hello,
I think that I need your help.
Everything points to a conflict between “Avada” theme (https://avada.theme-fusion.com/ ) and the"Wordpress Meta Data & Taxonomies Filter" extension.
Component Versions:
AVADA Version: 6.0.2
MDTF Version 2.2.6
Problem one:
PHP errors that appear in search results at the bottom of the page when searching for data using the above mentioned component in the sidebar widget.
All the necessary information can be found in the directory: Case1-PHP Errors
Problem two:
When you open the"Fusion Builder Live" editor, an error message appears:
"Unknown Eror Occured"
All necessary information can be found in the directory: Case2-Frontend Editor Error
The"MyEnvironment" file contains some details related to my dev environment.
Unfortunately at the moment I'm using a local server, so remote access to my environment is impossible.
Please let me know where to put the Envato licence details and private link to archive that contains all required data.
Best Regards,
Darek
Quote from darkph123 on August 16, 2019, 14:28private data updated :-)
private data updated :-)
Quote from darkph123 on August 16, 2019, 15:45Update # 2 :-)
After reading threads on this forum I set following settings for MTDF Widget:
Results output page link: self
Results output template: selfIt seems that it fixed first problem: I cannot see PHP warnings after this change, so it means that, so currently I have only one problem ( described as "problem two" )
For your convenience I will include link to copy of my dev site performed by Duplicator software.
Kind Regards,
Darek
Update # 2 :-)
After reading threads on this forum I set following settings for MTDF Widget:
Results output page link: self
Results output template: self
It seems that it fixed first problem: I cannot see PHP warnings after this change, so it means that, so currently I have only one problem ( described as"problem two" )
For your convenience I will include link to copy of my dev site performed by Duplicator software.
Kind Regards,
Darek
Quote from darkph123 on August 16, 2019, 18:40Update #3,
Unfortunately, the method described in the previous post does not work properly.
It does not display PHP warnings, but at the same time it displays all records instead of filtering data.So all the problems described in post 1 are open.
Kind Regards,
Darek
Update #3,
Unfortunately, the method described in the previous post does not work properly.
It does not display PHP warnings, but at the same time it displays all records instead of filtering data.
So all the problems described in post 1 are open.
Kind Regards,
Darek
Quote from Pablo Borysenco on August 19, 2019, 11:35Hello
Please drop me screenshots of MDTF settings( widget ) .
Try to use mdtf templates and shortcode [mdf_custom ]- https://wp-filter.com/features/shortcode-mdf_custom/
Hello
Please drop me screenshots of MDTF settings( widget ) .
Try to use mdtf templates and shortcode [mdf_custom ]- https://wp-filter.com/features/shortcode-mdf_custom/
Quote from darkph123 on August 19, 2019, 15:26Hello Pablo,
Here you are:
https://imge.to/i/JY12s
https://imge.to/i/JYLMkI'm not sure how to use templates. Can you help me ?
I need a solution to filter on demand the full recipes list. I'm using custom taxonomies and selecting it from MDTF widget as a checkbox.
Hello Pablo,
Here you are:
https://imge.to/i/JY12s
https://imge.to/i/JYLMk
I'm not sure how to use templates. Can you help me ?
I need a solution to filter on demand the full recipes list. I'm using custom taxonomies and selecting it from MDTF widget as a checkbox.
Quote from Pablo Borysenco on August 20, 2019, 10:55Hello
Please watch video - https://wp-filter.com/video-tutorials#video_1293
Hello
Please watch video - https://wp-filter.com/video-tutorials#video_1293
Quote from darkph123 on August 20, 2019, 23:07Thanks for the advice I will try to follow the guides, and will let you know the result.
Thanks for the advice I will try to follow the guides, and will let you know the result.
Quote from Pablo Borysenco on August 21, 2019, 10:45Hello
ok! I'm waiting for your answer
Hello
ok! I'm waiting for your answer
Quote from darkph123 on August 25, 2019, 19:18Hello Pablo,
I did everything according to the documentation and I have still PHP warnings:
https://imge.to/i/iKMQTPlease see PHP error log:
https://we.tl/t-DU0EfJOun1Please let me know if you need current backup of my project (it isn't deployed to the web so far).
Hello Pablo,
I did everything according to the documentation and I have still PHP warnings:
https://imge.to/i/iKMQT
Please see PHP error log:
https://we.tl/t-DU0EfJOun1
Please let me know if you need current backup of my project (it isn't deployed to the web so far).
Quote from Pablo Borysenco on August 26, 2019, 12:00Hello
Try in file - \plugins\meta-data-filter\views\shortcode\search_panel_terms.php
change code - https://c2n.me/43glChF.png
$html_items=MetaDataFilterPage::get_html_items($id);
if(!is_array($html_items)){
$html_items=array();
}
foreach ($html_items as $key => $val) {
Hello
Try in file - \plugins\meta-data-filter\views\shortcode\search_panel_terms.php
change code - https://c2n.me/43glChF.png
$html_items=MetaDataFilterPage::get_html_items($id);
if(!is_array($html_items)){
$html_items=array();
}
foreach ($html_items as $key => $val) {
Quote from darkph123 on August 26, 2019, 19:46Hello Pablo,
After modifications I still have PHP warnings. Please see attached.https://we.tl/t-iqg18PECCF
Hello Pablo,
After modifications I still have PHP warnings. Please see attached.
Quote from Pablo Borysenco on August 27, 2019, 11:52Hello
But there are no errors in my plugin
Hello
But there are no errors in my plugin
Quote from darkph123 on August 27, 2019, 23:07Yes, I know, but this problem only occurs when the widget with your plugin is active.
I would be very grateful for your help.
Yes, I know, but this problem only occurs when the widget with your plugin is active.
I would be very grateful for your help.
Quote from Pablo Borysenco on August 28, 2019, 11:52Hello
Ok! Please share me the latest clone of your site
Hello
Ok! Please share me the latest clone of your site
Quote from darkph123 on August 29, 2019, 22:49Please see private data.
Once again I would like to thank you for the help.
Please see private data.
Once again I would like to thank you for the help.
Quote from Pablo Borysenco on August 30, 2019, 14:57Hello
Unfortunately, I can not find the reason of this error.
It's very strange!
This error occurs even when I make a simple request: In file - \wp-content\plugins\meta-data-filter\views\shortcode\meta_data_filter.php ( https://c2n.me/43lvKnE.png )
Try to use custom template - https://wp-filter.com/features/shortcode-mdf_custom/
Hello
Unfortunately, I can not find the reason of this error.
It's very strange!
This error occurs even when I make a simple request: In file - \wp-content\plugins\meta-data-filter\views\shortcode\meta_data_filter.php ( https://c2n.me/43lvKnE.png )
Try to use custom template - https://wp-filter.com/features/shortcode-mdf_custom/