Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • ar2solutions Friend
    #144644

    hi guys,

    So basically i wanted to use the DEFAULT front page manager that joomla provides and not the extensions that Joomlart installed.

    So i disabled those extensions (JA_news_fp and ja_news)

    but, now that its disabled, when one of my articles are saved as “show on front page”
    joomla isnt showing anything!

    EVERYTHING ELSE is working just fine but its not showing even 1 article.

    any thoughts?

    Thanks in advance

    Arvind Chauhan Moderator
    #318788

    HI ar2solutions,

    Check the menu item >> Home >> Parameters (right side), in your admin backend >> menu Manager…. make sure its not set to 0…

    or pass on the Login info via PM… i shall have a look…

    Arvind

    Arvind Chauhan Moderator
    #318804

    i tried, no luck so far. shall check again in the morning. Will update you.

    Arvind

    Arvind Chauhan Moderator
    #318906

    Hi ar2solutions,

    The problem has been fixed on your site. This is what has been done.

    [php]<?php if(!$tmpTools->isFrontPage()) : ?>
    <div id=”ja-current-content” class=”clearfix”>
    <!– BEGIN: PATHWAY –>
    <?php if(!$tmpTools->isFrontPage()) : ?>
    <div id=”ja-pathway”>
    <jdoc:include type=”module” name=”breadcrumbs” />
    </div>
    <?php endif; ?>
    <!– END: PATHWAY –>
    <jdoc:include type=”component” />
    </div>
    <?php endif; ?>[/php]

    Changed to :

    [php]<?php //if(!$tmpTools->isFrontPage()) : ?>
    <div id=”ja-current-content” class=”clearfix”>
    <!– BEGIN: PATHWAY –>
    <?php if(!$tmpTools->isFrontPage()) : ?>
    <div id=”ja-pathway”>
    <jdoc:include type=”module” name=”breadcrumbs” />
    </div>
    <?php endif; ?>
    <!– END: PATHWAY –>
    <jdoc:include type=”component” />
    </div>
    <?php //endif; ?>[/php]

    Let us know if it works for you now.

    Arvind

    ar2solutions Friend
    #319354

    Arvind,

    That worked for me, thank you.

    Just wanted to ask how i can separate each article in its own division similar to how the default demo page looks like. If this is too much to ask for, please let me know.

    I’m perfectly happy with the support you have given me so far 🙂

    THANKS!

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

This topic contains 5 replies, has 2 voices, and was last updated by  ar2solutions 15 years, 1 month ago.

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