Viewing 15 posts - 1 through 15 (of 30 total)
  • Author
    Posts
  • msilac Friend
    #185604

    Hello,

    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

    Link http://www.mojaakcija.com/TESTING/veslacki/

    Ninja Lead Moderator
    #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 Friend
    #485808

    Ok, 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 Moderator
    #485951

    Because 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 Friend
    #486144

    Hm, 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 Moderator
    #486284

    I 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>


    1. Main_Content
    msilac Friend
    #486300

    Can you help me?

    Ninja Lead Moderator
    #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 site

    msilac Friend
    #486440

    Now 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 Friend
    #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 Moderator
    #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

    msilac Friend
    #486684

    Ok, 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 Moderator
    #486789

    It 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 Friend
    #486914

    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

    Ninja Lead Moderator
    #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

Viewing 15 posts - 1 through 15 (of 30 total)

This 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