thanks for your response
yep – that removed the issue. wonder why that shows up only above a slideshow. I dont get that error any other time…only with the combination of the two plugins. I’d rather not publicly post the site. I can pm it to you if thats possible if you would like to look into it further.
sorry it took me so long to respond – I’ve been traveling without consistent internet access
sorry, I was able to answer my own question.
for those interested, change the line:
wp_redirect(site_url()); exit;
to
wp_redirect(site_url(‘other page address’)); exit;