Home Forums Bee WordPress Theme Safari Issues – Javascript error: Error: SyntaxError: DOM Exception 12

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #10330
    robotben
    Participant
    Purchased
    Expired

    Having trouble with pages in Safari 9.1 – page is ok in Chrome and Firefox
    Seems related to “picture box” modules.

    These pages:
    http://www.artwisestudio.com/classes/
    http://www.artwisestudio.com/who-we-are/

    Give Javascript error:

    Exception with thrown value: Error: SyntaxError: DOM Exception 12

    I think the line of code stopping it is line 375 in jquery.js file

    thank you

    #10332
    SeaTheme
    Keymaster
    Purchased
    Expired

    I tested on the site on Mac Safari 9.1. I didn’t see the Javascript error.

    The fadein function doesn’t work. Please try to fix it:
    1. remove line 518-532 of /js/custom.theme.js:

    jQuery('#header_wrap').animate({opacity: 1}, 800, function(){
    	
    		jQuery('#main').imagesLoaded(function(){
    			jQuery('#main').animate({opacity: 1}, 800);
    		});
    		
    		if(jQuery('#sidebar').length){
    			jQuery('#sidebar').imagesLoaded(function(){
    				jQuery('#sidebar').animate({opacity: 1}, 800);
    			});
    		}
    	
    		jQuery('#footer_wrap').animate({opacity: 1}, 800);
    		
    	});

    2. Please login wp-admin, go to Bee / General Settings / Custom Css
    Paste the style code to Custom Css:
    #header_wrap, #footer_wrap, #main, #sidebar {opacity: 1;}

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.