• Resolved stigekalder

    (@stigekalder)


    In that case, the second column is displayed 10 pixels or so lower than the first (and possibly third), which does not look very nice.

    The same happens with second column, if you in portrait on an iPad display fewer columns then the gallery type states (because of size considerations which is fair enough), and the last row then only displays one video.

    This problem only applies to iOS (and maybe Android?), as far as I can judge.
    I use wordpress theme “Spacious” and the free version of your plugin.
    Tried to inactivate other plugins, with same result.

    My iPad is and iPad Pro 10.5 inch.

    PS: Thanks for an otherwise very fine plugin !

    The page I need help with: [log in to see the link]

Viewing 15 replies - 1 through 15 (of 23 total)
  • Plugin Author totalsoft

    (@totalsoft)

    Hello Dear stigekalder.

    Thank You for contacting with us and for telling us about your request. I have checked the page on all our devices but can’t find there problem which you said us. Please can You make a screenshot to show me the problem?

    Thank You.

    Thread Starter stigekalder

    (@stigekalder)

    Hi,

    Yes, here are links to 2 screenshots:

    nielsbrandt.net/IMG_4665.JPG
    nielsbrandt.net/IMG_4666.JPG

    Maybe an Ipad pro issue ?

    Thanks for quick reply !

    Thread Starter stigekalder

    (@stigekalder)

    Here is a screenshot from an Ipad Air One of a similar webpage (in this case with 9 videos):
    https://nielsbrandt.net/IMG_0774.PNG

    As you can see, video 8 is hanging too low, and only that one.
    This is strange as on my Ipad pro 10,5 this page looks ok (in landscape).
    In portrait, the whole of column 2 is hanging too low (similar to the previous screenshot in portrait).

    Sorry its a bit small – it’s me in the top right corner ??

    Plugin Author totalsoft

    (@totalsoft)

    Dear stigekalder.

    Thank You for your response. If you are about the 8 video, that is ok that video is more lower. Because the title if video 5 if too longer and it is takes 2 rows. Hope you understand the reason.

    Thank You.

    Thread Starter stigekalder

    (@stigekalder)

    Hi,

    Good observation, that explains the last screenshot.
    But it does not explain what happens at my test webpage.

    Here are the links again with http this time:
    https://nielsbrandt.net/IMG_4665.JPG
    https://nielsbrandt.net/IMG_4666.JPG

    PS:
    I had a <hr> tag before and after the short code.
    I removed it just to ensure it did not have anything to do with it.
    And it hasn’t.
    Now all there is at the test page is the short code with the gallery id.
    Thanks.

    Plugin Author totalsoft

    (@totalsoft)

    Dear stigekalder.

    I am understanding you. But when I am checking it on my devices it works well, I can’t find there any issues. I can’t imagine the reason.

    Thank You.

    Plugin Author totalsoft

    (@totalsoft)

    Dear stigekalder.

    Please can You check the page with other devices too? Because when we are checking on our devices, all is working well and we can’t find there any problems.

    Thank You.

    Thread Starter stigekalder

    (@stigekalder)

    I checked it with Ipad Air (model 1) and it’s the same. And on IPhone 6s in landscape also.

    Thread Starter stigekalder

    (@stigekalder)

    The same problem I mean ??

    Plugin Author totalsoft

    (@totalsoft)

    Dear stigekalder.

    Please again edit the widget.php file. Find there:

    @media (max-width: 850px)

    on line 10846, and replace that row with this code

    @media (max-width: 850px) { 
    .TotalSoft_GV_SG_Grid_<?php echo $Total_Soft_Gallery_Video;?>
    {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
    }
    }

    Thank You.

    Thread Starter stigekalder

    (@stigekalder)

    Hallo,

    I don’t have the same line numbers as you, and I find 2 occurrences of “@media (max-width: 850px)”. I have tried to change both (one at a time), but I see no changes.
    Best regards, stigekalder.

    Plugin Author totalsoft

    (@totalsoft)

    Dear stigekalder.

    Please find this row

    @media (max-width: 850px) { .TotalSoft_GV_SG_Grid_<?php echo $Total_Soft_Gallery_Video;?>

    On that row you must have onbly about column-count options.

    Thank You.

    • This reply was modified 6 years, 6 months ago by totalsoft.
    Thread Starter stigekalder

    (@stigekalder)

    Hi,

    I did not understand “On that row you must have onbly about column-count options.”.

    I tried again, and in landscape it’s still exactly the same as screenshot (second column hanging low).
    In portrait it’s even worse, second column still hanging low, and there is zero distance between the 2 columns.

    This is the line I updated + the following line not changed:

    @media (max-width: 850px) { .TotalSoft_GV_SG_Grid_<?php echo $Total_Soft_Gallery_Video;?> { -webkit-column-count: 2; -moz-column-count: 2; column-count: 2; -webkit-column-gap: 0px; -moz-column-gap: 0px; column-gap: 0px;} }

    @media (max-width: 600px) { .TotalSoft_GV_SG_Grid_<?php echo $Total_Soft_Gallery_Video;?> { -webkit-column-count: 1; -moz-column-count: 1; column-count: 1; } }

    Plugin Author totalsoft

    (@totalsoft)

    You have done all correct. Is it works now?

    Thank You.

    Thread Starter stigekalder

    (@stigekalder)

    No, I described in my last post how it looks after latest change:

    Quote
    I tried again, and in landscape it’s still exactly the same as screenshot (second column hanging low).
    In portrait it’s even worse, second column still hanging low, and there is zero distance between the 2 columns.
    Unquote

Viewing 15 replies - 1 through 15 (of 23 total)
  • The topic ‘Space Gallery 1/2 – issue if last row only displays one video’ is closed to new replies.