-
AuthorPosts
-
August 7, 2018 at 10:20 am #994292e-pluginsGuest
Hi,
Hope you are doing well.
I ‘m the “Enfold” lover.
I’m an elite author & I have 14 plugins on codecanyon.
You can check the profile: https://codecanyon.net/user/e-plugins/portfolioI used the “Enfold” theme for my demo plugin site.
Most of my customer buy enfold theme for the same look & feel as like our demo site and I have 3000+ customer and I help to sell 1000+ Enfold theme.I got a major bug on the latest version of “Enfold” theme.
A user can not upload any image by wp_enqueue_media() function.
We got the error message: Uncaught TypeError: Cannot read property ‘frames’ of undefinedYou can check image : http://finaluser.eplug-ins.com/wp-content/uploads/2018/08/enfold-bug.png
I use old version 4.2.6. This is ok.
But on the latest version have a big bug. Users cannot upload an image by using WP media library.I can give you our plugin zip file( if you want).
Please check the bug. If you do not fix the bug then we will use another theme for our demo site and you will lose lots of buyers.
Thanks
e-pluginAugust 7, 2018 at 11:33 am #994345Hey e-plugins,
Please send the plugin to (Email address hidden if logged out) – we’ll fordward it to our developer and ask him to look into it.
Best regards,
DudeAugust 7, 2018 at 11:53 am #994357e-pluginsGuest1. Please check plugin zip file : https://drive.google.com/file/d/1zG_aQcaQwkltV92jYv-W7dSrqVIwgjis/view?usp=sharing
2. After installing the plugin, Please go front-end “My Account” ->My Photos -> try to add an image.*******************
You can check our demo site (this is Enfold old version & this is working well ):User: demo
Pass: demoThanks
August 7, 2018 at 5:24 pm #994496Hi,
Have a look at https://kriesi.at/support/topic/wp_enqueue_media-not-working-on-frontend-after-latest-update.
This could solve your problem.
Best regards,
Günter- This reply was modified 6 years, 3 months ago by Günter.
August 7, 2018 at 5:30 pm #994499e-pluginsGuestPlease give me the link ? I can not see the link.
Thanks
————–
Have a look at (Purchase code hidden if logged out) -after-latest-update” rel=”nofollow”>https://kriesi.at/support/topic/ (Purchase code hidden if logged out) -after-latest-update.This could solve your problem.
Best regards,
August 7, 2018 at 5:35 pm #994501Hi,
Link looks good on my side – I try to put it in private content.
You can search for wp_enqueue_media-not-working-on-frontend-after-latest-update.
Best regards,
Günter- This reply was modified 6 years, 3 months ago by Günter.
August 8, 2018 at 9:03 am #994734e-pluginsGuestI have added the code on my plugin page and this is not working:
——————-
$condition=true;
$options=array();
$condition = apply_filters( ‘avf_enqueue_wp_mediaelement’, $condition, $options );
if($condition ==true){
wp_enqueue_media();
}
—————-
Would you please check again?Thanks
August 8, 2018 at 2:48 pm #994975Hi,
The filter is not in core at the moment (might be in oncoming version – you have to check for it).
You have to modify the core file:
In file enfold\functions.php line 419 you find:
$condition2 = ( version_compare( get_bloginfo( 'version' ), '4.9', '>=' ) ) && $condition;
Before this line add:
$condition = true;
Best regards,
GünterAugust 8, 2018 at 3:13 pm #994989e-pluginsGuestI have checked it on Version: 4.4.1
I added the code on enfold\functions.php line 419
$condition = true;
$condition2 = ( version_compare( get_bloginfo( ‘version’ ), ‘4.9’, ‘>=’ ) ) && $condition;But It destroys the modal. Would you check it?
Thanks for your time.
August 8, 2018 at 4:09 pm #995032Hi,
Downloaded the plugin – but going to my-account opens the WooCommerce account page.
Disable all performance settings for Enfold, clear all server and browser cache and try again.
Another user with the same problem was solved.
Best regards,
GünterAugust 8, 2018 at 4:19 pm #995038Hi,
Managed to get it running.
It works on my side after adding the fix. Can open media library popup and update an image.
All optinization features disabled and load all elements (Dashboard -> Enfold (child) -> Performance.
Best regards,
GünterAugust 8, 2018 at 4:51 pm #995063e-pluginsGuestQ: but going to my-account opens the WooCommerce account page.
Ans : Please check another “My Account” page. Please go wp-admin ->pages . Maybe: yoursite.com/my-account-2I will check your setting too.
Thanks
August 9, 2018 at 12:17 pm #995413Hi,
yes, refer to my updated reply after that:
Managed to get it running.
It works on my side after adding the fix. Can open media library popup and update an image.
All optinization features disabled and load all elements (Dashboard -> Enfold (child) -> Performance.
Best regards,
Günter -
AuthorPosts
- You must be logged in to reply to this topic.