0
Welcome Guest! Login
0 items Join Now

SOLVED "Category Blog" Bugs : Gantry 4.1.25

    • ZeFish's Avatar
    • ZeFish
    • Jr. Rocketeer
    • Posts: 25
    • Thanks: 2

    SOLVED "Category Blog" Bugs : Gantry 4.1.25

    Posted 10 years 8 months ago
    • 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 misplaced
      <?php endif; ?>
      in 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.
    • Last Edit: 10 years 8 months ago by ZeFish.
    • Who?'s Avatar
    • Who?
    • Preeminent Rocketeer
    • Posts: 25562
    • Thanks: 613
    • Joomla freelancer

    Re: SOLVED "Category Blog" Bugs : Gantry 4.1.25

    Posted 10 years 8 months ago
    • Thank you for this bug report. I will open a ticket for our devs for the immediate attention
    • Check my services at: Mihha-Vision
  • Re: SOLVED "Category Blog" Bugs : Gantry 4.1.25

    Posted 10 years 8 months ago
    • The subcategory fix will be in 4.1.26. The missing blog class, I've also added back in. I believe this was just an omission, as we typically take the default Joomla files, and place them directly into Gantry, so as they've made changes between J3.2 and J3.3, it must have been missed. So that will also be addressed in 4.1.26.

      Thanks for the code fixes.
    • James Spencer / Developer & Support / Hull, UK
    • ZeFish's Avatar
    • ZeFish
    • Jr. Rocketeer
    • Posts: 25
    • Thanks: 2

    Re: SOLVED "Category Blog" Bugs : Gantry 4.1.25

    Posted 10 years 8 months ago
    • Thank you :)

Time to create page: 0.088 seconds