Facing issue on wordpress 3.4.2.
I have a working server and a failing one….
In my template I have:
<?php if (is_home()) : ?>
<?php echo do_shortcode(‘[satellite gallery=1]’); ?>
<?php endif; ?>
In settings, Shortcode Requirement is set to Off.
I see error:
Uncaught TypeError: Object [object Object] has no method ‘orbit’
and I do not see js/css orbit files downloaded in my browser.