-
AuthorPosts
-
hcharly Friend
hcharly
- Join date:
- April 2008
- Posts:
- 107
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 14
- Thanked:
- 11 times in 1 posts
September 9, 2010 at 9:32 pm #154184Hello All,
I wonder if mod_jamegamenu can fit Kyanite II version 1.2.1?
If it needs a custom integration, what are the important points to take into account?
The plg_system_jamenuparams plugin is installed and everything is working just fine.I need to make a menu with a few items at the top right just as in JA Teline III.
Every hints and tips are welcome.
Thanks.
-Charleshcharly Friendhcharly
- Join date:
- April 2008
- Posts:
- 107
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 14
- Thanked:
- 11 times in 1 posts
September 10, 2010 at 5:43 am #355088Hello,
I can’t see the ticket.
I am asked to login using my email and password; it doesn’t work.
Loging in the Support Center using my classic username and pass is working but then I can’t see any new ticket.
What am I missing?
Thanks you.Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
September 10, 2010 at 9:15 am #3551081) create a new mega menu: You can download the ja teline iii template: and copy file: ja_teline_iiilayoutsblockstopmega.php and create a menu group named “topmega” and create a data some similar in teline iii demo.
2) the module works standalone, not relate with the plugin. please see useguide in here http://www.joomlart.com/forums/topic/ja-mega-menu/hcharly Friendhcharly
- Join date:
- April 2008
- Posts:
- 107
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 14
- Thanked:
- 11 times in 1 posts
September 16, 2010 at 6:34 am #355648Sorry tienhc,
I didn’t see your answer. I’ll try it the way you suggest.
Thanks you.
-Charleshcharly Friendhcharly
- Join date:
- April 2008
- Posts:
- 107
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 14
- Thanked:
- 11 times in 1 posts
September 16, 2010 at 8:46 am #355659Hi tienhc,
I did as you advised. Before it loads I added in /templates/ja_kyanite_ii/layouts/blocks/header.php this code: $this->loadBlock (‘topmega’); just at the beginning, after .
The menu appears with the error below. Only the titles appeared. Their content did not.
Some code editing are needed. But which ones?May you help me forward?
In advance thanks
Uncaught exception: TypeError: Cannot convert 'this.menu' to object
Error thrown at line 54, column 2 in <anonymous function: start>():
var images = this.menu.getElements ('img');
called from line 42, column 2 in <anonymous function: initialize>(menu, options):
this.start();
called from line 8, column 359 in <anonymous function>() in http://www.myssite.tld/media/system/js/mootools.js:
return(arguments[0]!==null&&this.initialize&&$type(this.initialize)=='function')?this.initialize.apply(this,arguments):this;
called via Function.prototype.apply() from line 2, column 3 in program code:
var megamenu = new jaMegaMenuMoo ('ja-mainnav', {hcharly Friendhcharly
- Join date:
- April 2008
- Posts:
- 107
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 14
- Thanked:
- 11 times in 1 posts
September 24, 2010 at 11:38 am #356562Answering myself. This may help others.
To fix this javascript error, you need to open /templates/ja_kyanite_ii/libs/menu/mega.class.phpFind this (line 44)
var megamenu = new jaMegaMenuMoo ('ja-mainnav', {
Transform it like this:
//Create menu
$menuid = $this->getParam ('containerid', 'ja-mainnav');
?>
<script type="text/javascript">
var megamenu = new jaMegaMenuMoo ('<?php echo $menuid ?>', {
That’s all.I can confirm that mod_jamegamenu will work with Ja_kyanite II after this fixes and adapting your template.css.
-Charles
-
AuthorPosts
This topic contains 6 replies, has 2 voices, and was last updated by hcharly 14 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum