Replies: 0
Hate to be blunt but I just upgraded from 1.0.4 to 1.0.10 on WP 4.6.1 and nothing works. The header image won’t show properly, the radial font on the title doesn’t change, and the anchor tag on the “Read more” link is broken.
Found this:
theme.js?ver=4.6.1:31Uncaught ReferenceError: theme_js_vars is not defined
if ( theme_js_vars.carousel ) {
var autoplay = ( theme_js_vars.autoplay ) ? '' : 'pause';
$( '.carousel' ).carousel( autoplay );
}
Any thoughts?
- This topic was modified 22 seconds ago by jeffporper. Reason: Found js error