Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • David Porré Friend
    #142977

    Hello,
    I have a problem with JA Opal, using Joomla 1.5.11…

    I would like the articles to have 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”…

    On the frontpage, no problem, showing a category, no problem….
    But when showing just an article, the layout changes, no more borders around content, and title looking ugly…

    I’m not the only on this forum to have this need, but no answer anywhere…

    Hoping for some help,
    Best regards,
    David

    mihirc Friend
    #312112

    Hello David,

    Please post a live url for us to see.

    Regards,
    Mihir Chhatre.

    David Porré Friend
    #312115

    Hello,

    My blog layout is OK, I did some changes in the code,

    But for the article layout, I did some tries but nothing good…

    Hope you’ll have some tips

    Best regards,
    David

    mihirc Friend
    #312122

    Hello,

    First things that i noted. The tag in the blog layout has the title as h1, where as in the article layout its h2. Hence its not picking up the style. Same with the blog layout. There is specific style to the blog layout and hence its only seen then and not in the article layout.

    I am leaving for a trek now, and will be back tomorrow night (its 9:30 pm here.). If nobody has solved it till then, I will rewrite the css file for you and send it across.

    Regards,
    Mihir Chhatre.

    mayke Friend
    #312162

    <em>@mihirc 138051 wrote:</em><blockquote>Hello,

    First things that i noted. The tag in the blog layout has the title as h1, where as in the article layout its h2. Hence its not picking up the style. Same with the blog layout. There is specific style to the blog layout and hence its only seen then and not in the article layout.

    I am leaving for a trek now, and will be back tomorrow night (its 9:30 pm here.). If nobody has solved it till then, I will rewrite the css file for you and send it across.

    Regards,
    Mihir Chhatre.</blockquote>

    I have the same problem hasn’t solve yet in here

    <em>@mayke 137813 wrote:</em><blockquote>Hi, is true,

    What’s wrong with Ja Opal, the Football menu (all of the menu after HOME : Navigation, Football and Layout) the #ja-contentheading h1.componentheading is very difficult to works it out, when work it out from there the homepage : #ja-contentheading h1.componentheading is mess up. Any advice would be appreciate. Thank you.</blockquote>

    I think this is the same problem, please help us.
    Thank you.

    David Porré Friend
    #312181

    I think Joomlart crew should help on this one !

    As the work here is not really finished…
    Nice homepage layouts are cool, but the whole site should be homogen…

    Best regards
    David

    David Porré Friend
    #313090

    Hello,

    Still no solution here…

    Could anyone from the Joomlart team help ?
    I really need this done urgently…

    Best regards,
    David aka Shapes

    Saguaros Moderator
    #313287

    Hello shapes!

    This reason is having different MockUp HTML between article page and category page,
    You must to modify article’s mockup same as category.

    now, You open two files as following:
    File : templatesja_opalhtmlcom_contentcategoryblog.php : << category page.
    File: templates ja_opalhtmlcom_contentarticledefault.php : << you change mockup in here

    good luck.

    David Porré Friend
    #313351

    Hello tienhc,

    Thanks for your answer,
    yes, I know it’s those two files,
    I got blog.php looking like I want,
    but not the article’s default.php…
    I can’t get it right…

    Best regards,
    David aka Shapes

    Saguaros Moderator
    #313352

    Please submit a ticket to the Joomlart Support deparment, I ‘ll take care of your issue.

    Thanks

    David Porré Friend
    #313354

    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

    Saguaros Moderator
    #313357

    Yes, that’s right.

    Cheer ! 🙂

    David Porré Friend
    #313360

    Yes,
    and it looks OK on IE 7…
    Best regards,
    David aka Shapes

    mayke Friend
    #313456

    <em>@shapes 139566 wrote:</em><blockquote>Yes,
    and it looks OK on IE 7…
    Best regards,
    David aka Shapes</blockquote>

    Lucky to have you here :),
    will try soon, thank you David!

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

This topic contains 14 replies, has 4 voices, and was last updated by  mayke 15 years, 3 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum