leighalison
Member
Posted 1 year ago #
I've installed the Background Manager plugin on a site I've begun to work on (www.dakotakavanagh.com/wordpress) and it doesn't work when I select the Full Screen Size option. It does, however, work when I choose the "Normal" option. I can't seem to figure out what's going wrong. I've tried resizing the image file and reinstalling the plugin but neither have worked.
Thanks in advance for your help!
http://wordpress.org/extend/plugins/background-manager/
Hi!
Could you clarify what specifically is not working? Is there no background image showing at all when you've selected 'full screen'? I see the website is currently using the 'normal' size option.
leighalison
Member
Posted 1 year ago #
Sorry, yes the background isn't showing up at all when "Full Screen" is selected. I've switched it back to Full Screen so you can see what I mean.
Thanks!
It seems your theme is unable to complete rendering. It finishes with </div><!-- #END content --> instead of the usual </html>.
To help debug the issue, you can enable WordPress' WP_DEBUG in the wp_config.php file:
define('WP_DEBUG', true);
This will give you any PHP warnings and fatal errors (where I think the problem is).