Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme » Center area post/pages »

Need a repeating background image in POST container not PAGE.


  #1  
Old Apr 25, 2012, 04:00 PM
gr870sfunk's Avatar
gr870sfunk
 
110 posts · Mar 2011
Montgomery, AL
Currently it's in both and I have scoured these forums + the internet for over an hour. I have tried various combinations of the following to no avail:

HTML Code:
body.page-id-2 {
background-image:none!important;


body.page-id-2 #container{
background-image:none!important;


body.page-id-2 #middle{
background-image:none!important;
}
This is what is in ATO --> Style Posts & Pages --> Post Container:

HTML Code:
margin: 0 0 30px 0;
background-image:url('http://www.savemedicaid.com/wp-content/uploads/2012/04/post-bg.jpg');
background-repeat:repeat-x;
Any help would be greatly appreciated! Thanks!
  #2  
Old Apr 25, 2012, 07:27 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
what release of Atahualpa and WP?
What is the url showing an example?
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #3  
Old Apr 25, 2012, 09:30 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
Not sure if this is the issue you are having but one thing I see is no space before !important
__________________
~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
  #4  
Old Apr 26, 2012, 07:36 AM
gr870sfunk's Avatar
gr870sfunk
 
110 posts · Mar 2011
Montgomery, AL
ATA 3.7.6
WP 3.3.2 (the most recent)

I can't post a link b/c i have a coming soon plugin up, but juggle, i will PM you the temporary admin login.

Miles - I believe that space was removed when I copy+pasted the HTML in.
  #5  
Old Apr 26, 2012, 06:47 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
you don't have a blog page so why are you asking about putting a repeating image in the post container?
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #6  
Old Apr 27, 2012, 09:01 AM
gr870sfunk's Avatar
gr870sfunk
 
110 posts · Mar 2011
Montgomery, AL
I am using the STBs_Supercharge_Atahualpa367_Template_v1_4 so I can have that slideshow remain at the top of the page and the blog posts underneath it.
  #7  
Old Apr 27, 2012, 09:32 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
sorry, if you are using that template you will have to contact STB for help.
You will notice that it is for 367 and you are on 376.

You could use the 'Multi/column Custom Query' template that is now included with the theme.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #8  
Old Apr 27, 2012, 09:58 AM
gr870sfunk's Avatar
gr870sfunk
 
110 posts · Mar 2011
Montgomery, AL
does it work the same way as STB?
  #9  
Old Apr 27, 2012, 10:19 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
The STB template was based on the original custom query template I wrote. I also wrote a multi-column template and eventually merged the two to form the existing template. As I said, it is now included with the theme.

You can have multiple columns, custom queries, any number of posts above the columns, the page content displayed above the posts

See http://forum.bytesforall.com/showthread.php?t=15718
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #10  
Old Apr 27, 2012, 10:25 AM
gr870sfunk's Avatar
gr870sfunk
 
110 posts · Mar 2011
Montgomery, AL
Ok it worked getting rid of the background on the home page behind the slideshow, but it's still on all my other pages.


EDIT----
After some poking around, I have gotten the background to go away on the other pages, using the following:

HTML Code:
#post-110,
#post-26,
#post-28,
#post-238,
#post-13
#post-11,
#post-9,
#post-7,
#post-91{
background:none !important;
}
What I don't understand is why it thinks the pages are posts. When I try the above using "body.page-id-xx" as the selector the original background color and image show up again.

Last edited by gr870sfunk; Apr 27, 2012 at 11:05 AM.
  #11  
Old Apr 27, 2012, 01:49 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
post is WordPress speak for pages or posts. body.page-id-xx refers to the body on that page or post.
__________________
~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.

Bookmarks

Tags
pages, post background

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Post Container background on all pages except Home page cway Center area post/pages 7 Mar 14, 2012 09:09 AM
bg image for blog page (post container) cabdziner Center area post/pages 1 Feb 16, 2011 11:07 AM
Opaque Background in Post Container Veggie Wedgie Atahualpa 3 Wordpress theme 5 Jun 21, 2010 01:12 PM
repeating background image not showing up in 3.4.2 sirabi Header configuration & styling 1 Sep 13, 2009 11:12 AM
Sidebar repeating background image JCCrgb Sidebars & Widgets 4 May 17, 2009 08:31 PM


All times are GMT -6. The time now is 02:01 PM.


Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.