We moved to new unified forum!

Please post all new support queries in our New Forum.

T3 Community Discussion & Support

Let's build the best free Joomla template framework, together!
  1. Cleber Neves
  2. General Discussion
  3. Monday, 10 June 2013
  4.  Subscribe via email
Hi,

I'm having some difficulties customizing articles in blog layout:

1) In every article there is an aside tag that, although is empty, creates a line space between the article title and the text. The original blog articles consist of title and text only, with no extras whatsoever. How to prevent this tag to be outputed?

2) Where can I control what classes should be applied -- if any -- to h1, h2, etc.? In what file are the definitions to joomla layouts and T3 corresponding classes?

Below is an example of the layout blog page code, with classes applied to titles and the aside tag. I'm using Joomla 3.1.1, T3 Blank 1.2.5 and T3 Framework 1.2.6.


Thank you for any help you can provide in this situation.

Cleber Neves



<!-- Article -->
<article>

<header class="article-header clearfix">
<h2 class="article-title">Article title</h2>
</header>

<!-- Aside -->
<aside class="article-aside clearfix">


</aside>
<!-- //Aside -->

<section class="article-intro clearfix">


<p>Article text...</p> </section>


</article>
Comment
There are no comments made yet.
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Cleber Neves,

You can always overwrite blog layout markup by follow joomla default method http://docs.joomla.org/How_to_override_the_output_from_the_Joomla!_core
You can also use Firebug or Chrome inspector to check for which file define those class and css rules.
Most likely in \template\t3_blank\less\typo.less and \template\t3_blank\less\joomla.less

Hope it helps,

Regards
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 1
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.