Viewing 3 replies - 1 through 3 (of 3 total)
  • Anonymous User 9782929

    (@anonymized-9782929)

    Your theme has a javascript error which is causing Lively not to function.

    The offending portion of code is:
    /wp-content/themes/blanco/js/script.js – Line 353.

    It should be wrapped in an if statement.

    Thread Starter NnekaGG

    (@nnekagg)

    So I need to put if before the start of the line and it will work?

    Anonymous User 9782929

    (@anonymized-9782929)

    It should read:

    if ($portfolio.length) {
    	jQuery(window).smartresize(function(){
    		$portfolio.isotope({
    			itemSelector: '.portfolio-item'
    		});
    	});
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Chat Plugin does not show up after WordPress 3.9 update’ is closed to new replies.