The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
1answer
29 views

How to get attachment id of background image?

I'm looking for a way to get the ID of the background_image when I am using custom headers? I tired using url_to_postid like this: $url = get_header_image() $postid = url_to_postid( $url ); and ...
0
votes
2answers
52 views

I can't change the body background-color through style.css

Using a child of Twenty Twelve, I've been adding color to all the major containers (#main, #content, #secondary, etc.) using #arbitrary-id { background-color: #dedede; } This works for everything ...
2
votes
1answer
106 views

Change background color with a dominant from picture

Im looking for a smart way to change the background color for a page, but taking the #xxxxxx value from the dominant color of the headline picture. In twenty eleven theme, I can set a random image ...
0
votes
1answer
22 views

Post interior margin in twenty eleven theme

I'm trying to customize the aspect of a single format post, in my case is "Link". I've added a different color background so they look different, editing the CSS as this: .format-link .entry-content ...
0
votes
2answers
166 views

Display background color or image with custom meta box?

With custom meta boxes, how would I go about displaying the background image (or color if no image is linked) within the page. Code for the page where I want data to displayed. I want to apply the ...
0
votes
0answers
50 views

How to set the position of the default custom-background?

i'm creating a theme with the possibility for a custom-background. i have set a default background and color with: $args = array('default-color' => '000000', 'default-image' => THEMEPATH . ...
0
votes
1answer
43 views

default custom background image not saved in database when creating a new site

I am a theme author and the theme I made is used in a multisite environment. I have added the custom_background feature to this theme, with a default image and everything works as expected : the user ...
0
votes
1answer
51 views

How to remove custom background?

I'm using WordPress 3.5.1 and twentyten. I want to remove the support for custom background. I found this text: http://codex.wordpress.org/Function_Reference/remove_custom_background but i'm a ...
0
votes
1answer
26 views

Custom Background: Can't Set Color Default

I'm using the standard WP Custom Backgrounds feature, however, the color is defaulting to #166b4c and I'm unsure why. #166b4c does not appear in my stylesheet. Below is my code. ...
4
votes
1answer
132 views

How WP_Customize_Background_Image_Control is supposed to work?

I'm trying to add a second background image function to my theme customizer with this code. // HTML Background Image $wp_customize->add_setting( 'html_background_image', array( ...
0
votes
1answer
145 views

How to insert a clickable and fixed background [duplicate]

Possible Duplicate: How to fix clickable background with Wordpress theme and CSS I have a problem using a clickable adverting skin as background of my website. My site is this: ...
0
votes
1answer
84 views

Post to inherit custom category background image from parent

I have a custom field on a category where you can add an image. I have it as a background image to show on the category's archive page, like so: archives.php <body style="background:url('<?php ...
0
votes
1answer
117 views

Rotating background images with admin options

I recently saw an admin panel that had options to set background images for a page. The option was found on from clicking pages and then a "main page". Under the description was a form that allowed ...
0
votes
2answers
154 views

Custom header tiling?

I've been playing with the wp custom header and background options. I like the way you can tile a small image for the background, and looking for a way to add that option to the custom header image ...
0
votes
0answers
16 views

Custom background front page only ? is_front_page() issue? [duplicate]

Possible Duplicate: Custom background for the index page only? I need to get this right. What iam looking for is to change background image from wp-admin , for front page only. I get it ...
1
vote
2answers
167 views

Custom background for the index page only?

I am stuck at add_custom_background. I can change background color/image but I only want to change my index page. Currently, the changes apply on the whole page. I want to make the changes from ...
0
votes
1answer
111 views

Implementing “Random” to custom-background

I have a client site that requires a random background image. I figured that custom-background would have something similar to custom-header for randomizing which image is selected, but alas it does ...
3
votes
1answer
271 views

How do I add settings to the Background Options Page?

I am developing a theme and I wanted to add some extra content to the built in background options page. I know how to use the settings API to create new theme options and settings but I can't seem to ...
0
votes
1answer
327 views

How to Disable Color Options?

This question is related to my earlier question, but I think it's specific enough to qualify as a standalone question. I am modifying an existing theme (the Twenty Ten theme that ships with ...
3
votes
2answers
602 views

Multiple Custom_Background, is it possible?

Is it possible to create multiple "custom background" administration pages? A site I'm doing now needs 2 different background in 2 different areas, I would really love giving my client the same ...