-
AuthorPosts
-
okkhalid Friend
okkhalid
- Join date:
- November 2012
- Posts:
- 229
- Downloads:
- 2
- Uploads:
- 133
- Thanked:
- 3 times in 1 posts
August 14, 2014 at 4:09 pm #200519Hello,
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,
- Saguaros Moderator
Saguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
August 15, 2014 at 4:00 am #546079Hi
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
November 26, 2014 at 3:02 pm #556651Hi 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,
SarahTomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
November 26, 2014 at 5:26 pm #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?
November 26, 2014 at 5:31 pm #556672Not 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.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
November 27, 2014 at 4:24 am #556751Actually, 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.
1 user says Thank You to Saguaros for this useful post
AuthorPostsViewing 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
Jump to forum