- Posts: 6
- Thank you received: 0
Vertical Menu problem
-
leoguzmo
Inactive member -
Topic Author
- New Member
-
Less
More
11 years 4 days ago #38360
by leoguzmo
Vertical Menu problem was created by leoguzmo
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 3 days ago #38367
by ivan.milic
Replied by ivan.milic on topic Vertical Menu problem
You need to make sure there is no new jquery referencing after that line
Please Log in to join the conversation.
-
leoguzmo
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 6
- Thank you received: 0
11 years 3 days ago - 11 years 3 days ago #38382
by leoguzmo
Replied by leoguzmo on topic Vertical Menu problem
try:
1. Adding to the script at line 231.
21. Removing the line 34 and adding the script at line 232.
Attached is a sample template index.php.
Link: part of the head
thanks for the quick response
1. Adding to the script at line 231.
21. Removing the line 34 and adding the script at line 232.
Attached is a sample template index.php.
Link: part of the head
thanks for the quick response
Last edit: 11 years 3 days ago by leoguzmo. Reason: attach file
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 3 days ago #38389
by ivan.milic
Replied by ivan.milic on topic Vertical Menu problem
Better send me link
Please Log in to join the conversation.
-
leoguzmo
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 6
- Thank you received: 0
11 years 3 days ago #38392
by leoguzmo
Replied by leoguzmo on topic Vertical Menu problem
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 3 days ago #38397
by ivan.milic
Replied by ivan.milic on topic Vertical Menu problem
Open:
templates/hot_bokeh/js/jquery.hjt.accmenu.js
this:
(function(jQuery, undefined) {
jQuery.widget("hjt.accmenu", {
replace with:
(function(jQuery, 'UL') {
jQuery.widget("hjt.accmenu", {
templates/hot_bokeh/js/jquery.hjt.accmenu.js
this:
(function(jQuery, undefined) {
jQuery.widget("hjt.accmenu", {
replace with:
(function(jQuery, 'UL') {
jQuery.widget("hjt.accmenu", {
Please Log in to join the conversation.
Time to create page: 0.174 seconds