- Posts: 18
- Thank you received: 16
Dropdown Menu not work in Kunena 1.7.2
13 years 1 month ago #727
by Raiwin C.
Dropdown Menu not work in Kunena 1.7.2 was created by Raiwin C.
The main menu dropdown fuction not work when come to Kunena forum page.
The main menu dropdown fuction not work in every webpage when enable "System - Mootools Upgrade" plugin.
Sorry for my english. Thank for advance.
The main menu dropdown fuction not work in every webpage when enable "System - Mootools Upgrade" plugin.
Sorry for my english. Thank for advance.
The following user(s) said Thank You: makcim makcimov
Please Log in or Create an account to join the conversation.
- Linh Robert
-
- Offline
- Banned
-
Less
More
- Posts: 908
- Thank you received: 568
13 years 1 month ago #731
by Linh Robert
Hi, when you choose System - Mootools Upgrade enable, the dropdown in the template for Joomla version 1.5 will not work. So you can replace the drop-down js file in the template Joomla 1.5 with the drop-down js file in the template Joomla 1.7.
Template for Joomla 1.7 will be found in the same package which you downloaded.
With OT boutiquebox, we provide dropdownMenu11.js and dropdownMenu12.js in template for Joomla 1.5. So if you using mootools upgrade, please use dropdownMenu12.js instead of dropdownMenu11.js.
Thanks
If you need to send us FTP access / host access, administrator access or any private information:
services(at)omegatheme(dot)com or drop a ticket www.omegatheme.com/member/
Replied by Linh Robert on topic Re: Dropdown Menu not work in Kunena 1.7.2
herican wrote: The main menu dropdown fuction not work when come to Kunena forum page.
The main menu dropdown fuction not work in every webpage when enable "System - Mootools Upgrade" plugin.
Sorry for my english. Thank for advance.
Hi, when you choose System - Mootools Upgrade enable, the dropdown in the template for Joomla version 1.5 will not work. So you can replace the drop-down js file in the template Joomla 1.5 with the drop-down js file in the template Joomla 1.7.
Template for Joomla 1.7 will be found in the same package which you downloaded.
With OT boutiquebox, we provide dropdownMenu11.js and dropdownMenu12.js in template for Joomla 1.5. So if you using mootools upgrade, please use dropdownMenu12.js instead of dropdownMenu11.js.
Thanks
If you need to send us FTP access / host access, administrator access or any private information:
services(at)omegatheme(dot)com or drop a ticket www.omegatheme.com/member/
The following user(s) said Thank You: makcim makcimov
Please Log in or Create an account to join the conversation.
- Linh Robert
-
- Offline
- Banned
-
Less
More
- Posts: 908
- Thank you received: 568
13 years 1 month ago #732
by Linh Robert
If you need to send us FTP access / host access, administrator access or any private information:
services(at)omegatheme(dot)com or drop a ticket www.omegatheme.com/member/
Replied by Linh Robert on topic Re: Dropdown Menu not work in Kunena 1.7.2
In /templates/ot_boutiquebox/lib/layout/tpl.function.php, about line 266, find this code:
try change to:
Code:
if (JPluginHelper::isEnabled( 'system', 'mtupgrade')){
//$this->addScript($template_url.'/js/dropdownMenu12.js');
echo '';
}else{
$this->addScript($template_url.'/scripts/dropdownMenu11.js');
}
try change to:
Code:
if (JPluginHelper::isEnabled( 'system', 'mtupgrade')){
$this->addScript($template_url.'/js/dropdownMenu12.js');
}else{
$this->addScript($template_url.'/scripts/dropdownMenu11.js');
}
If you need to send us FTP access / host access, administrator access or any private information:
services(at)omegatheme(dot)com or drop a ticket www.omegatheme.com/member/
The following user(s) said Thank You: makcim makcimov
Please Log in or Create an account to join the conversation.
13 years 1 month ago - 13 years 1 month ago #735
by Raiwin C.
Replied by Raiwin C. on topic Re: Dropdown Menu not work in Kunena 1.7.2
The line
maybe
I try to use dropdownMenu12.js and menudropdown.js (come with template for Joomla 1.7) but dropdown menu still not working when enable "System - Mootools Upgrade" plugin.
Code:
$this->addScript($template_url.'/js/dropdownMenu12.js');
Code:
$this->addScript($template_url.'/scripts/dropdownMenu12.js');
I try to use dropdownMenu12.js and menudropdown.js (come with template for Joomla 1.7) but dropdown menu still not working when enable "System - Mootools Upgrade" plugin.
Last edit: 13 years 1 month ago by Raiwin C..
The following user(s) said Thank You: makcim makcimov
Please Log in or Create an account to join the conversation.
- Linh Robert
-
- Offline
- Banned
-
Less
More
- Posts: 908
- Thank you received: 568
13 years 1 month ago #736
by Linh Robert
If you need to send us FTP access / host access, administrator access or any private information:
services(at)omegatheme(dot)com or drop a ticket www.omegatheme.com/member/
Replied by Linh Robert on topic Re: Dropdown Menu not work in Kunena 1.7.2
If you need to send us FTP access / host access, administrator access or any private information:
services(at)omegatheme(dot)com or drop a ticket www.omegatheme.com/member/
The following user(s) said Thank You: makcim makcimov
Please Log in or Create an account to join the conversation.
13 years 1 month ago #737
by Raiwin C.
I already try do as that post.
Replied by Raiwin C. on topic Re: Dropdown Menu not work in Kunena 1.7.2
linh_omg wrote: Hi,
did you try do as this post?
www.omegatheme.com/ot-boutique-box/dropd...unena-1.7.2.html#732
I already try do as that post.
The following user(s) said Thank You: makcim makcimov
Please Log in or Create an account to join the conversation.
Time to create page: 0.202 seconds