• I am using wordpress 3.5 with passion theme by united themes.It was working fine a few days back when today I saw my home template page from the dashboard side is not responding to any mouse click, no tabs working, and the navigation bar which is ideally supposed to be at the top now comes at the bottom. I tried deactivating some plugins to see if that helps but to no use. please help me.
    here is the link to a screenshot….
    https://www.diigo.com/item/image/3o9xx/bcnt

Viewing 1 replies (of 1 total)
  • Thread Starter Er_Ankur

    (@er_ankur)

    Also my console show some colorpicker error
    Object [object Object] has no method ‘ColorPicker’
    here is the segment of code—-

    <div id="default_backgroundcolor" class="s_box">
    			<script type="text/javascript">
    
    				jQuery(document).ready(function($) {
    				  $('#solid_backgroundcolor').ColorPicker({
    Uncaught TypeError: Object [object Object] has no method 'ColorPicker'
    					onSubmit: function(hsb, hex, rgb) {
    						$('#solid_backgroundcolor').val('#'+hex);
    					},
    					onBeforeShow: function () {
    						$(this).ColorPickerSetColor(this.value);
    						return false;
    					},
    					onChange: function (hsb, hex, rgb) {
    						$('#solid_backgroundcolor').val('#'+hex);
    						$('#cp_solid_backgroundcolor div').css({'backgroundColor':'#'+hex, 'borderColor':'#'+hex});
    						$('#cp_solid_backgroundcolor').prev('input').attr('value', '#'+hex);
    					}
    				  })
    				  .bind('keyup', function(){
    					$(this).ColorPickerSetColor(this.value);
    				  });
    				});
    
    			</script>

Viewing 1 replies (of 1 total)
  • The topic ‘Home Template editor not responding’ is closed to new replies.