• Resolved ceh

    (@ceh)


    Hi, i’m getting the following php error with this plugin…

    ( ! ) Notice: remove_custom_background is deprecated since version 3.4! Use remove_theme_support( ‘custom-background’ ) instead. in C:\wamp\www\portfolio_website\wordpress\wp-includes\functions.php on line 2705

    The plugin works but when I switch to the fullscreen option the images do not show (just a white background). Also in the settings when I select an overlay and hit “save changes” the overlay reverts back to “none” and doesn’t work.

    Unfortunately I’m working on a local server so I can’t post a link, but any ideas would be appreciated!

    http://wordpress.org/extend/plugins/background-manager/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Anonymous User 4048828

    (@anonymized-4048828)

    Hi!

    This is due to WP_DEBUG being enabled, it outputs the deprecated notice within the <script> tags (thus rendering it invalid).

    However, version 1.1 has been released today, which does not use any deprecated functions.

    Thread Starter ceh

    (@ceh)

    Hi Myatu,

    Thanks for the reply. I have updated to 1.1 and also disable WP_DEBUG but am still exerperiencing the same problems (fullscreen and overlays not working). I have a live site now if you wouldn’t mind taking a look. Fullscreen is currently turned on.

    http://chasehearn.com/

    Anonymous User 4048828

    (@anonymized-4048828)

    I just had a look. There’s something that keeps your page from rendering completely – it stops at:

    </div>
    <!--end Main-->

    if you re-enable WP_DEBUG, it should show what the exact error is (a deprecated notices should not be a “fatal” error in WordPress/PHP, so would be something else).

    Thread Starter ceh

    (@ceh)

    Thanks! That helped me figure it out. I had somehow deleted part of the footer and that was causing the error. It’s running smooth now. Great plug-in!

    http://chasehearn.com/

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: Background Manager] Fullscreen and Overlays not working’ is closed to new replies.