Recent Topics

1 Oct 30, 2011 01:48    

My b2evolution Version: 4.1.1

Can someone help me here:

http://operationsomething.com/index.php/home/

The image of the mountain should open up in a PrettyPhoto box and yet, there's nothing there - what gives? Please help - this is driving me crazy!

2 Nov 04, 2011 03:00

Replace your javascript with this

$(document).ready(function(){
	$("a[rel^='prettyPhoto']").prettyPhoto({
			// Only add stuff that you really need :-)
		});
});

3 Nov 04, 2011 19:27

Excellent!!! Thanks so much - you are a miracle worker!

Let me ask you another question: if I just leave the java in the header with no variables, can I then put java in each post with variables and have it override the header?

4 Nov 04, 2011 20:29

I don't think so. Just add the vars that you really need to change, also don't use \ at line breaks as you did before.


Form is loading...