Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #313883

    Hi,

    Great Theme by the way. Having trouble with the Easy Slider. When playing a video, the captions are not hiding and continue to be visible. Second, while viewing the page on mobile, the slider is not visible

    Regards,
    Sumeru

    #314093

    Hi suums!

    Please re-update Enfold via FTP and make sure to overwrite all files – http://vimeo.com/67209750
    Currently there is Avia.js file related error in console.

    Cheers!
    Yigit

    #314160

    Hi Yigit,

    Done but still not working the way it should. Ideally, the captions should disappear when the video is played. Another issue is with the main nav bar. If I use a smaller Monitor to see the site. Lets say one with 1024 px width, the last 2-3 menu items come in the 2nd line below home. You can see this by reducing the browser width as well.

    Regards,
    Sumeru

    #314775

    Hey!

    For the nav bar, you can change the point at which the menu changes to the mobile menu from the header configurator in the theme options. If that isn’t early enough the best option is to reduce the number of menu items in your menu.

    As far as I know the caption isn’t set to fade or be removed except when the slide changes.

    Regards,
    Devin

    #314900

    Hi,

    What about compatibility with mobiles? Its not visible at all on mobiles. Also, could you please provide me with a code which disables caption when the video plays?

    Regards,
    Sumeru

    #315975

    Hey!

    1) It’s not possible to hide the captions if the video starts to play. The captions are not meant to be used for videos but only for images. If you don’t want to display the captions over the videos you need to remove them. If you want to add captions to your videos you need to use the vimeo/youtube player – i.e. http://vimeo.com/help/faq/managing-your-videos/captions-and-subtitles

    2) I marked this thread for Kriesi and asked him to test/debug the slider on his iphone/ipad.

    Best regards,
    Peter

    #317252
    This reply has been marked as private.
    #317381

    Hey!

    Please add following code to Quick CSS

    @media only screen and (max-width: 480px) {
    .responsive .logo a, .responsive .logo img {
    max-width: 90%;
    height: auto !important; }
    div#full_slider_1 {
    padding-top: 71px;
    }}

    Regards,
    Yigit

    #317574

    Hi,

    Added the code but it didn’t work. Still the same.

    Regards,
    Sumeru

    #317825

    Hi!

    The code worked. Please remove browser cache then reload the page a few times. Add this to move the logo downwards a bit:

    top: 5px;
    

    Regards,
    Ismael

    #319632

    Hi,

    Tried it on Several devices but the issue still persists. Screenshot – http://sumerised.com/wp-content/uploads/2014/09/Screenshot_2014-09-16-11-27-22.png from a Samsung Galaxy Note mobile.

    Regards,
    Sumeru

    #320294

    Hey!

    It’s working actually, please look at the two screenshots you posted:

    http://www.photoindia.com/wp-content/uploads/2014/09/Screenshot_2014-09-11-13-56-51.png
    http://sumerised.com/wp-content/uploads/2014/09/Screenshot_2014-09-16-11-27-22.png

    Replace the code with this:

    @media only screen and (max-width: 480px) {
    .responsive .logo a, .responsive .logo img {
    max-width: 90%;
    height: auto !important; 
    top: 5px;
    }
    
    div#full_slider_1 {
    padding-top: 71px;
    }
    }

    Regards,
    Ismael

    #320389

    Hi,

    Added the code but the same problem is still there. There are no videos coming up in mobiles. just a blue icon and the slider is barely 5 px in height

    #321036

    Hi!

    Please always remove the device browser cache before checking the page. The css snippets are working. Note that the video slide are disabled on mobile devices. You need to add a fallback image for mobile devices. Edit the video slide then choose the fallback image.

    Best regards,
    Ismael

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