[rellect] Nodes Grid

[rellect] Nodes Grid 2.0.2

No permission to download
Just switch to the default style (without customizations applied) and see if it looks correctly. This is just to know if the issue is in your style.
Checked the default style and found the same issues when opening on my mobile.
Seems there is an issue with responsive design orso..
 
Hey, I've looked but couldn't reproduce the issue with the same device I had the last time.
Is there something different? newer OS version / a different device / specific browser?
Thanks for looking into this. No, I'm using the same device and browser. I forget whether the OS has been upgraded. Did you look at my forum? You should be able to see the issue there.
 
Checked the default style and found the same issues when opening on my mobile.
Seems there is an issue with responsive design orso..
May you provide me a user account with access to the default style? I'd like to take a look.
Something in your current style seems wrong, and I can't switch to the default style to check it.
 
Thanks for looking into this. No, I'm using the same device and browser. I forget whether the OS has been upgraded. Did you look at my forum? You should be able to see the issue there.
Okay I see this on landscape mode. An android quirk in the stock browser. Will be fixed for the next update.
Until then, you may apply this change:
Edit rellect_nodes_grid.css, find
HTML:
.nodeList .grid_column
{
    width: 50%;
    display: inline-block;
    vertical-align: top !important; /* important is required to override some custom styles */
    box-sizing: border-box;
}
Change to
HTML:
.nodeList .grid_column
{
    width: 49.999998%;
    display: inline-block;
    vertical-align: top !important; /* important is required to override some custom styles */
    box-sizing: border-box;
}
 
Last edited:
Okay I see this on landscape mode. An android quirk in the stock browser. Will be fixed for the next update.
Until then, you may apply this change:
Edit rellect_nodes_grid.css, find
HTML:
.nodeList .grid_column
{
    width: 50%;
    display: inline-block;
    vertical-align: top !important; /* important is required to override some custom styles */
    box-sizing: border-box;
}
Change to
HTML:
.nodeList .grid_column
{
    width: 49.999998%;
    display: inline-block;
    vertical-align: top !important; /* important is required to override some custom styles */
    box-sizing: border-box;
}
I can confirm that this fixes the issue! Thank you!
 
rellect updated [rellect] Nodes Grid with a new update entry:

v2.0.0 beta 1

This update is in beta stage. Use it at your own risk.

v2.0.0b1 includes:

  1. Added "File Health" xenforo diagnostics support.
    This allows you to make sure that you've uploaded all the required files, and all files contains the expected content.
    It will mostly help to quickly solve installation (and other) issues.



  2. CSS optimizations and corrections, better alignment between nodes.
    If you use a...

Read the rest of this update entry...
 
Enable Front-End Grid Customization
Admins with permission to manage nodes will have a button to customize the grid from the front-end.
Untick this option to disable that.


This option has no function, if disabled it stays working on front-end.
 
Enable Front-End Grid Customization
Admins with permission to manage nodes will have a button to customize the grid from the front-end.
Untick this option to disable that.


This option has no function, if disabled it stays working on front-end.
I'll take a look. Probably just forgot to include it in the code (originally created the option just as a reminder).
 
@rellect

Also on mobile the forums placed in colums are out of responsive scale.
See screen:

Screenshot_2014-11-23-12-32-05.webp

- Take a look at the time in the second node.
-- It's also only with the other nodes that we placed in colums.

Regards,
 
Top Bottom