Hello, thanks for the great plugin!
I am working on the responsive part of a website.
For the background images I use the background-size: cover method but unfortunately it’s not working on Android phone. (I used all available prefixes: webkit, moz, o, etc.)
Could you please help me find a solution. With other background sliders
this problem never occurs..
Thanks in advance!
https://www.ads-software.com/plugins/custom-background-extended/
]]>The meta box does appear when working on a post or page.
However, when updating the post/page with the background settings, it doesn’t save the information.
When it says “Updated succesfully”, the Custom Background Extended metabox is empty as if nothing was set.
https://www.ads-software.com/plugins/custom-background-extended/
]]>Put this in your style.css to make image stretch in the browser window.
body {
background: #f2f2f2; /* Fallback for when there is no custom background color defined. */
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
https://www.ads-software.com/plugins/custom-background-extended/
]]>I’ve added your custom background plugin to a site that I’m working on.
https://fae.beckerstudio.com/services/business-and-corporate
I want to have the background affect an internal div, like the content area only. Is there a way to have your plugin add the background to a different div instead of just the body?
Thanks, Chris
https://www.ads-software.com/plugins/custom-background-extended/
]]>Hi Justin:
First off I love your plugin, it’s exactly what we needed for our web build! I do have a question/request – is there any way to add a transparent black overlay to darken the image?
Thank you,
Fiona
https://www.ads-software.com/plugins/custom-background-extended/
]]>Hi
I wanted to target a div instead of <body> with the background images. I changed line 329 in class-custom-backgrounds-filter.php from
echo "\n" . '<style type="text/css" id="custom-background-css">body.custom-background{ ' . trim( $style ) . ' }</style>' . "\n";
to
echo "\n" . '<style type="text/css" id="custom-background-css">div#sitecontainer.custom-background{ ' . trim( $style ) . ' }</style>' . "\n";
but the css is still being applied to the <body>
Any thoughts on how to make it work?
Thanks!
https://www.ads-software.com/plugins/custom-background-extended/
]]>Hi!
First, thanks Justin for this plugin – it’s perfect for what I’m looking for!
Just one question – I’m using retina.js to serve retina images to HiDPI devices, so I have two of each image – standard.png and [email protected]. Everything seems to be captured by it, but I had to add some code to get the CSS ones to work:
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
// classes go here
}
Is there a way of adapting the plugin to use that code to load the same image name with the same attributes (e.g. top, vertical, etc), but just add @2x onto the end of the image name? I had a look, but I’m not very familiar with plugins and couldn’t work it out.
EDIT: Also, just realised the width and height would need to be half the retina image size (and thus the same as the original image size)…
Many thanks!
https://www.ads-software.com/plugins/custom-background-extended/
]]>Plugin is working at all on 3.8, but when is enabled bbPress plugin stop working and error appeared
Notice: bbp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init(). Please see Debugging in WordPress for more information. (This message was added in version 2.3.) in /var/www/tests/wpcebp3x/wp-includes/functions.php on line 3049
When I disable the plugin, bbPress is working as expect
https://www.ads-software.com/plugins/custom-background-extended/
]]>apparently the 2014 theme does not support the custom background feature …
is this correct?
Thanks in advance for a reply
https://www.ads-software.com/plugins/custom-background-extended/
]]>thanks for the plugin more so as developers of similar ones are no longer supporting them
thereby making them not suitable for newer wp versions
meanwhile is there any way I can use the plugin to effect background of home page cos you only provide check box on posts
cheers
https://www.ads-software.com/plugins/custom-background-extended/
]]>Hi justin
Installed in 3.6.1 and also in dev version of 3.7 beta 1, but it not showed me metabox as per in screenshot provided by you. also checked in screen option for that.
Any idea or suggestion how to get it.
Thanks and Regards
Shrikant Bhavsar.
https://www.ads-software.com/plugins/custom-background-extended/
]]>