Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • orsomannaro Friend
    #198920

    It seems that the “Fixel Category Blog” view doesn’t care about what you set on the article’s “Grid Type” property.

    Only the “Featured Articles” view respects “Grid Type” dimensions.

    Am I right?

    Nazario A Friend
    #539313

    @orsomannaro,

    Yes, this is bug of JA Fixel template. For a quick fix, you can try this steps:

    – Open the file: /templates/your_template_name/html/com_content/category/fixel_item.php
    – Replace this code:

    $iclass = array('items', strtolower($this->item->category_alias), $gridInfo['animate'], $gridInfo['type'], 'grid-' . $this->item->fixel_gridsize);
    With:

    $iclass = array('items', strtolower($this->item->category_alias), $gridInfo['animate'], $gridInfo['type'], 'grid-' . $gridInfo['size']);

    Hope this helps.

    orsomannaro Friend
    #539378

    Seems it work well!

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  orsomannaro 10 years, 5 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum