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 »

[SOLVED] Get rid of "permalink" link at top of a sticky post?


  #1  
Old May 21, 2012, 08:45 AM
Carey
 
17 posts · May 2012
OK, I'm trying to put the image I want above my blog posts there, by using a stickypost. I have it done, but now there is a text link that says "permalink" at the top left, and a "sticky note" looking thing at the top right. Can I get rid of those?

Also, I'd like to get rid of all the date, tags, categories, etc. at the bottom of that post... so it looks like an image or two and nothing else...

Any ideas?

www.christianhomeandfamily.com
  #2  
Old May 21, 2012, 09:02 AM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
"Permalink" shows because you don't have a title for the sticky so first add a title. Then add the following to CSS Inserts
HTML Code:
#post-297 .post-headline, #post-297 .post-footer {
    display: none;
}
Now go to the Style Post and Pages section of the theme options and style the sticky as you wish perhaps taking out the image in the upper right.
__________________
~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 May 21, 2012, 10:57 AM
Carey
 
17 posts · May 2012
Hi Larry,

Thanks so much for the help... I did what you said... inserted a title, when to Atahualpa theme settings>html/css>and in the css inserts window put the code you suggested. Still seeing the title, footer stuff, and the sticky note thing at the top right.

Any ideas?
  #4  
Old May 21, 2012, 01:25 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
you stuck it in the middle of another CSS selector/rule
HTML Code:
p.tagline {
 margin-left:-780px;
 margin-top:315px;
#post-297 .post-headline,#post-297 .post-footer {
 display:none
}
should be
HTML Code:
p.tagline {
 margin-left:-780px;
 margin-top:315px;
}
#post-297 .post-headline,#post-297 .post-footer {
 display:none
}
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Delete "author" only on the "STICKY" posts. Bobbi Center area post/pages 1 Nov 5, 2011 05:28 PM
Problems with "Sticky Footer" and "Rotate header images" globalnerds Center area post/pages 5 May 27, 2011 10:29 AM
[SOLVED] How to remove the "Continue reading..." link from a sticky post taylorefl Forum How-To 3 Jan 18, 2010 02:57 PM
How to remove the "Continue reading..." link from a sticky post taylorefl Forum How-To 0 Jan 15, 2010 10:49 AM
Hide sticky ( title ) on "Recent post" sidebar nautilus Post-Kicker, -Byline & -Footer 0 Dec 19, 2009 06:41 PM


All times are GMT -6. The time now is 03:55 AM.


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