Maxaud
Forum Replies Created
-
Forum: Plugins
In reply to: [Expandable Menus] How can we load with auto-fold ON ?I’ll consider this for the next version, wouldn’t be too hard to put a button on the page that says minimize all, sets a cookie and reloads the page.
Forum: Reviews
In reply to: [Expandable Menus] Works great now! :)There is a new version being released today.
Please change this review if this is working for you.Forum: Plugins
In reply to: [Expandable Menus] Doesn't work..?Marking as resolved as this cannot be reproduced and a new version is released today.
Forum: Plugins
In reply to: [Expandable Menus] How can we load with auto-fold ON ?A new version will be released today that will save the folded menus in a browser cookie. On page load it will minimize the menus you have saved in that cookie.
Forum: Plugins
In reply to: [Expandable Menus] Doesn't work with my installation.Marking as resolved as this cannot be reproduced and a new version is released today.
Forum: Plugins
In reply to: [Expandable Menus] Doesn't work with my installation.I want to make sure that you double click a menu and it doesn’t minimize the children of that menu? I just downloaded and tested on 3.5.1 and it’s working.
Forum: Reviews
In reply to: [Expandable Menus] Works great now! :)I want to make sure that you double click a menu and it doesn’t minimize the children of that menu?
I just downloaded and tested on 3.5.1 without issue.
Forum: Reviews
In reply to: [Expandable Menus] Works great now! :)I’d be happy to pinpoint the problem.
Any javascript errors?
Does it work if you deactivate all other plugins?Forum: Plugins
In reply to: [Expandable Menus] How can we load with auto-fold ON ?Hmm, not sure.
Plugin needs to be rewritten to better support this.You may be able to do the following but it’s untested.
on line 122 of the plugin file you could probably add the following to automatically trigger the collapse on page load:
jQuery("#menu-to-edit .item-edit").trigger( "dblclick" );this would be right after this line:
jQuery("#menu-to-edit li").on( "dblclick", the_expand_function );The above would collapse all elements.
Forum: Plugins
In reply to: [Expandable Menus] Doesn't work with my installation.Have any javascript errors?
Can you test with other plugins not active?
Thanks!Thanks! Much appreciated.
I may be interested.
Wouldn’t be able to start helping until March.Forum: Plugins
In reply to: [Expandable Menus] Doesn't work..?hmm, I’ll have to look into it.
What version of WordPress are you using?
have you tried double-clicking the menus to minimize them?
Cool, thanks! Cant ask for more than that.
It’s currently second in line. Any word on when it may be integrated?