Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options menu doesnt work (conflict with Minify plugin?)*
troppmann
New
Options menu doesnt expand when highlighted...tried on a couple different themes and it doesnt seem to work consistantly. anyway to 1) disable it or 2) get it working...
screen shot shows the options menu not expanding screen shot...
http://leisureproductions.com/HAC/options.jpg
screen shot shows the options menu not expanding screen shot...
http://leisureproductions.com/HAC/options.jpg
Tagged:
0
Best Answers
-
sahotataran ✭✭✭i had the similar problem with Vanilla2. so i had just disabled the minify plugin and it worked like a charm
There was an error rendering this rich post.
0
Answers
Thanks
Taran
There was an error rendering this rich post.
grep is your friend.
where do you want to look for the error and i will grab it for you...
thanx for your help
in HTML you will have to see if this is as such when you click to open it
< div class="ToggleFlyout OptionsMenu Open">
< div class="MenuTitle">Options< /div>
< ul class="Flyout MenuItems" style="display: block;">
< li> < /li >
< /ul >
< /div>
note class Open is added in first
and < ul class="Flyout MenuItems" style="display: none;" > - for closed options menu
and it is < ul class="Flyout MenuItems" style="display: block;"> for open menu
hope that helps
THanks
There was an error rendering this rich post.
Can you reproduce the problem (maybe on localhost) on a clean install of Vanilla RC2 and the minify plugin? No other enabled plugins preferred and the exact version of the minify plugin (I though there was more than one plugin that minifies)
If you can reproduce, can you fill out a bug report on gitHub please?
and the browsers you tried it on will help too, which browsers conflict, which don't. No sense in fixing something if it ain't broken in a certain browser.
There was an error rendering this rich post.
It is Version 1.0.1b.
I was testing on IE8, IE9, Firefox 6 & 7 and none of the option menus work with that enable, at least with this forum.
Enabled and disabled all plugins to make sure this was the one with the conflict.
Will try and get a log when I have time.
There was an error rendering this rich post.
grep is your friend.