Okay
  Public Ticket #722064
White space ( left & bottom ) issue
Closed

Comments

  • Marco started the conversation

    Hi,

    i need some help with this issue!

    Since I've been using Rev Slider and I try to set the fullscreen mode it appears a white space on the left, otherwise when I set fullwidth mode it does not appear and everything looks fine. Looking at the js code seems that container.offset().left returns the wrong value (96px instead of 104.5px) only in fullscreen mode. I wrote some js code to verify if that 96px is the correct offset which is :

    jQuery(document).ready(function($){

    alert($('#rev_slider_1_1').parent().offset().left);

    });

    so using .ready jquery function it gave me back the right value 104.5px.

    I'm using Joomla 3.5 with helix3 template framework and rev slider latest version.

    Please help me!

    Thanks

  •  752
    Igor replied

    Hi,

    Please provide URL to your site so we can take a look

    Regards,
    Igor

    Regards,
    Igor

  • Marco replied

    Hi Igor,


    thanks for your reply. Unfortunately the website is under development, anyway I solved the problem without modifying the code.

    Basically offset().left does not work properly in fullscreen mode when slider load first time, when resizing it gives the right offset. This happens ONLY if the module is inside a container and in fullscreen mode, without any container it works good!  In fullwidth mode everything works fine with or without container.

    I hope this can be helpfu!

  •  752
    Igor replied

    Hi,

    thank you very much for providing this overview of the fix that you implemented on your website. I am sure that something like this will be valuable to other members.

    Regards,
    Igor

    Regards,
    Igor