Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • rodolfo Friend
    #173666

    while using the telineIV template I get the front page items additionally published in a module named “content”. So this is very bad formated and repeating the front page articles which are already in JA news frontpage.
    Using firebug I found the mysterious module under the following divs:
    <div id=”ja-contentwrap” class=”clearfix “>
    <div id=”ja-content” class=”column” style=”width: 100%;”>
    <div id=”ja-current-content” class=”column” style=”width: 100%;”>
    <div id=”ja-content-main” class=”ja-content-main clearfix”>
    <div class=”blog-featured”>
    <div class=”items-leading”>
    <div class=”items-row cols-2 row-0 clearfix”>
    <div class=”items-row cols-2 row-2 clearfix”>

    I have already tried to disable many components but withput result.
    Where does it come from?
    How can I avoid republishing the forntpage articles?

    pavit Moderator
    #437454

    Hi

    Could you post a link to your page ?

    So we can take a look better at what is referring this issue ?

    It’s the first time i hear something like this for Teline_IV template

    Thanks

    rodolfo Friend
    #437595

    I’am doing it in my computer via xamp. The site contains Teline II and I want to migrate to teline IV so I tested it locally, not in the production site. I can not get ride of this mysterious module which is a kind of primitive duplicate of JA_news_fp

    rodolfo Friend
    #437963

    it seems that the thread I initiated I did with a wirng title. It should be “Front page articles (featured articles) apperas twice”. I found solutions for 1.6 but i have 1.5.25

    rodolfo Friend
    #438090

    I found the solution for my problem. I had a setting problem on my telineIV settings:
    the Hide Main content block param was set to no, I change it to yes. But this I found out after inspecting in my joomla installation:
    pluginssystemjat3base-themesdefaultpagedefault.php
    Here there was a code :
    <?php if (!$this->getParam (‘hide_content_block’, 0)): ?>
    <div id=”ja-content-main” class=”ja-content-main clearfix”>
    <?php echo $this->showBlock (‘content’) ?>
    an so I just had to search for the param ‘hide_content_block’
    Thanks any way

    rodolfo Friend
    #438115

    the problem now is that no content is shown anywhere. How can I edit the jat3 default.php so that only content is hidden when I’m in frontpage?
    Something like that:
    <?php if (!$this->getParam (‘hide_content_block’, 0) && frontpage==true): ?>
    <div id=”ja-content-main” class=”ja-content-main clearfix”>
    <?php echo $this->showBlock (‘content’) ?>
    </div>
    <?php endif ?>

    pavit Moderator
    #438131

    Hi

    You can do this from your template manager profile override

    You can create a new profile “nocontent” and set the HideMainConten Block to YES and assign that profile to the Home in main menu

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

This topic contains 7 replies, has 2 voices, and was last updated by  pavit 12 years, 9 months ago.

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