phillymantis
Forum Replies Created
-
Forum: Hacks
In reply to: How to pass current post id…into function for filterthe global approach WORKED
i was just a dumb ass and used it outside the function instead of within
this is definitely looking like an issue in your osx.js file
the click event is not reinitializing on the return of the page
most likelysome guy i found on the net was facing a similar problem with his use of simplemodal that osunds alot like your problem…maybe you can understand what hes saying
so I tested out the page more carefully. I noticed when I do click “Help”, it does seem to go to the server–implying some sort of partial postback. I substituted the asp control with just html and wired the code to the html. Now it works fine. So you were absolutely right–the problem is it is reloading the control and the JQuery is only binding the event to the original instance because it is called on a full page load.
Ron
tried it on my localhost
and was able to narrow it down…it is definitely a buddypress compatibility issue 🙁
is there any way to fix this?
hey Philipp i believe the developer is adding my fucntionality to the core
and will release an update to his plugin…so no need
Forum: Fixing WordPress
In reply to: WordPress 3.4 – paging problemim having a similar problem
i had custom loops used the $paged method for pagination
soon as i upgraded….they all broke
Nevermind…got it working…even built a field adder for attachments
and other little goodies