How can I change BigGrid 6?

Posted in: Newsmag
Post count: 2

Hi

I want to change BigGrid 6 so it only shows the top 3 items, and does not show the bottom 3. None of the other BigGrid options can show only 3 items in this way (large item left, 2 small to the right). BigGrid is the closest but as said I need to get rid of the bottom 3…

Post count: 2

Found a solution, not sure if there can be ‘side effects’….

Changed:

const POST_LIMIT = 6;

to

const POST_LIMIT = 3;

in td_block_big_grid_6.php

Post count: 6535

Hi

Glad you could find the solution and if you have another questions please let us know.

Thanks for the message!

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newsmag’ is closed to new topics and replies.