I use the colorbox to view thumbnails pics and then close them. After this when I click on the slide down top draw it slides down but then right back up. If I reload the page or navigate to another page the slide down top draw will work.
I use the colorbox to view thumbnails pics and then close them. After this when I click on the slide down top draw it slides down but then right back up. If I reload the page or navigate to another page the slide down top draw will work.
Comments
Comment #1
djackson13 commentedI'm also having problems with the search form block in the header. It is only showing up for the administrator even though I've set the roles to let everyone view it.
Comment #2
Jeff Burnz commentedNot sure about the permissions on the search form (not a theme related issues, maybe a block visibility issue or permissions).
Regarding the slide draw, what browser are you using, or does it not matter?
Comment #3
djackson13 commentedI've had this problem in firefox 10, chrome 17, and safari 5. I haven't checked any other browsers. You can check it out for yourself at http://hereaboutspokane.com
like I said the top draw slide down won't stay down if I've previously used the colorbox on that same page load.
Comment #4
Jeff Burnz commentedI see, not sure if the issue is with the theme or Colorbox js, clearly there is some issue there with slideUp() and slideDown(), I'll put some time towards it.
Comment #5
RusRabbit commentedRecently got the same problem. Still don't know what's happening, but here's the solution:
draw.js
Comment #6
RusRabbit commentedComment #7
Jeff Burnz commentedWorks good for me, I think I'll speed this up a bit and use 400 instead of slow (600). Fast (200) seems a bit fast, but slow is really slowww.
Needs backport to 2.x
Comment #8
RusRabbit commentedOops. just one correction:
instead of
$('#toggle-wrapper a').bind('click', function() {use
$('#toggle-wrapper a').bind('click', function(event) {Comment #10
duit commentedThanks RusRabbit:-)