Hi guys,
Do any of you knwo a good tutorial on how to customize Joomla content component?...
Best Regards
bkrztuk wrote:What you need to customize in com_content? This is core Joomla code so all that you need to do is to overwrite views but any all advanced changes are quite impossible because every Joomla update will overwrite this code.
bkrztuk wrote:The only solution is to replace original com_content views by this from other template so copy directory template/html/com_content. After this you need to copy/merge CSS styles but for this there is no copy/paste solution, you just need to use browser developer tools or firebug and copy necessary CSS lines.
bkrztuk wrote:It is probably caused by some plugin or module in right column, did you try to unpublish it? When you create a new article with sample 'Lorem ipsum...' text the same happen?
<div class="related-articles">
<h3>Cirurgias Relacionadas</h3>
<img src="images/layout/related-article-homem-pos-perda-peso.jpg" alt="Pós Bariática"/>
<img src="images/layout/related-article-homem-lipoaspiracao.jpg" alt="Lipoaspiração" />
<img src="images/layout/related-article-homem-ginecomastia.jpg" alt="Ginecomastia" />
<br />
</div>
bkrztuk wrote:Some of you DIV inside article is probably unclosed or your editor strip part of HTML when you save article. Please try to validate code inside your article because it doesn't look like template issue.
bkrztuk wrote:When you validate page with this article via W3C you get the error? It looks fine but your editor may strip tags when you save article.