Big Grid fails

Posted in: Newspaper
Post count: 13

As I mentioned on my post on themeforest the big grid failed in the categories.

Here is a link to one of the categories.
https://studentlife.com.cy/category/fun-stuff/uni-life

I applied a quick fix to the td_block_big_grid_1.php and as you may be able to see the big grid works just fine however this is not an optimal solution to the problem.

On the 48th line of that particular file I changed
if ($td_column_number==1 || $td_column_number==2) {
to
if (($td_column_number==1 || $td_column_number==2) && !is_category()) {

Thanks,

Onisiforos

Post count: 20688

Hi,

I have tested the Big grids used in the category pages top posts style, but I do not see the problems you mention. The error appears when using a Big grid on 1 or 2 columns, and is displayed only for pages being built in Visual composer. The category templates are already defined here – https://www.screencast.com/t/f4vNmPnb and the Big grid is placed accordingly by default. The category pages are not available for editing in Visual composer. Maybe you have made modifications to these templates directly, or through a child theme that is causing the error you get on the category page, because there is no need to modify the file in question, as everything works the way it should by default.

Thanks

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