eSyndiCat User Forums esyndicat directory software esyndicat support

Go Back   eSyndiCat User Forums > eSyndiCat Directory Software [FREE] > Bug Reports

Bug Reports "Brrr! Bugs!" Yes, we do hate them as well. But nothing is perfect in this world and if you found a bug let us know so that we can make eSyndiCat Directory Software even better.

Reply
 
Thread Tools Display Modes
Old 08-29-2009   #1
JAQ
 
Join Date: Aug 2009
Posts: 2
JAQ is on a distinguished road
Default Menu active error

Hi there

Excuse my nuubness - if that is a word even!...I am having the following problem (using the default template 2.2)

The main nav menu (ie home, suggest listing etc etc) isn't recognising which page is active...meaning that no matter which page I am on, the "Home" link is always set to ul.menu li.active, disabling the link and making the navigation confusing (and obviously making it impossible to go back to "Home").

To be honest I am unsure even whether I should be looking at changing the css or changing the source code...

Help!
JAQ is offline   Reply With Quote
Old 08-29-2009   #2
Vladimir T.
Tech Support
 
Vladimir T.'s Avatar
 
Join Date: Nov 2007
Location: Earth
Posts: 973
Vladimir T. is on a distinguished road
Default

Hi JAQ

You can find code for top menu in header.tpl
HTML Code:
<!-- menu start -->
<div class="top-menu">
	<ul class="menu">
		{foreach from=$menus.main item=menu}
			{if $menu.active}
				<li{$menu.active}><div>{$menu.title}</div></li>
			{else}
				<li><a href="{$menu.url}"{$menu.nofollow}>{$menu.title}</a></li>
			{/if}
		{/foreach}	
	</ul>
</div>
<!-- menu end -->
Also css style in ./css/style.css

Code:
div.top-menu
{
	padding: 10px 0 5px 0;
	margin: 0;
}
ul.menu
{
	list-style-type:none;
	margin:0;
	padding:0;
}
ul.menu li
{
	margin: 0;
	background: url('../img/tab-left.gif') center left no-repeat;
	height: 22px;
}
ul.menu li a
{
	line-height: 22px;
	padding: 0 15px;
	display: block;
	text-decoration: underline;
}
ul.menu li a:hover
{
	text-decoration: none;
}
ul.menu li.active
{
	background: #B4DDFC url('../img/tab-left-active.gif') top left no-repeat;
}
ul.menu li.active div
{
	line-height: 22px;
	padding: 0 15px;
	background: url('../img/tab-right-active.gif') top right no-repeat;
}
P.S let me know your site URL.
__________________
Best Regards,

If you need help just send ticket to HelpDesk
For you information: I disabled Private Message.

I do not available...
PP.S. Admin Panel 2.3 manual is available here http://www.esyndicat.com/docs/
Vladimir T. is offline   Reply With Quote
Old 08-31-2009   #3
JAQ
 
Join Date: Aug 2009
Posts: 2
JAQ is on a distinguished road
Default

Thankyou for the reply - but I still can't get this to work

The css and the source code is exactly as it appears in your message, but I am still having this problem. The URL is www.serenespirit.com.au/directory

appreciate your help
JAQ is offline   Reply With Quote
Old 09-01-2009   #4
Vladimir T.
Tech Support
 
Vladimir T.'s Avatar
 
Join Date: Nov 2007
Location: Earth
Posts: 973
Vladimir T. is on a distinguished road
Default

Hi JAQ,
Please give me FTP details in PM.
I will try help you.
__________________
Best Regards,

If you need help just send ticket to HelpDesk
For you information: I disabled Private Message.

I do not available...
PP.S. Admin Panel 2.3 manual is available here http://www.esyndicat.com/docs/
Vladimir T. is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT. The time now is 07:22 PM.


Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Testimonials | Articles | Support | Documentation | Privacy Policy | License | Affiliates | Contact Us | SEO Resources