|
#1

Oct 5, 2012, 10:07 AM
|
|
How do I slow down the menus? When I try to get to a child or grandchild page the menu item appears and disappears too quickly.
|
#2

Oct 6, 2012, 04:09 AM
|
 |
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
What is the url, sub menu's work fine for me
what browser?
have you modified any of the virtual theme files?
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#3

Oct 9, 2012, 08:11 AM
|
|
Not a public URL because on a dev server behind my firewall. Did not make changes to theme files. Again, menus just move to fast so difficult to get to sub-menus (pages).
|
#4

Oct 9, 2012, 10:04 AM
|
 |
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
export your settings and attach them to reply.
I'm seeing no issue with this - is your server/computer just too fast 
what browers?
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#5

Oct 9, 2012, 10:06 AM
|
|
It is not a bug, just a usability issue.
Tested on Chrome, FF, and Safari.
|
#6

Oct 9, 2012, 10:27 AM
|
 |
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
I have no problem with the lenght of time they sit there while I move over them with no problem.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#7

Oct 9, 2012, 10:28 AM
|
|
If i wanted to, is there a way that I can slow the menus down?
|
#8

Oct 9, 2012, 10:50 AM
|
 |
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
look in wp-content/montezuma/javascript.js go to the bottom and You will find
HTML Code:
/*******************************
* SMOOTH MENU
******************************/
$('#menu1 > li').smoothMenu({
zIndex: 10,
duration: 700,
easing: 'easeOutExpo',
dockId: 'menu1-smooth'
});
increase the duration.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
Last edited by juggledad; Dec 27, 2012 at 03:12 PM.
|
#9

Dec 27, 2012, 11:50 AM
|
|
Which javascript.js:
/montezuma/admin/codemirror/javascript.js
or:
/montezuma/admin/default-templates/javascript/javascript.js
|
#10

Dec 27, 2012, 01:31 PM
|
 |
|
|
10,176 posts · Jul 2009
Central New York State USA
|
|
Quote:
Originally Posted by gnosis
Which javascript.js:
/montezuma/admin/codemirror/javascript.js
or:
/montezuma/admin/default-templates/javascript/javascript.js
|
I would just take a look at both and whichever is the one with the mentioned code is the correct one.
__________________
~Larry ( CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
|
#11

Dec 27, 2012, 03:14 PM
|
 |
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
it's in /montezuma/admin/default-templates/javascript/javascript.js
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#12

Dec 28, 2012, 06:29 AM
|
|
Thank you.
|
|