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 »

How to put picture into Byline?


  #1  
Old Mar 5, 2011, 12:41 AM
AJHackett
 
15 posts · Mar 2011
Using ATA 3.6.4 WP 3.1
I want to include my picture in the Byline. A forum search didn't show anything. I believe I've followed the ATA instruction set correctly but the image does not show.

Image is in: /Atahualpa/images/icons/ as stipulated in ATA Edit Post/Page Info Items. My image shows up in the Icons section so I know it's there.

Many icons can show in the Byline. Although it's pretty small, 30 x 46px, I have not reduced the picture down to the size of an icon. Is that necessary or will the Byline area adjust to the size of the image? I tried to increase the margin in Style Post/Pages/Byline Box [margin: 5px 0 100px 0;] but the image still didn't appear.

Additionally, the <strong> is not making the author name or date bold.

The code: <strong>%author%</strong> <strong>%date('F jS, Y')%</strong> <image(mitch_head_shots_byline.gif)>

Thanks very much.
  #2  
Old Mar 5, 2011, 03:50 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
Quote:
<image(mitch_head_shots_byline.gif)>
is the image actually a gif, because if it is a jpg then you need to say
HTML Code:
<image(mitch_head_shots_byline.jpg)>
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #3  
Old Mar 5, 2011, 07:38 AM
AJHackett
 
15 posts · Mar 2011
Thanks for the reply.
The image is a .gif.
  #4  
Old Mar 5, 2011, 08:53 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
what is the url?
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #5  
Old Mar 5, 2011, 07:49 PM
AJHackett
 
15 posts · Mar 2011
www.CoachMitch.com
  #6  
Old Mar 6, 2011, 05:02 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
you have done something odd since all this works for me. Go to ATO->Export/Import Settings and export your settings and attach them to a reply (use the paper clip icon) and I'll take a look
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #7  
Old Mar 6, 2011, 03:50 PM
AJHackett
 
15 posts · Mar 2011
Thank you for your efforts.

For your convenience, I put the settings into a doc file for easier reading. I hope I got the settings correct.

I have a similar issue to the byline, of something other than code being wrong, with putting a clickable image into a text widget that I want to open a new file in a new tab. It seems the code is good but it is not working.

clickable text widget:
<a href="http://coachmitch.com/about/about-each-deal/100-house/" target="_blank"><img src="http://coachmitch.com/public_html/wp-content/uploads/images/3010_Albany_St.jpg"></a>
Attached Files
File Type: txt ata-coachmitchcom-20110306.txt (19.2 KB, 1527 views)
File Type: doc Attahulpa Settings 1-3.doc (237.5 KB, 1302 views)
File Type: doc Attahulpa Settings 2-3.doc (158.5 KB, 1326 views)
File Type: doc Attahulpa Settings 3-3.doc (198.5 KB, 1369 views)
  #8  
Old Mar 6, 2011, 04:44 PM
kingmob
 
60 posts · Sep 2009
http://coachmitch.com/public_html/wp-content/uploads/images/3010_Albany_St.jpg is not point to any file.
delete the public_html in the URL
  #9  
Old Mar 6, 2011, 07:07 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
1) your image is not found. If I key in the entire path to the image in the browser address I should see it, but when I use
HTML Code:
http://coachmitch.com/wp-content/themes/atahualpa/images/Mitch_head_shots_byline.gif
I get a 'not found' which means
- the image is not there 0r
- the name is spelled wrong or
- there is a permission error with the file

2) you only have your Byline settings set for 'BYLINE: Multi Post Pages', If you want it to show on the blog page, set it also in 'BYLINE: Multi Post Pages'
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #10  
Old Mar 6, 2011, 11:44 PM
AJHackett
 
15 posts · Mar 2011
@kingmob
TY, your suggestion worked.

@juggledad
I don't know why the picture is not found in Google. I don't find it either. http://coachmitch.com/wp-content/the...ots_byline.gif

However, the file is on the server; I see it in Filezilla. The image appears in ATA Post/Page's Edit Info under Icons. If I delete the file from the server, the image also disappears from ATA Post/Page's Edit Info Icons. <image(Mitch_head_shots_byline.gif) align=right/> This code meets the example in ATA. I'm baffaled.
RE: Permission Error - This image is a copy of a file I use all the time; it's just smaller. I did convert it from jpg to gif. Could some issue in the conversion be preventing the gif from being recognized?
Can I use a png or jpg in the ATA Post/Page's Edit Info Icons area? ATA uses gif's for all the themes icons.
  #11  
Old Mar 7, 2011, 04:07 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
?? Who said anything about using google?? I said to put it in your browsers address bar.

Just because you can see in in the backend does not mean someone viewing the site will be able to see it. The back end has a very high level of permissions that the outside viewer does not have.

You may want to read Changing File Permissions

You can not use 'align=right' in the <image...> statement, so change
HTML Code:
<strong>%author%</strong> <strong>%date('F jS, Y')%</strong> <image(Mitch_head_shots_byline.gif) align=right/>
to
HTML Code:
<strong>%author%</strong> <strong>%date('F jS, Y')%</strong> <image(Mitch_head_shots_byline.gif) />
__________________
"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
How to put picture into text widget? AJHackett Sidebars & Widgets 3 Mar 14, 2011 12:53 PM
Put Facebook & Twitter into Byline szeliu Post-Kicker, -Byline & -Footer 1 Oct 25, 2010 08:52 AM
Hi, new and need help with heading and picture..... droopal Installing & running WordPress 10 Apr 13, 2010 05:21 AM
How do I put a picture Avatar on my comments? lmt Comments, trackbacks & pings 1 Mar 3, 2010 03:00 PM
How can I put a put a style.css for each one of the category's? LucasdoMonte Forum How-To 1 Dec 24, 2009 01:57 PM


All times are GMT -6. The time now is 08:55 PM.


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