I have tried on two separate sites using different versions of Drupal 7...
I have correctly configured the Content type and also set up BG Image settings here (admin/config/content/background-image/) BUT this is having zero effect on the rendered page.
I have not seen any UI element for configuring a path, so I wonder if something is missing fom the UI, the documentation is out of date, or I am missing something ..?
Can anyone confirm that the current versions (beta 3) works using the UI config options.
Also, I wonder why only one Content Type may be nominated.
Comments
Comment #1
drclaw commentedDo you have one of the accompanying modules (either bg image context or bg image ui) enabled? On it's own the module doesn't add any background images to anything. You either need to implement one of the api functions provided by bg_image OR us one of those modules... The readme files should explain how to get things working, but let me know if you need further help.
You are correct, however, in wondering why only one content type is nominated. I'm thinking about changing that... I'll take a look into it this weekend if I get some time.
Comment #2
barwonhack commentedYes, I have the accompanying modules enabled.
I have configured BG image UI but nothing seem to be happening.
Comment #3
barwonhack commentedClose this - just me not having Context Ui enabled. I'd just expected the module to work from the main config screen. I;d never used Context before.
Okay, sorry and thanks. Great module!
Comment #4
drclaw commentedAwesome. Glad to hear you got it working! Maybe I'll mention something in the readme file about the context ui module... =P
Comment #5
jay.lee.bio commented@smilne23 (#2): FYI, "Background Image UI" produces admin/content/background-images, which you're also supposed to configure: https://www.drupal.org/node/2719979