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 » Post-Kicker, -Byline & -Footer »

Remove the footer box from a sticky post


  #1  
Old Jun 10, 2013, 12:42 PM
ahc
 
38 posts · May 2009
I want to sitck a post with a little notice but I would like to remove the footer box. I tried to put in css inserts the follow instruction that I read on other thread:

body.page-id-xxx td#footer {
display: none;
}

But the footer is still there.
  #2  
Old Jun 10, 2013, 05:13 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
You did change the xxx to the proper page ID didn't you?
__________________
~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.
  #3  
Old Jun 10, 2013, 05:43 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
Are you trying to remove the footer from the sticky post or from the page?

they are two different things...
  #4  
Old Jun 10, 2013, 06:05 PM
ahc
 
38 posts · May 2009
Yes, lmilesw, i think I put the right number (http://www.cafeimpresso.com.br/wp-ad...50&action=edit) 6450. Isn't it?

And I'm trying to remove the footer from the sticky post, juggledad.

Thanks.

Last edited by juggledad; Jun 10, 2013 at 06:41 PM.
  #5  
Old Jun 10, 2013, 06:11 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
If you want to remove the post footer, do you want to remove it on all pages that post will show on or just one page?
  #6  
Old Jun 10, 2013, 06:36 PM
ahc
 
38 posts · May 2009
Just the post I will stick, juggledad.

Last edited by juggledad; Jun 10, 2013 at 06:44 PM.
  #7  
Old Jun 10, 2013, 06:44 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
Use the class identifying the post and the class identifying the post as a sticky and then set the post fiooter element to a display of none

Last edited by juggledad; Jun 10, 2013 at 08:07 PM.
  #8  
Old Jun 10, 2013, 07:24 PM
ahc
 
38 posts · May 2009
Sorry, jungledad, but I didn't understand.
  #9  
Old Jun 10, 2013, 08:08 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
Look at the page with the sticky and then at the source of that page and find the classes you can use to uniquely identify the post. Use them in your CSS selector
  #10  
Old Jun 10, 2013, 08:26 PM
ahc
 
38 posts · May 2009
I don't have enough knowledge to do it. Thanks anyway.
  #11  
Old Jun 10, 2013, 08:38 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
To get rid of the post footer on the page with and id of 6450 you would use the following.
HTML Code:
.post-6450 .post-footer {
display: none;
}
In order to do any styling, especially unique styling like this, requires you to know how to use some of the tools available. Otherwise you will always be relying on hopefully someone taking the time to look at your situation and giving you the answer. Also not all answers are as straight forward as this.
__________________
~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.
  #12  
Old Jun 11, 2013, 04:38 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
you would need to use the class 'stickey' to isolate the css to just when the post is a sticky, so it would be
.post-6450.sticky .post-footer {
display: none;
}
note there is no space between '.post-6450' and '.sticky' but there is a space after '.sticky' - if you want an explaination as to why, i suggest you go do a google search using 'css multiple class'
  #13  
Old Jun 11, 2013, 04:49 AM
ahc
 
38 posts · May 2009
Thanks a lot, lmilesw and jungledad. I will follow the instructions.
  #14  
Old Jun 11, 2013, 06:55 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
How do you come up with 'jungledad'?
  #15  
Old Jun 11, 2013, 07:20 PM
ahc
 
38 posts · May 2009
Sorry! I am ashamed because i have been misreading it since i start to use atahualpa! Years and years...

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Remove Dotted Border around Sticky Post vCopia Center area post/pages 1 Sep 15, 2011 02:59 PM
Can't remove sticky post category from RSS feed guirigales RSS, Feeds & Subscribing 2 Mar 3, 2011 04:53 AM
[SOLVED] Remove byline or kicker when post is sticky? blueprairie Installing & running WordPress 6 Oct 24, 2009 11:00 AM
hide sticky post footer dyrathror Post-Kicker, -Byline & -Footer 1 Apr 26, 2009 01:08 AM


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


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