• Resolved alexandreinka

    (@alexandreinka)


    Hi,

    I’ve created two rows using the “Visibility by screen” configuration, A that displays for 1024+ and B that displays <1024.

    I expect the undisplayed row to not display at all but it actually displays white space.

    How can I get the undisplayed row to actually display nothing at all?

    Thanks,
    Alex

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Adi Rao

    (@iamadi)

    Hi,

    Thanks for using the plugin.
    This is a bug and I will have a fix in the next update.

    For the time being, you can add the following custom Javascript.

    jQuery(document).ready(function( $ ){
        $( '.panel-row-style.iw-small' ).closest( '.panel-grid' ).addClass( 'iw-small' );
      	$( '.panel-row-style.iw-med-up' ).closest( '.panel-grid' ).addClass( 'iw-med-up' );
      	$( '.panel-row-style.iw-medium' ).closest( '.panel-grid' ).addClass( 'iw-medium' );
      	$( '.panel-row-style.iw-med-dw' ).closest( '.panel-grid' ).addClass( 'iw-med-dw' );
      	$( '.panel-row-style.iw-large' ).closest( '.panel-grid' ).addClass( 'iw-large' );
    });

    You can use https://wordpress.org/plugins/custom-css-js/ to insert the custom JS. Please let me know if you need more help or if this does not work.

    You can delete the code and plugin after the next update.

    Cheers,

    Adi

    Thread Starter alexandreinka

    (@alexandreinka)

    Hi Adi,

    Thanks for the quick reply but the custom JS doesn’t work.

    It doesn’t remove the white space and it breaks the display on the page.

    What’s happening?

    Thanks,
    Alex

    Plugin Author Adi Rao

    (@iamadi)

    Hi,

    Can you please send a link to the page with this problem. Thanks.

    Cheers,

    Adi

    Thread Starter alexandreinka

    (@alexandreinka)

    Hi,

    You can have a look here: https://tst.appsealing.com

    The custom JS is not active on that version.

    Thanks,
    Alex

    Plugin Author Adi Rao

    (@iamadi)

    Thanks. I’ll test it out and get back to you asap.

    Plugin Author Adi Rao

    (@iamadi)

    Hi,

    So just to be clear, you have 2 rows

    Row A – 1024px +
    Row B – < 1024px

    Now for Row A in the Row Styles, you will find Bottom Margin in the Layout section. Set this to 0.

    Please let me know if the problem persists.

    Cheers.

    Thread Starter alexandreinka

    (@alexandreinka)

    Hi,

    It works!
    Thank you for your help Adi.

    Alex

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Visibility by screen display white space’ is closed to new replies.