Jump to content

Joomla [mod_ja_transmenu] unclickable parent?

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
7 replies to this topic

#1
Johnnyboy

Johnnyboy

    Learning Programmer

  • Members
  • PipPipPip
  • 56 posts
I am using the following joomla module:
[mod_ja_transmenu by JoomlArt v2.0 www.joomlart.com]

I want the parent menu (when there are submenus) to be unclickable, but have not been successful at this as of yet.

On the forum for the mod it says to just put a # in for the link, but that takes me back to the home page, which is silly... I want it to do nothing but drop the menu down (like expected).

I also tried making the top level menu item a [separator] in joomla, but then the CSS doesn't apply correctly to the item on the menu.

It is the [Others] menu on my site www.unseenbattle.com
any help would be grand... thanks.
:D When things work the way they should it's a wonderful thing! It's the should part that gets me.

#2
Ronin

Ronin

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 309 posts
Have you tried just entering a #?

http://www.joomlart....hread.php?t=943

#3
Johnnyboy

Johnnyboy

    Learning Programmer

  • Members
  • PipPipPip
  • 56 posts
Yes I did.

Nevermind though... Jordan just helped me figure this one out.
I made the top menu item a separator and then got the CSS to apply correctly.

check out the Others menu on www.unseenbattle.com

I did not realize that a.whatever in the CSS is what denotes a link, so all that I needed to do was copy all of the CSS that was prefaced by the a and change it to just .whatever...
:D When things work the way they should it's a wonderful thing! It's the should part that gets me.

#4
Crane

Crane

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 398 posts

Ronin said:

Have you tried just entering a #?

http://www.joomlart....hread.php?t=943

lol, did you not read his post? :D

Sorry, I don't know that much about Joomla or I'd help.

#5
Chan

Chan

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 204 posts
In your javascript function that creates the menu, why not disable clicking in there?

#6
Johnnyboy

Johnnyboy

    Learning Programmer

  • Members
  • PipPipPip
  • 56 posts
Chan... how would I do that exactly?
For starters, the menu is a joomla module and I'm unsure of where it is "creating the menu" as you say.

Please elaborate if you can because I am interested in learning how to do it that way.

Thank you
:D When things work the way they should it's a wonderful thing! It's the should part that gets me.

#7
falco85

falco85

    Programmer

  • Members
  • PipPipPipPip
  • 105 posts

Crane said:

lol, did you not read his post? :D

Sorry, I don't know that much about Joomla or I'd help.

lol

#8
aravot

aravot

    Learning Programmer

  • Members
  • PipPipPip
  • 38 posts

John said:

Nevermind though... Jordan just helped me figure this one out.
I made the top menu item a separator and then got the CSS to apply correctly.

Could you please post your solution, thanks.