Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • okkhalid Friend
    #200519

    Hello,

    The portfolio page looks great, all the main categories shows on the top of the page for easy navigation between the projects

    The same thing when we click any category for example “web” the top categories still shows which is COOL :-[

    But the problem happen when anyone click on any of these projects, the only way is to go back is to click on the menu and click on profolo again, so there is no more easy navigation.

    Is that possible to somooth the way of navigation for example:
    Previous – next icon on the bottom
    have other projects images show on the bottom from the same category to show … etc. please help.

    Because now it will be very unlike people will like the navigation between the projects when they view single project.

    Thanks,


    1. 1
    2. web
    3. 3
    Saguaros Moderator
    #546079

    Hi

    Joomla does support to show the navigation link (Previous, Next) between articles and you can enable it via backend settings of menu item of Portfolio Page: http://prntscr.com/4cyjcq

    spheredesign Friend
    #556651

    Hi guys,

    On this topic, is it possible to have the main categories menu stay visible at the top when you click on a project (article)?

    Cheers,
    Sarah

    TomC Moderator
    #556669

    <em>@spheredesign 454939 wrote:</em><blockquote>Hi guys,

    On this topic, is it possible to have the main categories menu stay visible at the top when you click on a project (article)?

    Cheers,
    Sarah</blockquote>

    So, in other words, stick the main navigation to the top for any/all pages – even when scrolling?

    spheredesign Friend
    #556672

    Not exactly – I would like the category menu to still be visible when you click on an article (example attached). At the moment it disappears on article pages.


    1. sugite-example
    Saguaros Moderator
    #556751

    Actually, it’s a module called ‘Portfolio Categories’ with type of ‘Articles Categories’ in ‘portfolio-menu’ position. Hence, if you want to show module in article details page, you will need to load this module position inside article page.

    You can go to file: templatesja_sugitehtmlcom_contentarticledefault.php and add following code: http://prntscr.com/5akmic


    //register the helper class
    JLoader::register('SugiteHelper', T3_TEMPLATE_PATH . '/templateHelper.php');

    ..............................................

    <!-- Load Modules with position "portfolio-menu" -->
    <?php if(SugiteHelper::loadmodules('portfolio-menu','T3xhtml')): ?>
    <div class="inset">
    <?php echo SugiteHelper::loadmodules('portfolio-menu','T3xhtml'); ?>
    </div>
    <?php endif;?>
    <!-- End load -->

    Of course, you will need to style for this module within this page.

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

This topic contains 6 replies, has 4 voices, and was last updated by  Saguaros 9 years, 12 months ago.

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