Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • andr3as Friend
    #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 article

    Thank you in advance

    nguyenhuu quang Friend
    #300400

    do you to use quickstart
    pls send your live site

    andr3as Friend
    #300414

    I am testing it localy, no live site yet

    David Porré Friend
    #310871

    Hello,

    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
    David

    David Porré Friend
    #315651

    Hello,

    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

Viewing 5 posts - 1 through 5 (of 5 total)

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