Hi firstarsbrnwhite,
Sorry you’ve had a little wait here but we do work a queue system so that everyone is seen in order so that no-one is left for too long.
Regarding the error you are getting there, where are you seeing this?
I just visited the pages you posted and neither of them show me any errors.
As you are using what is I am guessing a JavaScript image gallery on the page I am guessing this is in reference to that perhaps?
It certainly doesn’t sound like an actual problem with ExpressionEngine to me though.
I can see from looking at the source code for each of those links that there is some code in there which looks like it doesn’t belong. Items such as :
{{if FALSE > 1}}
<div class="rg-image-nav">
<a href="#" class="rg-image-nav-prev">Previous Image</a>
<a href="#" class="rg-image-nav-next">Next Image</a>
</div>
{{/if}}
There are IF’s and other code in the source which definitely shouldn’t be there. They are present in both the non-working and the working page so I’d say that you will probably need to go back and take another look at everything to ensure nothing has been missed here.
That, or build up the page piece by piece making sure that everything is working as you go and find out where things go wrong in that way instead.
Thanks,
Mark