-
AuthorPosts
-
December 2, 2015 at 6:54 am #759693
My question… Is it possible to show the portfolio menu after selecting an artikel. In the module the menu assignment is show on all pages. Can?t find where to add the position in the layout.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
December 3, 2015 at 5:11 am #760119Hi,
Which area are you referring to on your site? Things at least look to be running smoothly from what I can see.
Beside that, your site uses Uber template, not JA Mono template
Regards
December 3, 2015 at 9:41 pm #760424This site is put offline untill ready. the old one is on uber.
when opening the site stop loading 5 sec pauze before she goes on to the old site. When stopped possible to open the siteOn the example page or my second site it is the same
I would like to keep the menu on top of the article.Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
December 4, 2015 at 6:32 am #760556In this case, you have to make a custom work on your site.
+ Open templates/ja_mono/html/com_content/category/isotope.php file
find and remove this code
<?php
$inner_modules = 'portfolio-menu';
$attrs = array();
$attrs['style'] = 'raw';
$result = null;
$renderer = JFactory::getDocument()->loadRenderer('modules');
$inner = $renderer->render($inner_modules, $attrs, $result);
echo $inner;
?>
+ Open templates/ja_mono/tpls/blocks/mainbody.php file and new script as my screenshot
<div class="custom-menu">
<?php
$inner_modules = 'portfolio-menu';
$attrs = array();
$attrs['style'] = 'raw';
$result = null;
$renderer = JFactory::getDocument()->loadRenderer('modules');
$inner = $renderer->render($inner_modules, $attrs, $result);
echo $inner;
?>
</div>
+ Create templates/ja_mono/css/custom.css file and add new css style
.custom-menu .categories-list.horizontal {
margin: 0px !important;
}
Let me know if it helps
1 user says Thank You to Ninja Lead for this useful post
December 4, 2015 at 12:30 pm #760667Exactly what I needed…
Great support….:D
August 9, 2016 at 7:25 pm #958397Perfect this Tutorial, thanks to the Moderator
One more question: Is there a way to highlight the category to active (white line above) -> when a content is selected? You know what I mean?
Rene
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
-
AuthorPosts
This topic contains 6 replies, has 3 voices, and was last updated by Ninja Lead 8 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum