Viewing 14 replies - 1 through 14 (of 14 total)
  • Thread Starter Fionavar

    (@fionavar)

    I believe that the issue is a padding one. Is there anyway to adjust the padding so it fits better? I believe this is the CSS in question?

    .ngg-album-compact {
    float: left;
    padding-right: 6px !important; <<<- and they are even forcing padding here which is crazy
    margin: 0px !important;
    text-align: left;
    width: 120px; <<<- can’t have width and padding right as on some browsers width ends up as 126px!
    }

    southcreek

    (@southcreek)

    Same exact issue here.

    southcreek

    (@southcreek)

    Just played with the numbers and got it to work by setting

    padding-right: 12px

    15px also worked
    10px did not

    Tnx, Fionavar

    Thread Starter Fionavar

    (@fionavar)

    Thanks southcreek! I had to change mine a little dramatically:

    .ngg-album-compact {
    float:left;
    padding-right:16px !important;
    margin:0px !important;
    text-align:left;
    width:126px;
    }

    southcreek

    (@southcreek)

    Mine broke again after adding more albums. I tried a variety of CSS settings and had no luck. I hope someone can get this figured out.

    southcreek

    (@southcreek)

    Couple pics

    Gallery1

    Gallery2

    Thread Starter Fionavar

    (@fionavar)

    Did you try playing with the width? I have heard several challenges about how CSS is used in this with fwiiw ??

    southcreek

    (@southcreek)

    I did and similar adjustments to what you used, and it was ok until I added more albums. I then played with a variety of settings and could not fix it.

    Does Support read these comments?

    Thread Starter Fionavar

    (@fionavar)

    I wish I had an answer for you. The Theme Designer for the skin I am using has shared that experience is that some of the NextGen CSS is problematic.

    southcreek

    (@southcreek)

    Thanks for the help. I see others are having the same issue so perhaps the developers will take notice.

    southcreek

    (@southcreek)

    Thread Starter Fionavar

    (@fionavar)

    Agreed – I completely get the frustration I assume you have!

    southcreek

    (@southcreek)

    I submitted a support ticket, so perhaps this will be resolved soon. It’s the only issue I’ve found with the plugin and otherwise love the structure and ease of use. Sometimes these little quirks just slip by the developers until somebody mentions it. It happened with 1.19.11 and 1.9.12, and only when you reach a certain number of galleries. I’m not so sure in this case if it’s just a CSS issue. There’s something else forcing the block leading (space between rows) to stop calculating the proper values.

    Plugin Contributor photocrati

    (@photocrati)

    @fionavar & @southcreek + anyone else experiencing this issue, we have moved this thread to our sticky post here: https://www.ads-software.com/support/topic/album-compact-display-no-longer-orderly

    Would you both mind sending us a bug report with the information listed in our post? We’ll need as much information as possible in order to resolve this issue.

    Thanks!

Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘1.9.11 Compact View Skewered?’ is closed to new replies.