[rellect] Nodes Grid

[rellect] Nodes Grid 2.0.2

No permission to download
I would say this is a style specific issue, since your design has a very narrow body width, and very big font for titles.
This is something that should be fixed by the designer.

You probably looking for something like this
HTML:
.grid_column .subForumList .node
{
    width: 90%;
}

Do i add that to the extra ccs? could you give me a code to fix it please?
 
I have one node that won't align in 2 column mode. All node images are 200x150 & the html is the same in each. For the affected node & the one above it:

Code:
<img alt="Action Gallery" src="http://www.mydomain.com/ustom_images/action_lrg.gif" style="margin-right: 5px" align="left" border="0">

<img alt="Events &amp; Meets" src="http://www.mydomain.com/custom_images/events2_lrg.gif" style="margin-right: 5px" align="left" border="0">

screen.webp
 
On further investigation the problem occurs in the 2nd & any subsequent row in the 2 column within a category
 
Where can I find this option?
Code:
A bonus feature - you can add a status icon for sub forums.
 
Where can I find this option?
Code:
A bonus feature - you can add a status icon for sub forums.
It's only works if sub-forums are not combined into a popup link.
Search 'nodeListSubForumPopup' and make sure this setting is disabled.

sub-forums.webp
 
  • Like
Reactions: rdn
How to properly align this forums/nodes?
View attachment 103240
I'm aware of the issue, will fix it for the next update.
On rellect_nodes_grid.css
From:
Code:
.node .grid_column + .grid_column
    {
        padding-right: 0;
        padding-left: {$halfSpacing};
    }
to
Code:
.node .grid_column + .grid_column
    {
        padding-right: 0;
        padding-left: 0;
    }

Fixed it.
Did I broke something else by this changes?
 
Last edited:
On rellect_nodes_grid.css
From:
Code:
.node .grid_column + .grid_column
    {
        padding-right: 0;
        padding-left: {$halfSpacing};
    }
to
Code:
.node .grid_column + .grid_column
    {
        padding-right: 0;
        padding-left: 0;
    }

Fixed it.
Did I broke something else by this changes?
It won't break anything, but there will be still cases where spaces are not even.
 
  • Like
Reactions: rdn
Mysqli statement execute error : Duplicate entry '48986-1' for key 'definition_id_style_id'

While upgrading :/
 
Mysqli statement execute error : Duplicate entry '48986-1' for key 'definition_id_style_id'

While upgrading :/
I tested the upgrade process but did not get this error.
That's also a query that xenforo generates to update style properties, so I guess it's a xenforo bug, but not sure what's triggering it as I couldn't reproduce it myself.
 
Back
Top Bottom