I’m testing and for some reaseon i think the css is not performing well on the Twenty Fourteen theme and it wont show the background.
]]>Hello Fish Can’t Whistle
I like the look of your plugin. However I am concerned that WordPress have added a warning to the plugin’s page.
This plugin hasn’t been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Any plans to update the plugin to confirm it is compatible with WordPress4.0?
Thanks very much
]]>It should be very great if the functionality of background-size will be added.
(I’m writing it…)
]]>Is there a way to use a different background for each page language?
]]>I am not able to select or upload any background image on wordpress 3.8.1 running version 0.3 of this plugin.
]]>Getting this error:
Fatal error: require_once(): Failed opening required ‘/home1/lindsbw6/public_html/wp-content/themes/lexon/framework/meta-box/inc/classes/meta-box.php’ (include_path=’.:/usr/php/54/usr/lib64:/usr/php/54/usr/share/pear’) in /home1/lindsbw6/public_html/wp-content/plugins/background-per-page/meta-boxes/meta-box.php on line 38
]]>Hi !
Currently, this plugin allow to specify left, center or right position. Depending on the theme (mine is twenty thirteen) it could be vertically aligned, like to bottom.
Anyway, CSS allow vertical and horizontal alignement. This patch divides the option “position” in two options :
— old/background-per-page.php 2012-05-20 21:04:38.000000000 +0200
+++ new/background-per-page.php 2014-02-06 17:57:29.647706233 +0100
@@ -83,8 +83,20 @@
‘desc’ => ‘How the background image reacts to scrolling.’
),
array(
– ‘name’ => ‘Position’,
– ‘id’ => “{$prefix}position”,
+ ‘name’ => ‘Vertical position’,
+ ‘id’ => “{$prefix}vposition”,
+ ‘type’ => ‘radio’,
+ ‘options’ => array(
+ ‘top’ => ‘Top’,
+ ‘center’ => ‘Center’,
+ ‘bottom’ => ‘Bottom’
+ ),
+ ‘std’ => ‘center’,
+ ‘desc’ => ‘The vertical position of the image on the page.’
+ ),
+ array(
+ ‘name’ => ‘Horizontal position’,
+ ‘id’ => “{$prefix}hposition”,
‘type’ => ‘radio’,
‘options’ => array(
‘left’ => ‘Left’,
@@ -92,7 +104,7 @@
‘right’ => ‘Right’
),
‘std’ => ‘center’,
– ‘desc’ => ‘The position of the image on the page.’
+ ‘desc’ => ‘The horizontal position of the image on the page.’
),
array(
‘name’ => ‘Fade?’,
@@ -192,7 +204,7 @@
$src = $data[‘src’];
$repeat = $data[‘repeat’];
$color = $data[‘color’];
– $position = $data[‘position’];
+ $position = $data[‘vposition’] .’ ‘.$data[‘hposition’];
$attachment = $data[‘attachment’];
$fade = $data[‘fade’];
$fade_height = $data[‘fade_height’];
@@ -374,4 +386,4 @@
}
}
-?>
\ No newline at end of file
+?>
Hello and thanks for this plugin first!
I’m facing a problem that i dont know how to resolve:
on my home page i have all recent posts (as usual),
but the bg is bg of the first post on the top of the home page and so i cannt use the default bg..
could you give any advice?
thanks
]]>Ik used this plugin; set the bgd images per pages as ‘fixed’. Works very well on desk/laptop screen. But not at an iPad. There it is a mess. See https://www.mwfy.nl/wordpress
By the way, what are the best dimensions in pixels for a bgd image? 1440x 900?
Thanks a lot in advance!
Martien Yland
]]>I tried the plug in on separate domains and it seems that this plug-in seems to work on a non-child theme but not on a child theme. Does anyone know why?
]]>Hi,
I installed this plug-in on a Fresh WP-3.7.1, every time the plug-in is activated it breaks the pages editor in the back-end. If I disable the plug in it works fine. I’d really like to us ethis plugin so can you please help me out?
]]>I’m using the 3.7 version of WordPress and simply when I go to the Appearance -> Background link there’s no options to configure (Element, Repeat-x,repeat-y etc.)
]]>Installed plugin but cannot select a background color for the body, html or page content – nothing happens
]]>Hi,
the background may be applied to body, html or page-content. The first two application work fine, however the page content does not change the standard background to the one applied by the plugin. Can anybody help ?
THANKS!
moelangi
How do I use an image that I’ve already uploaded to the library? Instead of uploading the same one twice?
Thanks!
]]>Fatal error: Cannot redeclare class RW_Meta_Box in /home/content/t/i/t/titantree/html/wp-content/themes/gdmusic/cyberchimps/inc/meta-box-class.php on line 108
The website loads just fine. I cannot access any options within the dashboard. I can’t get into editor…nothing. Can’t update wordpress or themes. I have kept a page open that I can see in the dashboard that I didn’t close when all hell broke.
Any help would be great.
Andrew
https://www.ads-software.com/extend/plugins/background-per-page/
]]>Hi I can’t get it to work. I use shopperpress as a theme. I found this on your site:
My backgrounds aren’t showing up. Why?
The theme you are using needs to be calling <?php wp_head(); ?>. Check that it is. ??
where do i check for that? in the header.php file?
and if I dont see, do I put it in there?
thanks,
crystal lynn
https://www.ads-software.com/extend/plugins/background-per-page/
]]>Background color doens’t work.
Background image works, but lacks a full screen option.
https://www.ads-software.com/extend/plugins/background-per-page/
]]>Hi!
This plugin is great! The only thing I would really need extra from it is to have an option to scale the background-img to the browser size! Is there a way to do this? Or are you planning on updating this?
thanks!
https://www.ads-software.com/extend/plugins/background-per-page/
]]>Great plugin thanks. Just a wee suggestion:
It would be great if we could turn off/on the feature “Child pages of a page with a custom background will inherit the parent page background settings.”
This is not always appropriate, and I can’t see a way in the child page to remove the inherited image – unless by loading a new one?
Thanks
https://www.ads-software.com/extend/plugins/background-per-page/
]]>hi there…
just building a new site in 3.4.. would love to use your plugin!
is there anything on the horizon?
https://www.ads-software.com/extend/plugins/background-per-page/
]]>I’m using a child theme of TwentyEleven, with a custom page template called Fullwidth. I’m attempting to use this plugin to remove the content background image and just display a white background in the page content area. I actually can’t get the backgrounds to display with any page template, and changing the Settings>Reading options>Blog Page doesn’t fix that. (I’d actually prefer to set the background for the template, but thought I’d try this plugin since I haven’t been able to figure out how to do that.) Any clues? Thanks!!!
Site: https://bit.ly/X0zSli
WP 3.5.1
https://www.ads-software.com/extend/plugins/background-per-page/
]]>hi,
I really like your plugin but i am using woocommerce as shop and don’t get the option to change background for products.
Can you add this?
Thanks,
Rik
https://www.ads-software.com/extend/plugins/background-per-page/
]]>My image is slightly larger than my current window. And when I minimize my window at all, the image does not shrink with it. Is there a way to make the background image shrink in size with the window/fit to the screen?
https://www.ads-software.com/extend/plugins/background-per-page/
]]>Hi there,
Is there a way of adding a custom background to a category? or custom post-type?
Thanks
https://www.ads-software.com/extend/plugins/background-per-page/
]]>Hi there,
I have been using your plug in as I am building my website. Its fantactic! But it doesnt seem to work with one of my pages. There must be a conflict with my theme or something as the only page that doest work is the blog page.
https://www.stuartjnelson.com/partners/
I cant get a background on this page.
Cheers,
Stuart ??
https://www.ads-software.com/extend/plugins/background-per-page/
]]>I want a fixed size background image but it′s not showing up. With fullsize background it works, but page_content not. Please help!
Thanks
https://www.ads-software.com/extend/plugins/background-per-page/
]]>Something to keep in mind for your next update:
Old: add_custom_background();
New: add_theme_support( 'custom-background' );
Word: https://codex.www.ads-software.com/Custom_Backgrounds
end of line
https://www.ads-software.com/extend/plugins/background-per-page/
]]>Hey,
i was wondering how to get the image in my template… ??
i’ve choosed “.page_content” and now i wanna to “grab” this image in my template to do things… Is there such a function?
(Like the get_the_post_thumbnail)
Best regards,
Nico
https://www.ads-software.com/extend/plugins/background-per-page/
]]>Works great on Chrome and Safari but Firefox doing some weird formatting.
Any ideas?
Thanks.
https://www.ads-software.com/extend/plugins/background-per-page/
]]>