sorry for bringing a dead thread back to life, but after an extensive search this is all I could come up with even before posting there was a message as follows:
Warning: this topic has not been posted in for at least 45 days.
Unless you’re sure you want to reply, please consider starting a new topic.
but I am going to risk it:
has anyone come up with a solution for this, because since I have only ever used the jquery version, I can’t get it took work without a serious conflict with ajax search where essentially ajax functionality is dropped on effected pages.
I am on the latest version of evo with the latest version of ajaxsearch for evolution.
the information from the dev may be a bit outdated for my situation and I am worried about inserting code for a version newer to the one he refers to.
I have tried several solutions even using a no conflict call within the javasript, but since I am at lost with javascript, I can’t effectively apply it.
on ie6 the lighbox script actually causes the ajax output window to appear (only a few pixels) blurring out (due to opacity settings) links which appear beneath the searchbox itself. on all other browsers, it simply doesn’t open the output window at all and redirects to the search landing page.
the version of lightbox I am using, (the best in my opinion I and I have used the top three.) is 0.5 from Vieira Pinho at leandrovieira.com is there something I could add to the call which could help? I have also tried to use multiBox since it also uses mootools, but can’t get it going, even though I’ve used it a bit in static sites, that is something else entirely and has me scratching my head as well.
<script type="text/javascript">
$(function() {
$('a[@rel*=lightbox]').lightBox();
});
</script>