-
Author
-
May 4, 2016 at 15:00 #120235
clyn
ParticipantHi,
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
July 13, 2016 at 18:25 #129105Radu
ModeratorOk 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 thisfunction 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. -
AuthorPosts
Viewing 34 posts - 1 through 34 (of 34 total)
The forum ‘General questions’ is closed to new topics and replies.