Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • johanrn Friend
    #158325

    In my search for the perfect template for my site, I have now started working with the JA Ores template. But before I start to work too much, I would like to ask if it is possible to add an article separator between the articles in the blog layout?

    There is a very nice blog layout on the demo site, but I feel it lacks a thin line as a separator.

    If for example, I have an image called “separator.gif”,where and what files do I change (and which code) in order to have it shown? I have tried and tried, but still no luck. I can see that in the template.css, the article.separator is “display:none”, but even when trying to change that, I have no luck.

    Any ideas?

    aman204 Friend
    #370383

    If you wish to show in article separator for category blog layout, You can follow these steps 🙂

    1) You can change this::

    .article_separator, .leading_separator, .row_separator, .column_separator {template.css (line 591)
    display:none;
    }

    to

    .article_separator{
    border: 1px solid;
    display: block;
    }

    and

    .leading_separator, .row_separator, .column_separator {
    display:none;
    }

    2) Go to ::

    templates/ja_ores/html/com_content/category/blog_item.php file and change this::

    <?php echo $this->item->event->afterDisplayContent; ?>

    to

    <span class=”article_separator”> </span>
    <?php echo $this->item->event->afterDisplayContent; ?>

    johanrn Friend
    #370424

    Thanks, I really see what you are doing and I understand the process. Have followed your guidelines but still no luck. Nothing happens in the blog layout.

    Just to make sure that we are talking about the same blog layout, this is the one I want to change:
    http://templates.joomlart.com/ja_ores/index.php?option=com_content&view=category&layout=blog&id=37&Itemid=109

    aman204 Friend
    #370445

    Yes, I wished to refer to the changes which would affect category blog layout menu type

    Other way, Can you provide in direct site link if you have made the above outlined updates

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

This topic contains 4 replies, has 2 voices, and was last updated by  aman204 13 years, 10 months ago.

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