• Resolved outger

    (@outger)


    Hello Background Manager Crew,

    The Background Manager plugin is not showing up in my theme, I hope you can help me out. These are the steps I took.

    1. I downloaded your plugin in my own theme.
    2. Activated the plugin.
    3. I added 8 pictures in an image-set and saved it.
    4. In Settings page I activated the Background Image Set and set the background layout size to fullscreen. I also added a yellow background color.
    5. At this point I thought the plugin would work. Nothing in the background changed.

    As I said at the start I work from a selfcreated theme. I have no trouble with other plugins. The website is running on a localhost (XAMPP).

    I did the Debug, here is the output:

    Generated On:

    Sat, 26 May 2012 11:51:36 GMT

    Background Manager Version:

    1.0.25

    PHP Version:

    5.3.5

    Memory Usage:

    22.28 MB Peak, 22.19 MB Current, 256 MB Max

    Available PHP Extensions:

    Core, bcmath, calendar, com_dotnet, ctype, date, ereg, filter, ftp, hash, iconv, json, mcrypt, SPL, odbc, pcre, Reflection, session, standard, mysqlnd, tokenizer, zip, zlib, libxml, dom, PDO, bz2, SimpleXML, wddx, xml, xmlreader, xmlwriter, apache2handler, Phar, mbstring, exif, gd, gettext, imap, mysql, mysqli, pdo_mysql, PDO_ODBC, pdo_sqlite, soap, sockets, SQLite, sqlite3, xmlrpc, ming, mhash

    Pf4wp Version:

    1.0.5

    Pf4wp APC Enabled:

    No

    WordPress Version:

    3.3.2

    WordPress Debug Mode:

    No

    Active WordPress Theme:

    Outger Les IV2

    Active WordPress Plugins:

    ‘Background Manager’ by Mike Green (Myatu)

    Browser:

    Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)

    Server:

    Apache/2.2.17 (Win32) mod_ssl/2.2.17 OpenSSL/0.9.8o PHP/5.3.4 mod_perl/2.0.4 Perl/v5.10.1

    Server OS:

    Windows NT OUTGER-PC 6.1 build 7600 (Unknow Windows version Home Premium Edition) i586

    Database Version:

    5.5.8

    Hope you can help me out!

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

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

    (@anonymized-4048828)

    Hi!

    Sorry to hear that! In the theme, do you have wp_footer(); in your footer.php (or similar) file? Background Manager needs that function present in the footer.

    Thread Starter outger

    (@outger)

    Tnx for your reply Myatu. I figured out the solution.

    1. I placed add_custom_background(); in the functions.php. (Background Mananger worked but didn’t show fullscreen mode)

    2. I placed this code before the </head> in header.php
    <?php

    if ( is_singular() && get_option( ‘thread_comments’ ) )
    wp_enqueue_script( ‘comment-reply’ );

    wp_head();
    ?>

    3. In the file footer.php before the </body> I placed this code.

    <?php

    wp_footer();
    ?>

    Background Manager is fully operational. 🙂

    Anonymous User 4048828

    (@anonymized-4048828)

    Brilliant! Glad you got it working!

    Then I will have a look into why this was required, so it won’t happen again 😉

    Thanks!

    Having this same problem with my theme.
    I had wp_footer(); in my footer.php

    Adding add_custom_background(); in the functions.php didn’t change anything

    I tried adding `<?php

    if ( is_singular() && get_option( ‘thread_comments’ ) )
    wp_enqueue_script( ‘comment-reply’ );

    wp_head();
    ?>

    3. In the file footer.php before the </body> I placed this code.

    <?php

    wp_footer();
    ?>`in the header.php but it broke my site (didn’t load at all)

    I’m running the Templgate Theme located here: http://ablemagazine.co.uk/

    I got that code added to my header.php (it was a conflict with one of my plugins).

    Still didn’t fix the problem I was having though.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: Background Manager] Background manager not showing’ is closed to new replies.