Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #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?

    #985442

    Hey 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,
    Rikard

    #985618

    Ok, thanks. I will try these.
    What about Quiz-plugins: what plugin would you recommend?

    #985757

    Hi,

    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,
    Dude

    #995073

    Hi! can you please reupload the archive. It is not available anymore.

    #995110

    Hi!

    Sure – here we go: https://inoplugs.com/wp-content/uploads/sensei.zip

    Best regards,
    Peter

    #995570

    Hi! 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-HiQUC18

    #995721

    Hi,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. 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 ).
    5. Click ” Submit “.
    6. 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,
    Basilis

    #995732

    Info here

    #996153

    Hi,

    I can see the problem – not sure what has changed.
    I have assigned the ticket to dude – he will check

    Best regards,
    Basilis

    #998167

    Hi!

    @Basilis
    Thank you!

    @Dude
    any update on this?

    #998168

    Hi,

    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,
    Dude

    #998170

    Here it is

    #998445

    Hi,

    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,
    Dude

    #999877

    Thank you, Dude! It works now.

    #1000015

    Hi umnique,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 16 posts - 1 through 16 (of 16 total)
  • You must be logged in to reply to this topic.