-
AuthorPosts
-
April 29, 2015 at 3:36 am #436463
Hi Gurus
hoping you can help.
Updated to latest WP
All Plugins are switched offFront end errors
1. Header/ menu now at bottom of page
Error messages are list below these numbered pointsBack end
2. Media Gallery (admin) not loading
3. Admin side bar does not scroll downGeneral
Site Backend and front end – incredibly slow to load
4. Can any settings or other be adjusted/ deleted to increase load speed
5. No thumbs for galleries but linked light box images are visiblehttp://courtesan.international/Courtesans/single-line-text/
Always appreciate your assistanceERROR MESSAGES
Notice: register_sidebar was called incorrectly. No id was set in the arguments array for the “Displayed Everywhere” sidebar. Defaulting to “sidebar-1”. Manually set the id to “sidebar-1” to silence this notice and keep existing sidebar content. Please see Debugging in WordPress for more information. (This message was added in version 4.2.0.) in /home/black381/public_html/courtesan.international/wp-includes/functions.php on line 3560
Notice: register_sidebar was called incorrectly. No id was set in the arguments array for the “Sidebar Blog” sidebar. Defaulting to “sidebar-2”. Manually set the id to “sidebar-2” to silence this notice and keep existing sidebar content. Please see Debugging in WordPress for more information. (This message was added in version 4.2.0.) in /home/black381/public_html/courtesan.international/wp-includes/functions.php on line 3560
Notice: register_sidebar was called incorrectly. No id was set in the arguments array for the “Sidebar Pages” sidebar. Defaulting to “sidebar-3”. Manually set the id to “sidebar-3” to silence this notice and keep existing sidebar content. Please see Debugging in WordPress for more information. (This message was added in version 4.2.0.) in /home/black381/public_html/courtesan.international/wp-includes/functions.php on line 3560
Notice: register_sidebar was called incorrectly. No id was set in the arguments array for the “Footer – column1” sidebar. Defaulting to “sidebar-4”. Manually set the id to “sidebar-4” to silence this notice and keep existing sidebar content. Please see Debugging in WordPress for more information. (This message was added in version 4.2.0.) in /home/black381/public_html/courtesan.international/wp-includes/functions.php on line 3560
Notice: register_sidebar was called incorrectly. No id was set in the arguments array for the “Footer – column2” sidebar. Defaulting to “sidebar-5”. Manually set the id to “sidebar-5” to silence this notice and keep existing sidebar content. Please see Debugging in WordPress for more information. (This message was added in version 4.2.0.) in /home/black381/public_html/courtesan.international/wp-includes/functions.php on line 3560
Notice: register_sidebar was called incorrectly. No id was set in the arguments array for the “Footer – column3” sidebar. Defaulting to “sidebar-6”. Manually set the id to “sidebar-6” to silence this notice and keep existing sidebar content. Please see Debugging in WordPress for more information. (This message was added in version 4.2.0.) in /home/black381/public_html/courtesan.international/wp-includes/functions.php on line 3560
Notice: register_sidebar was called incorrectly. No id was set in the arguments array for the “Footer – column4” sidebar. Defaulting to “sidebar-7”. Manually set the id to “sidebar-7” to silence this notice and keep existing sidebar content. Please see Debugging in WordPress for more information. (This message was added in version 4.2.0.) in /home/black381/public_html/courtesan.international/wp-includes/functions.php on line 3560
Notice: register_sidebar was called incorrectly. No id was set in the arguments array for the “Bottom Navigation” sidebar. Defaulting to “sidebar-8”. Manually set the id to “sidebar-8” to silence this notice and keep existing sidebar content. Please see Debugging in WordPress for more information. (This message was added in version 4.2.0.) in /home/black381/public_html/courtesan.international/wp-includes/functions.php on line 3560
Notice: register_sidebar was called incorrectly. No id was set in the arguments array for the “Categories” sidebar. Defaulting to “sidebar-9”. Manually set the id to “sidebar-9” to silence this notice and keep existing sidebar content. Please see Debugging in WordPress for more information. (This message was added in version 4.2.0.) in /home/black381/public_html/courtesan.international/wp-includes/functions.php on line 3560
Notice: register_sidebar was called incorrectly. No id was set in the arguments array for the “Categories 1” sidebar. Defaulting to “sidebar-10”. Manually set the id to “sidebar-10” to silence this notice and keep existing sidebar content. Please see Debugging in WordPress for more information. (This message was added in version 4.2.0.) in /home/black381/public_html/courtesan.international/wp-includes/functions.php on line 3560
Notice: register_sidebar was called incorrectly. No id was set in the arguments array for the “Login” sidebar. Defaulting to “sidebar-11”. Manually set the id to “sidebar-11” to silence this notice and keep existing sidebar content. Please see Debugging in WordPress for more information. (This message was added in version 4.2.0.) in /home/black381/public_html/courtesan.international/wp-includes/functions.php on line 3560
Notice: register_sidebar was called incorrectly. No id was set in the arguments array for the “Search Filters” sidebar. Defaulting to “sidebar-12”. Manually set the id to “sidebar-12” to silence this notice and keep existing sidebar content. Please see Debugging in WordPress for more information. (This message was added in version 4.2.0.) in /home/black381/public_html/courtesan.international/wp-includes/functions.php on line 3560
April 29, 2015 at 6:02 am #436486same here. Any solution?
April 29, 2015 at 2:45 pm #436701Same here!
April 29, 2015 at 2:52 pm #436709Hi!
Please set following in wp-config.php file
define('WP_DEBUG', false);
For more information – https://codex.wordpress.org/Debugging_in_WordPress
Best regards,
YigitApril 29, 2015 at 2:58 pm #436716Peeeeww, works for me :D Thanks a lot!
April 29, 2015 at 3:14 pm #436726Hey!
You are welcome :) We will keep the thread open for the OP. If you have any other questions or issues, please feel free to start a new thread
Regards,
YigitApril 30, 2015 at 12:42 am #437141Easy as 1-2-3
thanksApril 30, 2015 at 12:50 am #437142But
THe majority of thumbs ramin blank in the Media Gallery?
and am about to test on the front end and expect the thumbs will be blank as well (as per previous reports)April 30, 2015 at 2:03 am #437154Please disregard last reply
Have deleted all blanks from Media library and all appears to be operating normally
thanksApril 30, 2015 at 2:46 am #437162So to actually fix the error and not just hide it by turning the debugging feature off, navigate to the register-widget-area.php file (wp-content/themes/enfold/includes/admin/register-widget-area.php) and add this line of code to each sidebar array, starting with the first one at ‘sidebar-1’, the second one at ‘sidebar-2’, and so on.
‘id’ => ‘sidebar-2’,
So for example, before the array looked like:
foreach ($sidebars_to_show as $sidebar)
{
register_sidebar(array(
‘name’ => ‘Displayed Everywhere’,
‘before_widget’ => ‘<section id=”%1$s” class=”widget clearfix %2$s”>’,
‘after_widget’ => ‘<span class=”seperator extralight-border”></span></section>’,
‘before_title’ => ‘<h3 class=”widgettitle”>’,
‘after_title’ => ‘</h3>’,
));
}And now it looks like:
foreach ($sidebars_to_show as $sidebar)
{
register_sidebar(array(
‘id’ => ‘sidebar-1’,
‘name’ => ‘Displayed Everywhere’,
‘before_widget’ => ‘<section id=”%1$s” class=”widget clearfix %2$s”>’,
‘after_widget’ => ‘<span class=”seperator extralight-border”></span></section>’,
‘before_title’ => ‘<h3 class=”widgettitle”>’,
‘after_title’ => ‘</h3>’,
));
}That should take care of almost all the error messages, however I’m still looking for a ‘Social Media Links’ Sidebar somewhere in the code…
April 30, 2015 at 7:36 pm #437734Hey!
Please update Enfold to the latest version 3.1.5 – http://kriesi.at/documentation/enfold/updating-your-theme-files/
Issue was fixed.Best regards,
Yigit -
AuthorPosts
- You must be logged in to reply to this topic.