-
AuthorPosts
-
July 18, 2013 at 4:48 pm #189065
Hi, unless I missed it, I notice there is no position for breadcrumbs. Also, when I try to make a MENU module using sidebar 1 or 2, the menu comes out funky. If I show levels 1 only, the current page link color is the same, and if I attempt to show sub menu, the current menu link is white (and therefore invisible) and submenu pops out like a black mega rather than showing all the time. I am making a corporate site and really need better navigation than the top menu only (and I don’t like the main nav menu sticking out on the left side) Is there some code that I can pop in that will create a simple sidebar menu that matches the default color scheme, or some suffix I can add to make it look “nice” (other than the bottom) or position where I can put breadcrumbs?
MoonSailor FriendMoonSailor
- Join date:
- November 2011
- Posts:
- 1106
- Downloads:
- 0
- Uploads:
- 245
- Thanks:
- 89
- Thanked:
- 248 times in 223 posts
July 19, 2013 at 3:29 am #499525Hi,
<blockquote>Hi, unless I missed it, I notice there is no position for breadcrumbs.</blockquote>
Templates does not use breadcrumbs position. So, if you want to show it, i think you can add it same
Add modules “Breadcrumbs” to position “breadcrumbs”. Open file “templates/ja_beranis/tpls/blocks/footer.php”, add code
<?php if ($this->countModules('breadcrumbs')) : ?>
<section class="t3-breadcrumbs container">
<div class="main-container">
<jdoc:include type="modules" name="<?php $this->_p('breadcrumbs') ?>" />
</div>
</section>
<?php endif; ?>
before
<section class="t3-copyright">
<blockquote>
the current menu link is white (and therefore invisible) and submenu pops out like a black mega rather than showing all the time.
</blockquote>With all submenus, when hover it – color link change to white – in background black – it is easy to see. So, i do not know “and therefore invisible” your mean.
<blockquote>Is there some code that I can pop in that will create a simple sidebar menu that matches the default color scheme, or some suffix I can add to make it look “nice” (other than the bottom) </blockquote>
We have some themes color for templates, and in templates support t3 and templates typography.
http://joomla25-templates.joomlart.com/ja_beranis/index.php/typography/beranis-s-typography
http://joomla25-templates.joomlart.com/ja_beranis/index.php/typography/t3-s-typographyYou can try add it for your site.
Regards.
AuthorPostsViewing 2 posts - 1 through 2 (of 2 total)This topic contains 2 replies, has 2 voices, and was last updated by MoonSailor 11 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Navigation
Viewing 2 posts - 1 through 2 (of 2 total)