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 »

Adding a signature


  #1  
Old Mar 29, 2009, 07:01 PM
pltrace
 
25 posts · Feb 2009
Adding a signature

How do I add a signature to posts without it having the same border that I have on the regular pictures I post? I just want it to have no border at all. Thanks!
  #2  
Old Mar 30, 2009, 01:56 PM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
Add it at Post/Page Info Items with it's own class so you can turn off the borders for it

HTML Code:
<img class="signature" src="..." alt="..." />
HTML/CSS Inserts -> CSS Inserts:

HTML Code:
img.signature {
border: 0;
padding: 0;
}
Add !important if that somehow doesn't work

HTML Code:
img.signature {
border: 0 !important;
padding: 0 !important;
}
Or add the image as background image

HTML Code:
div.post-bodycopy {
padding-bottom: 40px;
background: url(/path/to/signature/image.gif) no-repeat bottom left ;
}
  #3  
Old Mar 30, 2009, 05:27 PM
pltrace
 
25 posts · Feb 2009
sweet. once again, thanks so much
  #4  
Old Apr 24, 2009, 09:45 PM
HavaLyon
 
14 posts · Apr 2009
Quote:
Originally Posted by Flynn
Add it at Post/Page Info Items with it's own class so you can turn off the borders for it

HTML Code:
<img class="signature" src="..." alt="..." />
Hi Flynn! I came on tonight to find out just this information, because I have a cute siggie thing I like to use, but I hate that it looks like a picture in the theme. Following your instructions, I found the Post/Page Info Items page in the theme options, but that's literally as far as I got. I read through everything, but I have to say that I really don't know much HTML and a lot of it simply went right over my head. I can copy and paste with the best of them, but I could not tell where I was supposed to copy and paste the above information.

Would you mind telling me exactly where on the Post/Page Info Items page I am supposed to copy this? I found the CSS Inserts page, and have put that in already, so once I figure out the Post/Page stuff, I should be good to go.

Thank you!!

Havs
  #5  
Old Apr 24, 2009, 09:51 PM
HavaLyon
 
14 posts · Apr 2009
PS While we're discussing the Post/Page stuff, I noticed something that I was wondering about. The footer for the individual posts currently looks like this for me:
April 24th, 2009 | Tags: Deep Survival, Everyday Survival, honors program, Laurence Gonzales, The Bamboo Room | Category: author info | | Edit this post
That's even when I have it set to say how many comments there are on a post, which is what is missing between the Category and the Edit this post section. When I'm on the main page, the comment count shows up, but when I go to a specific post and look at the footer, it leaves it out.

On the Post/Page Info Items, I have this in the Footer: Single Post Pages section:

HTML Code:
%date('F jS, Y')% | %tags-linked('Tags: ', ', ', ' | ')% Category: %categories-linked(', ')% | %comments('Leave your comment', 'One comment so far', '% people had their say - chime in!', 'Sorry, but comments are closed')% %edit(' | ', 'Edit this post', '')%
So according to that, I should have something between the category and the Edit this post section, right? So what am I doing wrong?

Thanks again!

Havs
  #6  
Old Apr 25, 2009, 04:23 AM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
I am using the default WP functions for this now for better plugin compatibility and Wordpress doesn't display a comment link on single post pages because the comments are on the same page anyway. The default settings and example at Post/Page Info Item for "Single Post Pages" should have been removed since they don't work anymore. I suggest that you remove the comments link on single post pages for now. 3.3.3 will have an option to put a "Skip to comments" link there instead.
  #7  
Old Apr 26, 2009, 12:49 PM
HavaLyon
 
14 posts · Apr 2009
Hey Flynn, thanks for the explanation on the comments. I will remove the %comments% from the single post page.

I am still wondering about the signature though. I'm sorry that I'm not seeing how to do it, but it just isn't obvious to me. You said to, "Add it at Post/Page Info Items with it's own class so you can turn off the borders for it" but how, exactly, do I do that?

Thanks!

Havs

Bookmarks




All times are GMT -6. The time now is 10:28 AM.


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