Viewing 30 results - 31 through 60 (of 98 total)
  • Author
    Search Results
  • #989141

    As far as i know the advanced slider can do that for you.
    see here a demo: https://webers-testseite.de/weber/
    But this is a selfhosted small video, and only the newest browsers for mobile devices ( IOS11 with new Safari f.e.) will play that background video.

    On vimeo case : on sharing options you can see the embed options and press settings.
    choose responsive and get rid of Author, Image and Title. Choose Autoplay and loop but no textlink !

    the code of your video will be:
    <div style="padding:56.25% 0 0 0;position:relative;"><iframe src="https://player.vimeo.com/video/258140746?autoplay=1&loop=1&title=0&byline=0&portrait=0" style="position:absolute;top:0;left:0;width:100%;height:100%;" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe></div><script src="https://player.vimeo.com/api/player.js"></script>

    Very important now we change in that code something
    1) That div will not work – and we do not need it – same thing with the script
    2) Change positioning to relative !!!
    3) width: 100vw and height: 56.25vw (on 16/9 videos)
    4) give the iframe a class: vimeo (on vimeo it seems to be good to scale the iframe a bit to have no borders on full-width at very small screens)
    Result:
    <iframe class="vimeo" src="https://player.vimeo.com/video/258140746?loop=1&title=0&byline=0&portrait=0" style="position:relative;top:0;left:0;width:100vw;height:56.25vw;" webkitallowfullscreen="" mozallowfullscreen="" allowfullscreen="" frameborder="0"></iframe>

    goto Advanced Layerslider make a new slider (responsive with width and height in the aspect ratio of 16/9)
    add a video audio layer insert that code above and define that layer as background-video layer.

    see result here: https://webers-testseite.de/weber/archie/

    do this to quick css:

    iframe.vimeo {
        transform: scale(1.02);
    }

    PPS: i have choosen the way over selfhosted video as background – because of GDPR ( DSGVO) reasons.
    all big video hosters (youtube and vimeo) will send data from the visitors to their servers ( on minimum the IP) this is not allowes without an opt-in.

    Hi Rikard,

    thank you. That is really strange.
    I don’t see the site in the way you do. Not in the normal window using Chrome, Firefox, Safari, Edge or any other PC or Mac neither in the incognito Chrome-window. Do you have any idea.

    But there ist one more problem: I also want to have the kaushan scriupt in the caption content of the fullscreen slider. Your screenshot shows me that this also doesn’t work…

    Best regards

    Uli

    • This reply was modified 7 years, 7 months ago by ulif.
    #901974
    deltacontrolsbc
    Participant

    Hey, I opened the following ticket a couple of months ago regarding a bug in the Fullscreen Slider video slides:

    “”Hi There,
    I love the theme. Great support.

    We’ve implemented an Enfold Fullscreen Slider at the top of the home page. The last slide is a 10sec mp4 video. It works great on Chrome, however on Safari, the last slide doesn’t play and instead the slider gets stuck until page is reloaded.

    I appreciate any help, login cred below.””

    But, the ticket was prematurely closed. Even after upgrading to 4.2.1, the Fullscreen Slider still crashes in safari when a video slide is added.

    Please help?

    Original ticket:
    https://kriesi.at/support/search/?bbp_search=fullscreen+slider+safari

    #901973
    deltacontrolsbc
    Participant

    Hey, I opened the following ticket a couple of months ago regarding a bug in the Fullscreen Slider video slides:

    “”Hi There,
    I love the theme. Great support.

    We’ve implemented an Enfold Fullscreen Slider at the top of the home page. The last slide is a 10sec mp4 video. It works great on Chrome, however on Safari, the last slide doesn’t play and instead the slider gets stuck until page is reloaded.

    I appreciate any help, login cred below.””

    But, the ticket was prematurely closed. Even after upgrading to 4.2.1, the Fullscreen Slider still crashes in safari when a video slide is added.

    Please help?

    Original ticket:
    https://kriesi.at/support/search/?bbp_search=fullscreen+slider+safari

    #891490
    sushilkin
    Participant

    Hi There,
    I love the theme. Great support.

    We’ve implemented an Enfold Fullscreen Slider at the top of the home page. The last slide is a 10sec mp4 video. It works great on Chrome, however on Safari, the last slide doesn’t play and instead the slider gets stuck until page is reloaded.

    I appreciate any help, login cred below.

    tl_s180
    Participant

    Hi,
    I’ve noticed that my enfold website is scrolling a lot smoother in Firefox than it is in Chrome (testing on macOS).
    You can see the difference on this site http://kriesi.at/themes/enfold-2017/
    It’s a bit clunky in Chrome and super smooth in Firefox.
    It’s gets worse if there are some parallax sliders (see link in private content)

    I’ve found some old threads about this issue ..
    https://kriesi.at/support/topic/fullscreen-slider-jumpy-and-not-smooth-on-some-browsers/
    https://kriesi.at/support/topic/problems-with-parallax-in-safari-osx-image-motion-very-choppy/
    I have not found a solution yet.

    Any plans to integrate somethings like this into enfold?
    https://codecanyon.net/item/smooth-scroll-scroll-site-without-jerky-and-clunky-effects-wordpress-version/19782948
    I’m not sure if I should test this one (only 9 sales).

    Maybe there’s a better solution?

    #831137
    sakib002001
    Participant

    Hello,

    I’ve added 2 fullscreen slider – one for mobile and one for desktop and used CSS to hide and show as needed. Everything is perfect in PC and Android devices. Only problem is with the iPhones. It doesn’t show Slider images on iPhone with safari browser. Any solution for that? Thanks

    Regards

    #776663
    Roine
    Participant

    The fullscreen slider pics doesn’t show up on mobile (iPhone 5 and 6 with latest iOS). Just a color background with captions and buttons. It looks fine in Safari Simulator on Mac but not on any iPhone device with Safari, Chrome nor Firefox? Gah!

    I have the same problem; the fullscreen slider pics doesn’t show up on mobile. It looks fine in Safari Simulator but not on any iPhone device with Safari, Chrome nor Firefox? Gah!

    #775362
    mrkuji
    Participant

    Aside from the wc messup… using ipad to view http://www.shnuff.co.uk – it is not possible to scroll down past the top slider.
    Tried with safari and dolphin but no joy. it shows the fullscreen slider and the arrow down but you cannot scroll. The same issue for any other pages – if longer than the screen height it is truncated.
    Was working fine before enfold 4.

    edit: sorry did not see https://kriesi.at/support/topic/4-0-update-scrolling-issues-in-safari/ close this

    • This topic was modified 8 years, 10 months ago by mrkuji.
    korhantopaloglu
    Participant

    url: https://kurslarevi.com
    i couldn’t fix this slider problem on front page. if i open it using chrome there is no problem but just on safari.
    i tried to disable all plugins. i downgrade wordpress version. then i downgrade enfold version too but same problem continued.

    now i try it on these versions;
    safari Version 9.1.1 (11601.6.17)
    wordpress 4.7
    enfold 3.8.4

    thanx

    #714735

    Hi Rikard,

    I use safari on the iPhone, and maybe it looks like you don’t have a background cause the image so blown up that you see only 1 color.

    *edit*
    I have done some testing and the only ptoblem left is on the frontpage with the fullscreen slider. Plz take a look at the test page: https://hetsein-it.websein.nl/test2. If you scroll down you see a second fullscreen slider, this time with a caption. It looks like the image isn’t responsive when this caption is added.

    *edit2*
    Changing the screensize within chrome (ctrl-shft-i or plugin) show a far better resize than I’m getting on my iPhone. I can’t figure out what the difference is.
    Screenshot of resized in Chrome with plugin: http://imgur.com/a/SB7vI
    Screenshot from original iPhone: http://imgur.com/a/oYe7H

    Regards,

    Jerry

    • This reply was modified 9 years, 3 months ago by Jerryotto.

    Thank you Ismael,

    No luck in getting the full screen slider to stop clipping the top of the images. I have tried:
    1) adding the css modification you suggested, images are still clipped.

    2) I adjusted the image position on the settings for the full screen slider to be center-center, bottom-center and no difference has been seen.

    3) I tried creating a new full screen slider from scratch and still have the same problem.

    I have cleared the cache multiple times, tried in Chrome, Firefox, and Safari and the problem persists in all browsers.

    My biggest concern, besides that my website is no longer working correctly due to this issue, is that I did not change anything to what was a website with a full screen slider that has been working fine for a couple of years. What changed with the Enfold fullscreen slider ?

    What is the optimal image size for the full screen slider?

    Thanks !

    #686241

    Hey,

    I already have updated to 3.8 (as mentioned above ;-)) and I see the option to set the background “fixed”. So I removed the custom css that you mentioned in your answer on August 12th and activated the fixed bg option for the slider. That works perfect in Safari and Chrome but NOT in Firefox.

    There seems to be an issue with Firefox and fixed backgrounds.

    Check https://dev.der-prinz.com/enfold/ in Chrome and Firefox and take a look at the strange thing I mentioned before:

    “The strange thing is it works in a color section element (alittle down that page with the colred tubes) but not in a fullscreen-slider (the first element with the b/w images)”

    Thanks
    Michael

    #639833

    There are 2 issues I noticed so I had to remove the code temporarily so it wouldn’t mess up my site:

    1. I already have some custom css (below) that adjusts the height of the fullscreen slider. The code you provided adjusts the height of all of the color sections as well as the fullscreen slider on my homepage (which I don’t want) making it extremely short. I added a custom css class of fullscreen_color_section Can you modify the code to use this custom css class so it only targets the color section on this page?

    @media only screen and (max-width: 420px) {
    .home div#fullscreen_slider_0 {
    max-height: 490px !important;
    overflow: hidden;
    }
    
    .home .avia-builder-el-0.avia-fullscreen-slider .avia-slideshow {
    height: 490px !important;
    }}
    
    @media only screen and (max-width: 767px) and (min-width: 480px) {
    .home div#fullscreen_slider_0 {
    max-height: 295px !important;
    overflow: hidden;
    }
    
    .home .avia-builder-el-0.avia-fullscreen-slider .avia-slideshow {
    height: 295px !important;
    }}
    

    2. Here is what I’m seeing on my iPhone 6 with Safari. (See Image) where the special heading is not centered and too high.

    #617744
    rdswestnet
    Participant

    Hello
    http://quirktools.com/screenfly/#u=http%3A//7ef.711.myftpupload.com/&w=768&h=1024&a=22&s=1

    I don’t want to waste your time so briefly: What I need is some quick css to raise that “contact” button in the fullscreen slider up a bit just on an iPad and big Kindle. It’s perfect otherwise.
    Thanks Very Much, Rob

    Long explanation:
    Previously you had give me the css below:
    @media only screen (min-device-width: 768px) (max-width: 800px) {
    #full_slider_1 .avia-slideshow-inner, #full_slider_1 img{
    height: 500px !important;
    }}
    The purpose is to force the image to be a little taller so the button does not go below the bottom of image – the problem only existed on iPhone or Kindle Fire. Since update to 3.5.3 button is too low in chrome and in Safari the image gets enormously tall.

    • This topic was modified 9 years, 10 months ago by rdswestnet.
    #588473

    I’ve fixed all this problems, but now i have new!

    On my macbook pro 13″ i have very nice picture of centered logo, but on acer 14″ logo moves to the right and its over some menu items (Google chrome at both pc’s).

    I’ve used quick css:

    .av-main-nav li:nth-child(4) {
    margin-right:50px;
    }

    .av-main-nav li:nth-child(5) {

    margin-left:150px;
    }

    .av-logo-container {
    position:absolute;
    left: 160px;
    }

    #header_main_alternate {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0px;
    z-index:9;
    }
    .logo {
    z-index:9999!important;
    max-width:400px;
    }

    and i still want logo like this:
    http://lapastafresca.ru/contacts/

    Next one problem is that main page with fullscreen slider doesn’t work properly (tested in Safari on macbook and iphone 5/6):
    I can see white background and button instead of fullscreen slider and button with heading.
    But in google chrome is ok…
    Help me please make it work properly.
    Thank you!

    #587467

    Hi,
    Please see link from my original post to testpage.
    Trying to create a fullscreen slider on autorotate (only 2 slides so far) where the first slide is a short movie (I have uploaded .mp4 and .webm) and the second slide is an image.
    On mac with latest OS and Safari there is actually 3 small/strange issues:

    -The slider loops fine two times but then freeze at the beginning of third loop (video doesn´t play anymore but show still image instead), no further looping.

    -If I then put another open program in front of safari (for example sublimetext) and then switch back to the safari with frozen loop. That slider area has now turned into a black space.

    -I use a white transparent color overlay on the video but as the loops returns to this slide there is delay before this overlay shows (this seem to happen on a few browsers but not all)

    #581685
    Dist
    Participant

    Hi,

    Just started working with the fullscreen slider and I really like the setup, great features!
    But video does not seem to play well with safari 9 on mac OS X elcapitan (seem ok on other browsers).
    I have uploaded .mp4 and .webm for one slide and an image for the next.

    I want this to loop so autorotation is set to active, but on safari 9, the slide loops twice but then freeze (no more video autoplay) at the first slide (third loop)

    If I then put another open program in front of safari (for example sublimetext) and then switch back to the frozen loop. That has now turned into a black space where the slider used to be.

    I use white transparent color overlay (great feature!) on the video but as the loops returns to this slide there is delay before this overlay shows (this seem to happen on a few browsers but not all)

    Lars
    Participant

    Hello together,

    since the enfold-update to 3.4.3 i´ve an issue with the arrows from the fullscreen slider ONLY in Chrome & FirFox. I´ve tested it on OSX & Win10. Feel free to test it by yourself:

    https://www.heimbote.de

    On MS Edge and Apple Safari everything is OK. I´ve make 2 Screenshots to visualized it:

    https://www.heimbote.de/wp-content/uploads/2015/11/Nachrichten-Bild3780992701.png
    https://www.heimbote.de/wp-content/uploads/2015/11/Nachrichten-Bild4158795698.png

    Thank you and best regards from Germany,
    Lars

    #536155

    Hey Ismael,

    I want the shrinking header option because it looks really nice on my work page. (www.ccyran.com/portfolio)
    What I dont understand is why it’s doing this shrinking on my homepage in safari, but only in safari. Chrome works fine. On my homepage, the only thing I placed is the fullscreen slider.

    Please help!
    —-
    Posting my login details below…

    #465831
    jmarkula
    Participant

    Hi!

    Thanks for an awesome theme and great support, I am a happy user. :)

    We have some problems with our photo-based front page on http://prominda.com
    – On ipad safari the photos are not loaded at all, just pure white space until the footer.
    – On iphone chrome the first photo is missing

    • This topic was modified 10 years, 8 months ago by jmarkula.
    #454331
    fotograf561
    Participant

    Hello,

    I have an issue with the prev-, next- and scroll-down-button in my Enfold Theme.
    In Safari everything is fine, the entypo-fontello is perfect and the arrows are perfectly shown in the buttons.

    But in Firefox or on Android mobile the buttons show no arrows but strange hieroglyphs or chinese characters.

    I’ve tried some css fixes like …
    .avia-mozilla select, .avia-mozilla .avia_ajax_form .select, .avia-mozilla .entry-content-wrapper select, .avia-mozilla .mobileMenu { font-family: entypo-fontello !important; }
    … but this doesn’t work at all.

    Do you have any suggestions to fix my problem?
    Thank you so much!

    grammymix
    Participant

    I’m using the fullscreen slider with 4 slides and want to keep the fade/ease animation turned off for the caption title, animation and buttons. I added the following in my quick css:

    .avia-caption-title, .avia-caption-content, .avia-slideshow-button {
      animation: 0s ease 0s normal none 1 running none !important;
      visibility: visible !important;
    }

    While this code works and looks great in Firefox, it looks jerky and inconsistent in Chrome, Safari & mobile browsers. What can I change to fix this across all browsers? My goal is to keep the logo/wording/buttons static EXCEPT for the first caption line below the logo, which is different for every slide.

    Thanks for the help!

    #425224
    This reply has been marked as private.
    anton123
    Participant

    Hi there,

    This issue with the Fullscreen slider and parallax appearing Jittery / Jumpy / Jerky / Flickering / Flashing when you scroll down has been a reoccurring problem and is widely reported by many users on many browsers and systems.

    Mine happens on Firefox + Safari on Mac (Enfold version 3.1.3), but some users also on IE on Windows etc, see some threads below:

    Jumpy slider
    https://kriesi.at/support/topic/jumpy-slider/

    Fullscreen slider jumpy and not smooth on some browsers
    https://kriesi.at/support/topic/fullscreen-slider-jumpy-and-not-smooth-on-some-browsers/

    Fullscreen slider flashes in IE
    https://kriesi.at/support/topic/fullscreen-slider-flashes-in-ie/

    Jittery Ajax
    https://kriesi.at/support/topic/jittery-ajax/

    How do we sort out this problem once and for all? This is not what one would expect from such a popular theme?

    Please advise urgently thanks

    #424330
    Vermishelle
    Participant

    I have a fullscreen slider here http://www.skorosvadba.ru

    And in the latest Safari for Mac, it kind of unpleasantly shakes as I scroll. For the rest of the browsers, it’s OK. Can it be fixed for Safari?

    Thanks!

    • This topic was modified 10 years, 10 months ago by Vermishelle.
    #423922
    jankund
    Participant

    Hello, I am trying to create video slider for my homepage. I put three youtube videos to Fullwidth Easy Slider and checked Disable Autoplay. The first slide is always black fullscreen image other two slides always show preview images but after click on them video doesn’t load and doesn’t play. I traied to change order of slides and the first one is always black and other two just show preview images and after click video doesn’t play. My browser is Safari. System is OS X Yosemite 10.10.2
    I work locally on my computer.

    I found one solution I traied it and got error message:
    Ok I figured it out.

    As I thought it was a caching issue. WordPress caches the video player on the first hit, so if the access settings for the video was wrong, then it won’t display the video player even though you fix the video access settings afterwards.

    It can be fixed by going directly to the database (if you’re not sure what you’re doing, please remember to backup first!!!!!). I use phpMyAdmin for this.

    1) Find the table named “wp_postmeta” (in my case I have prefixed my tables for security measures, so my table name is actually a bit longer)
    2) click on “SQL”
    3) Insert the following select statement:
    SELECT * FROM wp_postmeta WHERE meta_key like ‘%_oembed%’

    This will bring up all the cached embedded players. The meta_value field contains the player, so it should be quite easy to find the video that is not working and simply deleting the row (don’t worry, WordPress will generate a new entry the next time you visit the page and your player will be inserted correctly!).

    I have a lot of videos in my site (hosted on Vimeo) so used the following SQL to find the exact row that messed up:
    SELECT * FROM wp_yasd_postmeta WHERE meta_key like ‘%_oembed%’ and meta_value like ‘%6769%’

    (the number 6769 is part of the vimeo video ID for the video messing up, you should of course insert part of the url/ID for the video that is messing up in your case)

    My error message:
    Error
    SQL query: Documentation

    SELECT * FROM wp_postmeta WHERE meta_key like ‘%_oembed%’
    LIMIT 0, 30
    MySQL said: Documentation

    #1064 – You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘%_oembed%’
    LIMIT 0, 30′ at line 1

    Thank you for advice

    #412423
    This reply has been marked as private.
    #410319

    Topic: Jittery Ajax

    in forum Enfold
    Snerp
    Participant

    Hi,

    I’m working on a single page site (Enfold v. 3.0.5) and I’m using the fullscreen slider. When I view the site on the latest version of Firefox, Chrome and Safari the slider image becomes very jittery and not smooth when scrolling down the page. In fact if I use the Color Section and add an image set to parallax, it does the same thing.

    Is this a setting I may have missed?

    I’ve added the sites login info below.

Viewing 30 results - 31 through 60 (of 98 total)