-
AuthorPosts
-
April 7, 2009 at 9:58 am #140024
How can i have the articles with the same layout, as frontpage article?
What i mean is to have the same graphic element under the article tiitle, and the thin line round the body of the articleThank you in advance
nguyenhuu quang Friendnguyenhuu quang
- Join date:
- September 2014
- Posts:
- 1087
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 29
- Thanked:
- 328 times in 288 posts
April 7, 2009 at 11:16 am #300414I am testing it localy, no live site yet
David Porré FriendDavid Porré
- Join date:
- September 2014
- Posts:
- 194
- Downloads:
- 44
- Uploads:
- 5
- Thanks:
- 23
- Thanked:
- 9 times in 1 posts
July 13, 2009 at 10:56 am #310871Hello,
I would like to do the same thing, JA Opal looks great, but when you only show one article, the layout completely changes…
Anyone got this fixed ?Hoping for answers,
Best regards
DavidDavid Porré FriendDavid Porré
- Join date:
- September 2014
- Posts:
- 194
- Downloads:
- 44
- Uploads:
- 5
- Thanks:
- 23
- Thanked:
- 9 times in 1 posts
August 29, 2009 at 10:48 am #315651Hello,
I think I finally got it right…
in File: templates ja_opalhtmlcom_contentarticledefault.php,
I replaced (line 18)
<blockquote><?php if ($this->params->get(‘show_title’)) : ?>
<h2 class=”contentheading<?php echo $this->escape($this->params->get( ‘pageclass_sfx’ )); ?>”>
<?php if ($this->params->get(‘link_titles’) && $this->article->readmore_link != ”) : ?>
<a href=”<?php echo $this->escape($this->article->readmore_link); ?>” class=”contentpagetitle<?php echo $this->escape($this->params->get( ‘pageclass_sfx’ )); ?>”>
<?php echo $this->escape($this->article->title); ?>
</a>
<?php else : ?>
<?php echo $this->escape($this->article->title); ?>
<?php endif; ?>
</h2>
<?php endif; ?></blockquote>with
<blockquote><div id=”ja-contentheading”>
<?php if ($this->params->get(‘show_page_title’)) : ?>
<h1 class=”componentheading<?php echo $this->escape($this->params->get(‘pageclass_sfx’)); ?> clearfix”>
<span class=”right-bg clearfix”><span class=”left-bg”>
<?php echo $this->escape($this->params->get(‘page_title’)); ?>
</span></span>
</h1>
<?php endif; ?></blockquote>Then I replaced (line50)
<blockquote><div class=”article-content”></blockquote>with
<blockquote><div class=”blog”></blockquote>And I added
<blockquote></div></blockquote>
on the end of the page (line 62)It seems to look OK with a Mac and Firefox…
I have to check PC and IE.Hope this will help somebody.
Best regards,
David aka Shapes -
AuthorPosts
This topic contains 5 replies, has 3 voices, and was last updated by David Porré 15 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum