Sample menu

Advanced newspaper or magazine Joomla template to build news website with unique and detailed design.
GK User
Thu Jul 29, 2010 7:25 pm
Hi!

I have found a page where I can show a menu type. I would like to change TWN menu like this.
Please look at this: http://www.idokep.hu/

The sub menu items doesn't change when mouse over any of main menu item. Only when I click.

Is it possible with TWN menu?

Regards
pcMANiac
User avatar
Junior Boarder

GK User
Fri Jul 30, 2010 8:36 am
i just wanted to ask the same thing, if anybody knows please help.
User avatar
Fresh Boarder

teitbite
Sun Aug 01, 2010 7:40 pm
[center]Image[/center]

Hi

Yes it's possible, but it will need a couple of changes to the templates css. If You want You can hire me to make this changes for a little fee. Please mail me.
User avatar
Moderator

GK User
Sun Aug 01, 2010 9:03 pm
Hi!

I think it isn't a css problem. On my opinion it's a Java programming issue. But if you can resolve my problem with css modification then I will be happy. ;)

pcMANiac
User avatar
Junior Boarder

GK User
Sun Aug 01, 2010 9:29 pm
pcmaniac wrote:
Hi!

I think it isn't a css problem. On my opinion it's a Java programming issue. But if you can resolve my problem with css modification then I will be happy. ;)

pcMANiac


Yes you are right.
This not css adjustment.
It's javascript.
User avatar
Platinum Boarder

GK User
Sun Aug 01, 2010 9:32 pm
Hello!

Could you help me to I can reach my goal? :dry:

pcMANiac
User avatar
Junior Boarder

teitbite
Mon Aug 02, 2010 3:05 pm
Hi

Yes it can be done in js too. But I think the css can solve it as good as changing the scripts :)
User avatar
Moderator

GK User
Mon Aug 02, 2010 3:25 pm
Hi!

Okay, as you think. I don't believe this problem solvable only with css adjustment. But if you can adjust the css and TWN menu going to work as I want, that would be a miracle. ;) Please try it and let me know if you reached the goal. I know, it is not a gratis work. I would pay for that.

Regards
pcMANiac
User avatar
Junior Boarder

teitbite
Tue Aug 03, 2010 2:12 pm
Hi

I'm not telling that I understood You right, but I think this is what You are looking for.

Please add this code at the end of template.css file:

Code: Select all
div#horiz-menu ul li#current ul {
   display:block !important;
}

div#horiz-menu ul li:hover ul {
   display:none !important;
}
User avatar
Moderator

GK User
Tue Aug 03, 2010 2:55 pm
Hi!

Thanks for your help! It is almost good. On the frontpage everithing is alright but if I click an article the submenu items are blinking when I point at one of them and 2 seconds after dissapears. It is a javascript event again and I can't switch off. So, the frontpage layout is fine, but the article layout is wrong. :dry:

Regards
pcMANiac
User avatar
Junior Boarder

teitbite
Tue Aug 03, 2010 5:41 pm
Hi

Can I see it running on Your site?
User avatar
Moderator

GK User
Wed Aug 04, 2010 8:51 pm
Hi!

At this moment my site is closed but I send you a user name and pass in email.

Regards
pcMANiac
User avatar
Junior Boarder

GK User
Thu Aug 05, 2010 9:12 am
pcmaniac wrote:

So, the frontpage layout is fine, but the article layout is wrong. :dry:

Regards
pcMANiac


and category...
User avatar
Fresh Boarder

GK User
Thu Aug 05, 2010 10:54 am
Yes, you are right. :S
User avatar
Junior Boarder

teitbite
Thu Aug 05, 2010 3:13 pm
Hi

I'm not sure what it should look like but please try put that code at the end of template.css file.

Code: Select all
.img_caption.none {
float:left !important;
margin-right:10px;
}
User avatar
Moderator

GK User
Thu Aug 05, 2010 4:45 pm
Place the cursor at a main menu item. After move the cursor upwards from this menu. The upwards is important. If you do this then the submenu row will be phantom viewed. Two text appears in same time.
User avatar
Junior Boarder

GK User
Fri Aug 06, 2010 1:41 pm
pcmaniac wrote:
Place the cursor at a main menu item. After move the cursor upwards from this menu. The upwards is important. If you do this then the submenu row will be phantom viewed. Two text appears in same time.


That's because you are using Moomenu in template settings, try with standard menu (but here is another problem) section menu works fine but if you select and article or category the submenu disappear.
User avatar
Fresh Boarder

GK User
Fri Aug 06, 2010 2:42 pm
That's because you are using Moomenu in template settings, try with standard menu (but here is another problem) section menu works fine but if you select and article or category the submenu disappear.


Indeed! If I set the menu type to suckefish or standard the phantom view disappears. And also disappears the submenu in article and category layout and then any of component menu item is active.

I'm affraid of this problem is incorrigable without javascript programming. :(
User avatar
Junior Boarder

teitbite
Sat Aug 07, 2010 6:01 pm
Hi

I did change it for standard menu and I saw that You do not have a submenu at Your site. This can be fixed by small change in my code:

Code: Select all
div#horiz-menu ul li#current < ul {
display:block !important;
}

div#horiz-menu ul li:hover < ul {
display:none !important;
}


I did not tested that, but that make the code reffering to the one level of menu only.
User avatar
Moderator

GK User
Sat Aug 07, 2010 8:01 pm
I did not tested that, but that make the code reffering to the one level of menu only.


Unfortunately this code is also wrong. There are not any of submenu items on frontpage layout. Your previous code was closer to the goal. :dry:
User avatar
Junior Boarder

teitbite
Sun Aug 08, 2010 11:10 am
Hi

Ok. So please send me an access to Your site with ability to modifie css. I got to try it directly on Your site. Probably mine got too much customization already.
User avatar
Moderator

GK User
Tue Aug 10, 2010 12:50 pm
I sent your account in a mail. ;)
User avatar
Junior Boarder

teitbite
Tue Aug 10, 2010 3:40 pm
Hi

I got You ftp login info but cannot open the page. Please send me the right address. The one from the ftp shows a site not on TWN template.
User avatar
Moderator

teitbite
Tue Aug 10, 2010 3:46 pm
Hi

Ok. I have digg Your mail from a month ago, but I see the menu is ok and I cannot reproduce the error from the screen ;/ Did You solve it ?
User avatar
Moderator

GK User
Tue Aug 10, 2010 3:54 pm
Yes I solved that. But the submenu item disappearing problem is exist yet. Click on "Aprohirdetések" menu and you will see the error. There is same error when you click any of article.

http://ujpesti.hu
User avatar
Junior Boarder

teitbite
Tue Aug 10, 2010 4:01 pm
Hi

Please show me the code You are using right now.
User avatar
Moderator

GK User
Tue Aug 10, 2010 4:05 pm
Code: Select all
div#horiz-menu ul li#current ul {
display:block !important;
}

div#horiz-menu ul li:hover ul {
display:none !important;
}

.img_caption.none {
float:left !important;
margin-right:10px;
}


There are three rows what you sent me. Only this three rows were changed in template.css.
User avatar
Junior Boarder

teitbite
Tue Aug 10, 2010 4:29 pm
Hi

Ok. I've changed the code a little.

Code: Select all
div#horiz-menu ul li#current ul,
div#horiz-menu ul li.active ul {
display:block !important;
}

div#horiz-menu ul li:hover ul {
display:none !important;
}

div#horiz-menu ul li.active:hover ul {
display:block !important;
}

.img_caption.none {
float:left !important;
margin-right:10px;
}


now it works.
User avatar
Moderator

GK User
Tue Aug 10, 2010 4:45 pm
WoW!

You are superb! I'm going to paypal as we discussed. :woohoo:

Thanks for your help!
User avatar
Junior Boarder

teitbite
Tue Aug 10, 2010 6:35 pm
Hi

Thanks :)
User avatar
Moderator

GK User
Wed Aug 11, 2010 10:44 am
Hi!

It is unbelievable. The menu has been great but when some submenu items are active the submenu row disappears yet. You can see this error when you click on "Képfeltöltés" , "Hírbeküldés" menu. :huh:
User avatar
Junior Boarder

teitbite
Thu Aug 12, 2010 2:55 pm
Hi

This items in menu are links to component. There is no sign of which element is currently active so there is nothing to connect with te css classes ;/ Sorry I do not know what to do in this case. Maby opening the component on a regular page?
User avatar
Moderator

GK User
Thu Aug 12, 2010 3:04 pm
:( I don't know what should I do. This menu is my destiny. :dry:
User avatar
Junior Boarder

GK User
Thu Aug 12, 2010 9:29 pm
works with suckerfish menu
User avatar
Fresh Boarder

GK User
Thu Aug 12, 2010 9:44 pm
I'm happy because your menu works fine but mine is wrong in suckerfish mode too. :unsure:
User avatar
Junior Boarder

teitbite
Fri Aug 13, 2010 11:58 am
Hi

Haha. I'm a genius :)

Please notice that the problem is only with menu items of "url" type. I've added an extra information of the menu item id to the link and menu works like charm.

In practice, I've changed this:

Code: Select all
index.php?option=com_joomgallery&func=userpanel


to this

Code: Select all
index.php?option=com_joomgallery&func=userpanel&Itemid=262


Please try it for the rest naughty elements.
User avatar
Moderator


cron