|
|
|
Re:Regarding Kwick Vertical Sliding Menu J!1.5 7 Months, 2 Weeks ago
|
|
|
Hi,
I have one more question: currently the links that are associated with buttons open in same window, is there any way I can have them open in new window?
Thanks
|
|
|
|
|
|
|
|
|
|
|
Re:Regarding Kwick Vertical Sliding Menu J!1.5 7 Months, 2 Weeks ago
|
|
|
Hi,
One more question on this topic:
Currently links associated with menu buttons open in self (same window)
is there any way to have it open in new window?
thanks,
|
|
|
|
|
|
|
|
|
|
|
Re:Regarding Kwick Vertical Sliding Menu J!1.5 7 Months, 2 Weeks ago
|
Karma: 3
|
|
Hello Leena,
Thanks for your sharing,
Lets you know, Denny was updated that module, so you able to setup from module paramaters.
As i know, he was uploaded for Joomla 1.0.x (for Joomla 1.5.x under progress), so please re-download that
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Re:Regarding Kwick Vertical Sliding Menu J!1.5 7 Months, 2 Weeks ago
|
Karma: 22
|
|
Yes, I just updated the module for Joomla 1.0.x and for Joomla 1.5.x, now you can download it from free download area
regards,
dennysp
|
|
|
|
|
|
|
|
|
|
|
Re:Regarding Kwick Vertical Sliding Menu J!1.5 7 Months, 2 Weeks ago
|
|
|
Thanks DannySP,
Really appreciate your help. This is fantastic, and the support is so good.
Just one input I will like to give: I don't know if others have faced this problem. But I have another menu (swmenfree) on left side of certain height. Once I enabled the new Kwickstart menu (updated with new target window)on right side, menu on other side(left) is getting adjusted to this "kwickstart menu" height.
compared last two: mod_kwickverti_slidingmenu.php files
and found code change here on line 40 of new file:
$total_menuitems = $status1 + $status2 + $status3 + $status4 + $status5 + $status6 + $status7 + $status8;
I changed this line back to:
$total_menuitems = 0;
if ($status1 == true AND $status2 == true AND $status3 == true AND $status4 == true AND $status5 == true AND $status6 == true AND $status7 == true AND $status8 == true)
$total_menuitems .= 1;
and things are working fine. Don't know if I did right thing. Pl. advice.
Thanks,
Leena
|
|
|
|
|
|
|
|
|
|
|
Re:Regarding Kwick Vertical Sliding Menu J!1.5 7 Months, 2 Weeks ago
|
Karma: 22
|
Did you check your site in IE7? I made that change for fixing the bug found in IE7.
For your problem, I think because both of them have the same <div id="menu"> so the definition in swMenuFree will read the definition from Kwick Vertical. I have fixed that problem and you can download again from free download area. I hope no error found again
regards,
dennysp
|
|
|
|
|
|
|
|
|