Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #872324

    We just applied latest theme update and all of our existing (working) video slides now display incorrectly. They show to the side instead of stretching across the width. See here for example >> https://portal.financialgravitypartner.com/login/ The “world” used to fill the entire background.

    Please help!

    #872514

    Hey jimFG,

    Sorry for the problems. Please try the following in Quick CSS under Enfold->General Styling:

    .mejs-container {
      width: 100% !important;
    }

    Best regards,
    Rikard

    #873186

    Thanks, but why do we now have to add this code to fix something that used to be “included” in the theme? Are you guys going to fix this issue so we don’t have to add the code in the near future?

    When we use this code, the first video in the carousel won’t display, but the 2nd, 3rd, etc. will display.

    Can you help with this?

    Thanks so much!

    #873667

    Hi,

    I’m sorry for the problems, we missed this issue prior to releasing the latest version. And yes, a fix will be included in the next version.

    I wanted to check the issue but I couldn’t find anything like what you described on the URL you sent previously. Could you post a link to where we can see the issue please?

    Best regards,
    Rikard

    #877247

    Any word on when this is getting fixed. It is a major issue! The site looks terrible and we have people all over the country signing up to use it.

    Please update us on this, thanks

    #877718

    Hi jimFG,

    I am not seeing any video on the login link you sent, can you send us credentials and point to the page with the issue?

    Best regards,
    Victoria

    #877756
    This reply has been marked as private.
    #878509

    Hi jimFG,

    The first video in the slider is there in html, there must be some conflict in JavaScript.

    Best regards,
    Victoria

    #878592

    Victoria, what do you mean by that? This is not something on our end. Are you still looking for a solution? This only started happening after the last Enfold update. I believe other people are reporting the same issue. Why would only the first video in the carousel not play, but he rest will?

    Please let me know, thanks

    #879359

    Hi,

    Yes, there is already a working solution that our dev team has been working.
    There will be an update for it soon.

    We do appreciate your time and patience while we try solve the issue.
    Thank you very much

    Best regards,
    Basilis

    #883636

    Any update on this fix?

    #884077

    Hi,

    Please try the following in your functions.php file:

    add_action('wp_enqueue_scripts', 'my_register_javascript', 100);
    
    function my_register_javascript() {
      wp_register_script('mediaelement', plugins_url('wp-mediaelement.min.js', __FILE__), array('jquery'), '4.8.2', true);
      wp_enqueue_script('mediaelement');
    }

    Best regards,
    Rikard

    #884781

    Hello,

    This morning we tried to add the code that was recommended on December 2nd and when we did it crashed the website. I restored the site to our backup point and recorded a screencast of us walking through the process and showing the site crash a second time.

    Screencast link: https://www.useloom.com/share/274bec0048d54598a42a8841a1b84969

    An interesting thing to be noted is that the “preview” of the website when I am in Appearance > Customize shows the first slider working correctly. (the video is playing in the background of the slider)

    Please let us know what we should do next that won’t crash our site?

    #885465

    Hi jimFG,

    Can you please check server log for what the error was?

    Best regards,
    Victoria

    #885699
    This reply has been marked as private.
    #886467

    Hi jimFG,

    I was asking you to check what crashed your website.
    Code like that should be added to the child theme functions.php.

    The video is actually loaded to the page, but it does not show. 60+ mb of videos are not really a good idea.

    Best regards,
    Victoria

    #886549

    I get that, but that doesn’t solve the problem. This used to work, now it doesn’t. Do you guys have a fix or are you working on one? I need to know so we can plan on what to do.

    Thanks

    #886643

    Hi jimFG,

    The next update will be in January, for now you can try the fixes from the forum or use the previous version of the theme.

    Best regards,
    Victoria

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