Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #426865

    Hi

    I have reduced the height of my slider by updating shortcode.js with the following:
    wh100 = win.height(),
    Replace it with:
    wh100 = Math.round( win.height() * 0.65 ),

    However, my video has moved up so i lose the top 0.35 of my video. I want the top of my video to be aligned with the top of my page.

    Any suggestions?
    Cheers!
    Mike

    #427322

    Hi cannan!

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Regards,
    Rikard

    #427650
    This reply has been marked as private.
    #428134

    Hi!

    Why did you edit the script? Note that you can use the Fullwidth Easy Slider to add a non-fullscreen video slider. It is possible to set the size in the slider options.

    Regards,
    Ismael

    #428364
    This reply has been marked as private.
    #429384

    Hi!

    Please try to create a test page with the Fullwidth Easy Slider. Set the Slideshow Image and Video Size to 1500x630px then add a video slide. Set the Video Size to the second option. Let us know if you don’t like the result.

    We really don’t encourage the modification of the theme’s core files because it will be remove or break when you update to the latest version.

    Regards,
    Ismael

    #429851
    This reply has been marked as private.
    #430819

    Hey!

    Add this in the Quick CSS field:

    div#full_slider_1, div#full_slider_1 > * {
      height: 500px !important;
      max-height: 500px !important;
    }
    
    div#full_slider_1 .slideshow_align_caption {
      position: relative;
      top: -80px;
    }

    Use css media queries to change the height of the slider on different screen sizes. You can also turn on the custom css class attribute: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    Best regards,
    Ismael

    #432414
    This reply has been marked as private.
    #432558

    Hi!

    Use this in side the media query:

    div#full_slider_1, div#full_slider_1 > * {
      height: 350px !important;
      max-height: 350px !important;
    }

    The second css code above should re-align the captions.

    Cheers!
    Ismael

    #433701
    This reply has been marked as private.
    #433882

    Hi!

    Hmmm.. The caption alignment looks ok when I checked. What is the screen resolution of your monitor? Maybe this will do:

    div#full_slider_1 .slideshow_align_caption {
      position: relative;
      top: -30%;
    }

    Best regards,
    Ismael

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