Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #435122

    wordpress 4.2
    Enfold :: No Updates available. You are running the latest version! (3.1.3)
    themeforest-4519990-enfold-responsive-multipurpose-theme-wordpress_theme.zip

    following errors at the top of the page in wp-admin [private content]

    Notice: register_sidebar was called incorrectly. No id was set in the arguments array for the “Footer – column4” 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.

    it’s effects all sidebars generated by ENFOLD

    I have removed parent theme /ENFOLD/ and replaced with complete fresh install.
    same errors occur.

    changing theme to default TWENTY FORTY and errors go away.

    #435130
    This reply has been marked as private.
    #435153
    This reply has been marked as private.
    #435384

    I have exactly the same problem at http://datastore.tipinoncomuni.it
    Wordpress 4.2, Enfold 3.1.3, WPML 3.1.9.6

    #435555

    Hi!

    Please go to Enfold/includes/admin folder and open register-widget-area.php file and change the content with following one – http://pastebin.com/S1w39teR
    Then go to Enfold/config-bbpress and open config.php file and change the content with following – http://pastebin.com/T2R4ebXv

    Best regards,
    Yigit

    #435658

    Thank you for your fast reply.
    The site is running normally now but the following widget areas are “disappeared” and marked “Inactive sidebar (unused)”:
    – Diplayed elsewhere
    – Sidebar blog
    – Sidebar pages
    Any special instruction to rebuild them?

    #435729

    I’m getting the same type of errors when I have debug set to true.

    Running: enfold 3.1.3
    WordPress: 4.2

    – disregard the ‘xxxxxxx’ in the following…
    – This type of error is occurring on 2 of my WordPress sites that are up-to-date and that I’ve checked. I only use enfold…

    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/xxxxxx/domains/xxxxxxxxx.com/public_html/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/xxxxxx/domains/xxxxxxxxx.com/public_html/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/xxxxxx/domains/xxxxxxxxx.com/public_html/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/xxxxxx/domains/xxxxxxxxx.com/public_html/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/xxxxxx/domains/xxxxxxxxx.com/public_html/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/xxxxxx/domains/xxxxxxxxx.com/public_html/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/xxxxxx/domains/xxxxxxxxx.com/public_html/wp-includes/functions.php on line 3560 Notice: register_sidebar was called incorrectly. No id was set in the arguments array for the “Site Map” 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/xxxxxx/domains/xxxxxxxxx.com/public_html/wp-includes/functions.php on line 3560 Warning: session_start(): Cannot send session cache limiter – headers already sent (output started at /home/ipgcom/domains/initiativespg.com/public_html/wp-includes/functions.php:3560) in /home/xxxxxx/domains/xxxxxxxxx.com/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 32

    #435755

    Hi Yigit

    thanks for the paste bin.
    I now have missing side bar widgets.

    Displayed Everywhere
    Shop Overview Page
    Sidebar Blog
    Sidebar Pages

    I only have..
    Footer 1
    Footer 2
    Footer 3
    Footer 4
    Single Product Pages

    I could recreate the missing widgets – however I was under the assumption these were added by the theme and WooCommerce

    I don’t see how I can recreate “Display Everywhere” using the Create new Sidebar Widget Areas.

    any suggestions

    #435924

    Hello, same problem here. I restored a backup because the whole one-page setting was ruined by updating to Wp 4.2.1. My debug showed the same errors as pasted in “splashmediagroup’s” post. Please release an update for Enfold when fixed. I lost my “Displayed Everywhere”, Sidebar Blog and Sidebar Pages as well.

    Thanks!

    #436647

    Hi!

    You should ignore those errors for now. Adding a sidebar id will reset the widget area settings. You can disable debug mode to hide the errors:

    define('WP_DEBUG', false);
    

    https://codex.wordpress.org/Debugging_in_WordPress

    Best regards,
    Ismael

    #436784

    The errors are the result of the coders of Enfold not understanding basic WordPress practices for registering sidebar widgets, including assigning a unique ID value for each widget area. The Pastebin files were a start at fixing this by assigning IDs to the widget areas. However, the problem with the Pastebin fix is that it used the ID of “sidebar-1”, “sidebar-2”, etc., AGAIN for the footer widget areas. This is why the footer widgets show and not the default sidebars. The footer widget areas are assigned last using the same IDs as the default sidebar areas, so they are the ones that show.

    The fix is to change this line for the footer IDs:

    'id' => 'sidebar-'.$i,

    to

    'id' => 'footer-widget-'.$i,

    However, that is MY fix, and may not be what the Kriesi team decides to do as the final fix. My fix simply allows the footer widgets to have their own ID that is not a duplicate of the default sidebar ids. They will need to do something similar.

    And, yes, turning off debug will hide the errors, so maybe that’s the best way to handle this for now.

    #437151

    Kriesi has fixed this issue in the lastest Enfold release (3.1.4)

    #437721

    Hey!

    Yes, issue was already fixed. Please update Enfold to the latest version 3.1.5 – http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Best regards,
    Yigit

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