Hi everyone,
I've found a bug when displaying a J3.3 blog category : I can't style the "section" since the last Gantry update.
In the previous version it was possible :<div class="component-content">
<section class="blog">
<div class="items-leading">
<article class="leading-0">
</div>
...
...
</section>
But with Gantry 4.1.25 : The section class is empty ???<section class="" itemtype="http://schema.org/Blog" itemscope="">
<div class="items-leading">
<article class="leading-0" itemtype="http://schema.org/BlogPosting" itemscope="" itemprop="blogPost">
</div>
...
...
</section>
I don't know who authorized the changes in the file plugins/system/gantry/overrides/3.3/2.5/com_content/category/blog.php, if it's for a good reason or some obscure reason... But seriously, the "blog category" component perfect as it is :
If there is a problem when you want to add a CSS suffix to the page (using "Page Display" option when editing menu item), you simply add a blank space before the class and it's solved !
Second bug : Unwanted "Subcategory Levels" when displaying blog category.
As reported in
www.rockettheme.com/forum/joomla-templat...y-gantry-bug#1094523
Because of a misplacedin the files:
plugins/system/gantry/overrides/3.2/2.5/com_content/category/blog.php
plugins/system/gantry/overrides/3.3/2.5/com_content/category/blog.php
But not in :
plugins/system/gantry/overrides/3.0/2.5/com_content/category/blog.php
I can understand how hard it is to work on Gantry 4 and Gantry 5 at the same time, but RT templates are supposed to support Joomla 3. Most of us don't search if a bug is originating from Gantry (due to the number of files), since it happens when you update and not when you code. I pity those who purchase a single templates from 2012 and who will experience the utmost frustration, before finding it's Gantry's fault.
Regards.