This topic has 33 replies, 2 voices, and was last updated 9 years by Radu.

  • Author
  • #120235
     clyn
    Participant

    Hi,

    I was working on help page and everything was ok. Suddenly its start to slow my admin panel also user side. When deactive all pluging nothing change still slow – actually open homepage 3-4 minutes- . After i deactice childtheme and activated twenty theme site again fast with all activated pluging…

    What could be the problem? I did add new pluging or update anything… Suddenly start problem

    #120238
     clyn
    Participant
    Not marked as solution
    #120243
     clyn
    Participant
    Not marked as solution
    #120253
     clyn
    Participant
    Not marked as solution
    #120267
     clyn
    Participant
    Not marked as solution
    #120354
     Radu
    Moderator
    Not marked as solution
    #120377
     clyn
    Participant
    Not marked as solution
    #120378
     Radu
    Moderator
    Not marked as solution
    #120383
     clyn
    Participant
    Not marked as solution
    #120453
     clyn
    Participant
    Not marked as solution
    #120459
     clyn
    Participant
    Not marked as solution
    #120550
     Radu
    Moderator
    Not marked as solution
    #120574
     clyn
    Participant
    Not marked as solution
    #120731
     Radu
    Moderator
    Not marked as solution
    #120791
     clyn
    Participant
    Not marked as solution
    #120792
     Radu
    Moderator
    Not marked as solution
    #120884
     clyn
    Participant
    Not marked as solution
    #120977
     Radu
    Moderator
    Not marked as solution
    #120981
     clyn
    Participant
    Not marked as solution
    #121000
     Radu
    Moderator
    Not marked as solution
    #121005
     clyn
    Participant
    Not marked as solution
    #121156
     Radu
    Moderator
    Not marked as solution
    #129021
     clyn
    Participant
    Not marked as solution
    #129053
     Radu
    Moderator
    Not marked as solution
    #129064
     clyn
    Participant
    Not marked as solution
    #129074
     Radu
    Moderator
    Not marked as solution
    #129088
     clyn
    Participant
    Not marked as solution
    #129091
     Radu
    Moderator
    Not marked as solution
    #129092
     clyn
    Participant
    Not marked as solution
    #129105
     Radu
    Moderator
    Ok i see, Try to replace this function kleo_add_custom_nav_fields form /wp-content/themes/kleo/lib/menu-custom.php around line 47 with this
    	function kleo_add_custom_nav_fields( $menu_item ) {
    		
    		if(isset($menu_item->ID)) {
    			
    			$menu_item->mega = get_post_meta($menu_item->ID, '_menu_item_mega', true);
    			$menu_item->icon = get_post_meta($menu_item->ID, '_menu_item_icon', true);
    			$menu_item->iconpos = get_post_meta($menu_item->ID, '_menu_item_iconpos', true);
    			$menu_item->istyle = get_post_meta($menu_item->ID, '_menu_item_istyle', true);
    		}
    		
    		return $menu_item;
    
    	}
    
    But on theme update this will be overwrite this file cannot be rewritten in child. Cheers R.
    #129119
     clyn
    Participant
    Not marked as solution
    #129128
     Radu
    Moderator
    Not marked as solution
    #129137
     clyn
    Participant
    Not marked as solution
    #129190
     Radu
    Moderator
    Not marked as solution
Viewing 34 posts - 1 through 34 (of 34 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?