-
AuthorPosts
-
February 7, 2012 at 8:56 pm #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 Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
February 7, 2012 at 9:06 pm #437454Hi
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
February 8, 2012 at 6:44 pm #437595I’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
February 11, 2012 at 9:35 pm #437963it 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
February 12, 2012 at 5:16 pm #438090I 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 wayFebruary 12, 2012 at 8:02 pm #438115the 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 Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
February 12, 2012 at 9:57 pm #438131Hi
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
-
AuthorPosts
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