Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #359095

    Hey there,

    today I’ve updated a clients website. It seems that there are some big changes in header-section and for fullscreen-slider. Most I could fix by myself but for some other it would be nice to get some tipps:

    1. If page is loading, the slider doesn’t work right. The sliders bottom-line doesn’t ends with browsers bottom-line.

    2. If you scroll down a little bit and push the arrow, animation doesn’t stop at the right position.

    Before I worked with the following line in js/avia.js. But it seems that this variable is changed now:

    var target = container.offset().top - fixedMainPadding + 60,

    Cheers

    #359874

    Hi Bruno!

    1.) It works for me:

    Which Browser are you using? please provide us a screenshot using imgur.com or a public dropbox folder.

    2.) As I don’t know where you want it to stop, I can just say that it works fine for me:

    Please explain and show us screenshots/mockup of what you want to achieve, so we can assist you better.

    Best regards,
    Andy

    #359908
    This reply has been marked as private.
    #360574

    Hey!

    1. Use this in Quick CSS:

    .avia-builder-el-0.av-minimum-height-100 .container, .avia-builder-el-0.avia-fullscreen-slider .avia-slideshow {
    height: 286px;
    }
    

    2. I think Kriesi fixed this issue already in another update. Which version of Enfold and WordPress are you using? Please update to the newest one.

    Cheers!
    Andy

    #360716

    Hey Andy,

    thanks for your reply. But it isn´t the trick..

    Please it is possible to mark this topic for Josue? He helped us the last time to fix our problem with the changes at “var target”. Perhaps he know a working solution, cause it would be fine if we not have to wait till next update.

    Thank you!

    Best regards
    Bruno

    #360719

    Hi,
    I have the same problem in my home page (http://wp_kloudymail.kloudymail.net/). I placed some video in the fullscreen slider: only the first video is correct. The others video have a margin on top (view image). I don’t understand where is the problem. Please, help me. THANKS :)
    Bug Fullscreen Slider

    #361269

    Hi!


    @comitzuu

    I flagged Josue for this thread. Please kindly wait for his response.

    1. I can see that you are still using:

    .avia-builder-el-0.av-minimum-height-100 .container, .avia-builder-el-0.avia-fullscreen-slider .avia-slideshow {
    height: 259px;
    }
    

    instead of:

    .avia-builder-el-0.av-minimum-height-100 .container, .avia-builder-el-0.avia-fullscreen-slider .avia-slideshow {
    height: 286px;
    }
    

    Try to add an !important to it if if does not work:

    .avia-builder-el-0.av-minimum-height-100 .container, .avia-builder-el-0.avia-fullscreen-slider .avia-slideshow {
    height: 286px !important;
    }
    

    In the meanwhile: Do you mind giving us admin access, so we can have a deeper look into the issue? please post it here as a private reply.


    @wekloud

    I can’t see any margins on any videos of your webpage. Every fullscreen video looks fine to me. Could you fix it? Otherwise which browser are you using?

    Regards,
    Andy

    • This reply was modified 9 years, 11 months ago by Andy.
    #361290

    Hi!


    @comitzuu
    : Can you please provide the solution provided by Josue on the previous thread? I’ll ask Josue to take a look.


    @wekloud
    : I checked the site but I don’t see any black border or space on top of it. Try to alter the Video Display to the second option.

    Best regards,
    Ismael

    #361335

    Hey there..


    @Andy
    – thank you. The css was changed on this way to fix my problems before..


    @Ismael
    : Here is the code that fixed the issue in version 2.9.2. It was changes/added in enfold/js/avia.js in line 703 inside the functions for smoothed scrolling..

    var target = container.offset().top - fixedMainPadding + 60,

    It just changed the offset..

    Best regards
    Bruno

    #362569

    Hi Bruno,

    Sorry for my late reply, can you please create us a WordPress administrator account? post it here as a private reply.

    Regards,
    Josue

    #362593
    This reply has been marked as private.
    #363438

    Hi Bruno!

    Access doesn’t work, please re-check.

    Best regards,
    Josue

    #363440
    This reply has been marked as private.
    #364010

    Hey Bruno!

    I modified line 719 in js/avia.js (target = container_offset - fixedMainPadding + 80) and it seems to be working, please check it.

    Regards,
    Josue

    #364028

    Hey Josue,

    I´ve also added this to my child-themes-style.css

    @media only screen and (min-width: 990px) {
    .html_header_top.html_header_sticky #top #wrap_all #main {padding-top: 245px !important;}
    }
    
    @media only screen and (min-width: 768px) and (max-width: 989px) {
    	.html_header_top.html_header_sticky #top #wrap_all #main {padding-top: 195px !important;}
    }

    Now it works perfect! Thank you very much!

    Best regards
    Bruno

    #364234

    You are welcome Bruno, always glad to help :)

    Regards,
    Josue

Viewing 16 posts - 1 through 16 (of 16 total)
  • The topic ‘Some issues after update..’ is closed to new replies.