-
AuthorPosts
-
July 13, 2018 at 9:12 pm #985327
Hi,
I’m starting a new website project, in which I should use Draw Attention Pro and LearnPress -plugins. Do you have any experience, how those would work with Enfold?July 14, 2018 at 9:05 am #985442Hey tammiviestinta,
I’m not familiar with any of those plugins unfortunately, and they haven’t been tested with the theme. I think you will have to try them out on an actual site to see if you have any problems with them.
Best regards,
RikardJuly 15, 2018 at 9:52 am #985618Ok, thanks. I will try these.
What about Quiz-plugins: what plugin would you recommend?July 15, 2018 at 9:35 pm #985757Hi,
I’d recommend Sensei: https://woocommerce.com/products/sensei/ which works with Enfold if you use a child theme with custom templates (you can download the templates here: https://ufile.io/yqgob – just unpack the folder into the child theme folder). However note that not all theme features (advanced layout builder, page styling options) will work with Sensei cause the plugin loads templates which do not support the advanced layout builder.
Best regards,
DudeAugust 8, 2018 at 5:07 pm #995073Hi! can you please reupload the archive. It is not available anymore.
August 8, 2018 at 6:52 pm #995110August 9, 2018 at 4:20 pm #995570Hi! Thank you for sharing.
Unfortunately I have some problems with it with adding a video in my Sensei page.
You can see a screenshot here:
https://www.evernote.com/l/AC3aBSz7xCFPBoFCG5mNvA_kmK7-HiQUC18August 9, 2018 at 9:25 pm #995721Hi,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( do be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.Best regards,
BasilisAugust 9, 2018 at 9:38 pm #995732Info here
August 10, 2018 at 9:44 pm #996153Hi,
I can see the problem – not sure what has changed.
I have assigned the ticket to dude – he will checkBest regards,
BasilisAugust 16, 2018 at 9:31 pm #998167August 16, 2018 at 9:34 pm #998168Hi,
Can you please post the password – I didn’t get any e-mail (tbh I’m not sure if the e-mail address even exists).
Best regards,
DudeAugust 16, 2018 at 9:36 pm #998170Here it is
August 17, 2018 at 1:49 pm #998445Hi,
I fixed it. Sensei requires the MediaElement player which is deactivated by default since Enfold 4.4.x (to increase the loading performance). I now added this code to your child theme functions.php:
add_filter( 'avf_enqueue_wp_mediaelement', 'avia_always_load_mediaelement', 10, 2); function avia_always_load_mediaelement($condition, $options) { $condition = true; return $condition; }
to load the MediaElement player by default on your website (also see: https://kriesi.at/support/topic/enfold-deregistering-wordpress-core-script-style-wp-mediaelement/ ).
I also had to modify the functions.php file of the parent theme – this customization won’t be necessary with the next theme update (see: https://kriesi.at/support/topic/wp_enqueue_media-not-working-on-frontend-after-latest-update/#post-993991 ).
Best regards,
DudeAugust 21, 2018 at 4:15 pm #999877Thank you, Dude! It works now.
August 21, 2018 at 9:09 pm #1000015Hi umnique,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.