-
AuthorPosts
-
msilac Friend
msilac
- Join date:
- October 2010
- Posts:
- 548
- Downloads:
- 2
- Uploads:
- 74
- Thanks:
- 115
- Thanked:
- 5 times in 1 posts
March 7, 2013 at 10:28 am #185604Hello,
I have all default settings (also at home button/naslovnica button – mitius home selected) also, I have in modules, module articles category activated and selected categories from there. (categories “zadnje novosti”) and I talking about Joomla articles
Now, it looks fine but when I click on article on frontpage, nothing happend, just reload page!?
It is not in developer mode, it is Ja Mitius default color layout
Please help.
And is it possible to have K2 category of articles on frontpage but that look like this default template?
Thank you
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
March 8, 2013 at 9:19 am #485783+ Aticle on frontpage
In Joomla, if you want to view article individually, that article must be assigned to a menu item.
pls create a new menu item (or use an existing one) and assign article (or category that article belongs to) to this new menu item
and also make sure that you don’t assign any module to this menu item.
+ Regarding K2 category you can do that as like com_contact but you need to compare and copy css script from -template.css file to K2.css file
msilac Friendmsilac
- Join date:
- October 2010
- Posts:
- 548
- Downloads:
- 2
- Uploads:
- 74
- Thanks:
- 115
- Thanked:
- 5 times in 1 posts
March 8, 2013 at 12:46 pm #485808Ok, so I wish that I have K2 articles on the frontpage but that articles layout looks like on default template.
Ok, I have assigned K2 category but nothing shows… and on Joomla articles (published now), when I click, nothing happend, just reload page and module which shows that articles is assigned to homepage..
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
March 11, 2013 at 6:51 am #485951Because Homepage template style on your site was disabled MAIN CONTENT component, you can enable it by
Open templates/ja_mitius/tpls/blocks/mainbody-home.php file
From
<!-- MAIN CONTENT -->
<div id="ja-content" class="ja-content <?php echo $this->getClass($layout, $col) ?>" <?php echo $this->getData ($layout, $col++) ?>>
<div class="main-content">
<jdoc:include type="message" />
<?php if ($this->countModules($mastcol)) : ?>
<!-- MASSCOL 1 -->
<div class="ja-mastcol ja-mastcol-1<?php $this->_c($mastcol)?>">
<jdoc:include type="modules" name="<?php $this->_p($mastcol) ?>" style="T3Xhtml" />
</div>
<!-- //MASSCOL 1 -->
<?php endif ?>
<?php $this->loadBlock ('spotlight-2') ?>
</div>
</div>
<!-- //MAIN CONTENT -->
change to
<!-- MAIN CONTENT -->
<div id="ja-content" class="ja-content <?php echo $this->getClass($layout, $col) ?>" <?php echo $this->getData ($layout, $col++) ?>>
<div class="main-content">
<jdoc:include type="message" />
<?php if ($this->countModules($mastcol)) : ?>
<!-- MASSCOL 1 -->
<div class="ja-mastcol ja-mastcol-1<?php $this->_c($mastcol)?>">
<jdoc:include type="modules" name="<?php $this->_p($mastcol) ?>" style="T3Xhtml" />
</div>
<!-- //MASSCOL 1 -->
<?php endif ?>
<jdoc:include type="component" />
<?php $this->loadBlock ('spotlight-2') ?>
</div>
</div>
Let me know if it helps
msilac Friendmsilac
- Join date:
- October 2010
- Posts:
- 548
- Downloads:
- 2
- Uploads:
- 74
- Thanks:
- 115
- Thanked:
- 5 times in 1 posts
March 12, 2013 at 7:22 am #486144Hm, it helps me to… what?
I changed that part of the code, but nothing’s changed.Let’s go again
Currently they are active Joomla articles. When I click on any of them, nothing happens, just reload the page.
I’d like to that option work, (when I click on the standard joomla article to be opened) and instead of that, that I can show K2 articles but to have the same layout.
I hope now you understand my problem.
Thank you
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
March 13, 2013 at 6:28 am #486284I have checked your site for this link
http://www.mojaakcija.com/TESTING/veslacki/index.php/87-zadnje-novosti/123-miholjska-regata-2012
I see Main Content on your site to show here
I tried admin account that you pm me but no success, please pm me again, I shall help you on this case
<blockquote>In Joomla, if you want to view article individually, that article must be assigned to a menu item.
pls create a new menu item (or use an existing one) and assign article (or category that article belongs to) to this new menu item
and also make sure that you don’t assign any module to this menu item.</blockquote>
msilac Friendmsilac
- Join date:
- October 2010
- Posts:
- 548
- Downloads:
- 2
- Uploads:
- 74
- Thanks:
- 115
- Thanked:
- 5 times in 1 posts
March 13, 2013 at 8:23 am #486300Can you help me?
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
March 14, 2013 at 3:30 am #486412<em>@msilac 364220 wrote:</em><blockquote>Can you help me?</blockquote>
Sure that, you are always welcome. Please pm me admin access and ftp account on your site. I shall help you directly on your sitemsilac Friendmsilac
- Join date:
- October 2010
- Posts:
- 548
- Downloads:
- 2
- Uploads:
- 74
- Thanks:
- 115
- Thanked:
- 5 times in 1 posts
March 14, 2013 at 7:06 am #486440Now you can enter in administration.
First I wish that Joomla articles work (all default settings on template) at this time, on click nothing happend.
Second (if above dont work) that K2 articles work at homepage in same layout like default articles of template. 🙂
That’s it.
I see now that the code change display K2 articles below jooomla articles. I understand that. Just dont know why joomla articles dont work.
Thank you
msilac Friendmsilac
- Join date:
- October 2010
- Posts:
- 548
- Downloads:
- 2
- Uploads:
- 74
- Thanks:
- 115
- Thanked:
- 5 times in 1 posts
March 15, 2013 at 1:13 am #486546<em>@Ninja Lead 364369 wrote:</em><blockquote>Sure that, you are always welcome. Please pm me admin access and ftp account on your site. I shall help you directly on your site</blockquote>
Ok, I am PM you yesterday at 08:06 Am
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
March 15, 2013 at 7:31 am #486581<em>@msilac 364538 wrote:</em><blockquote>Ok, I am PM you yesterday at 08:06 Am</blockquote>
I have finished to config articles to appear on your site without category. You can check it on your site again
Let me know the result
1 user says Thank You to Ninja Lead for this useful post
msilac Friendmsilac
- Join date:
- October 2010
- Posts:
- 548
- Downloads:
- 2
- Uploads:
- 74
- Thanks:
- 115
- Thanked:
- 5 times in 1 posts
March 16, 2013 at 6:58 am #486684Ok, it works 🙂 just answer me please one more thing.
What to disabled to remove K2 articles below of joomla articles? Just to know how to disable/enable them… is it procedure from your #4 post at this topic?
Thank you
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
March 18, 2013 at 4:09 am #486789It still seems to be difficult for me to guess the issue and give out the solution if I do not have a look at it. So, could you please let me know screenshot of the problems?
Regarding my posted #4 because default MAIN COMPONENT was disabled with template style on your site, i helped you added it on template style.
msilac Friendmsilac
- Join date:
- October 2010
- Posts:
- 548
- Downloads:
- 2
- Uploads:
- 74
- Thanks:
- 115
- Thanked:
- 5 times in 1 posts
March 18, 2013 at 5:01 pm #486914Ok, I gave up on K2 articles on the front page now 🙂 I just want to have standard joomla articles when I click on them that they appear correctly.
Now it is reloading pageNinja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
March 19, 2013 at 3:57 am #486960<em>@msilac 365040 wrote:</em><blockquote>Ok, I gave up on K2 articles on the front page now 🙂 I just want to have standard joomla articles when I click on them that they appear correctly.
Now it is reloading page</blockquote>Please check it again, I have helped you to configure it, let me know the result
1 user says Thank You to Ninja Lead for this useful post
AuthorPostsThis topic contains 30 replies, has 2 voices, and was last updated by msilac 11 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum