PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro Bug Reports (http://www.photopost.com/forum/photopost-pro-bug-reports/)
-   -   make thumbnail image has no alt text (http://www.photopost.com/forum/photopost-pro-bug-reports/133630-make-thumbnail-image-has-no-alt-text.html)

Silver_2000 October 2nd, 2007 10:16 AM

make thumbnail image has no alt text
 
All the other little icons that were added in this version have alt text so you can hover over them and see what the heck they are for the makethumbnail one doesnt

Chuck S October 2nd, 2007 10:24 AM

make thumbnail one??

The alt text in a thumbnail is clearly marked as the image filename if I hover over my thumb I see filenames. Now remember if your using an overlay image there is no alt the image is the overlay.

Silver_2000 October 2nd, 2007 10:30 AM

1 Attachment(s)
its this one

You can see the hover text for the print image

but nothing for the one below - highlighted

Chuck S October 2nd, 2007 10:35 AM

So not thumbnails your talking about one of the new images

Make sure you have uploaded your new language file. There is the alt text on that image that I show on my install and this is the language strings.

$Globals['pp_lang']['makeindex'] = "Make Index Thumb";
$Globals['pp_lang']['removealbum'] = "Remove Album Thumb";

Silver_2000 October 2nd, 2007 11:00 AM

I uploaded everything ...

confirmed that $Globals['pp_lang']['makeindex'] = "Make Index Thumb"; is in the language file on the server

Silver_2000 October 2nd, 2007 11:09 AM

Also confirmed that it is in the source for the page
As it turns out
It shows in IE but NOT in Firefox
Here is the source

It appears that the TITLE is whats missing not the alt text - in not a programmer but it appears that every other image in the series has a title associated

Quote:

<td class="tddetails small" align="center">
<span id="favorite"><a title="add favorite" href="javascript:sendInfoReq('addfav','23538');"><img src="http://www.svtgalleries.net/gallery/images/folder_add.png" alt="Add to Favorites" border="0" /</a></span> &nbsp; <a title="Post a Comment" href="http://www.svtgalleries.net/gallery/comments.php?photo=23538"><img src="http://www.svtgalleries.net/gallery/images/note_add.png" alt="Post a Comment" border="0" /></a> &nbsp; <a title="Report Photo" href="http://www.svtgalleries.net/gallery/misc.php?action=reportphoto&amp;report=23538"><img src="http://www.svtgalleries.net/gallery/images/exclamation.png" alt="Report Photo" border="0" /></a> &nbsp; <a title="Send as e-Card" href="http://www.svtgalleries.net/gallery/ecard.php?ecard=23538"><img src="http://www.svtgalleries.net/gallery/images/email_go.png" alt="Send as e-Card" border="0" /></a> &nbsp; <span id="notify"><a title="Receive Email Updates" title="unnotify" href="javascript:sendInfoReq('notify','23538');"><img src="http://www.svtgalleries.net/gallery/images/email_add.png" alt="Receive Email Updates" border="0" /></a></span> &nbsp; <a title="Print View" href="javascript:;" onclick="openBigWindow('http://www.svtgalleries.net/gallery/showfull.php?photo=23538','scrollbars=yes,toolbar=yes,status=no,resizable=yes,width=1024,height=685')"><img src="http://www.svtgalleries.net/gallery/images/printer.png" alt="Print View" border="0" /></a><br /><a title="Edit Photo" href="http://www.svtgalleries.net/gallery/editphoto.php?phoedit=23538"><img src="http://www.svtgalleries.net/gallery/images/image_edit.png" alt="Edit Photo" border="0" /></a> &nbsp; <span id="close"><a title="open comments" href="javascript:sendInfoReq('close','23538');"><img src="http://www.svtgalleries.net/gallery/images/note_delete.png" alt="Close Comments" border="0" /></a></span> &nbsp; <span id="hide"><a title="hide photo" href="javascript:sendInfoReq('hide','23538');"><img src="http://www.svtgalleries.net/gallery/images/package_delete.png" alt="Hide Image" border="0" /></a> &nbsp; <a title="Admin Options" href="javascript:sendInfoReq('photoadmin','23538');"><img src="http://www.svtgalleries.net/gallery/images/folder_edit.png" alt="Move/Delete" border="0" /></a> &nbsp; <span id="stick"><a title="stick photo" href="javascript:sendInfoReq('stick','23538');"><img src="http://www.svtgalleries.net/gallery/images/page_add.png" alt="Make Sticky" border="0" /></a> &nbsp; missing title <a href="http://www.svtgalleries.net/gallery/editphoto.php?makecat=6143&amp;phoedit=23538"><img src="http://www.svtgalleries.net/gallery/images/photo_add.png" alt="Make Index Thumb" border="0" /></a>

</td>

Chuck S October 2nd, 2007 11:11 AM

Well your alt is in the page source

If I hover over that icon I see MAKE INDEX THUMB.

Silver_2000 October 2nd, 2007 11:12 AM

Quote:

Originally Posted by Chuck S (Post 1206468)
Well your alt is in the page source

If I hover over that icon I see MAKE INDEX THUMB.

try it in firefox

Chuck S October 2nd, 2007 11:17 AM

yes works fine on my site in 3 different browsers

I dont see why you think there is a missing title here as that would be incorrect there is just a space like every other line.

Code:

Content visible to verified customers only.

Silver_2000 October 2nd, 2007 11:25 AM

Quote:

Originally Posted by Chuck S (Post 1206474)
yes works fine on my site in 3 different browsers

I dont see why you think there is a missing title here as that would be incorrect there is just a space like every other line.

Code:

Content visible to verified customers only.

I added "missing title"

the code for every other picture in the source shows a TITLE tag except that one

I was just trying to get MY site working in firefox

Chuck S October 2nd, 2007 11:40 AM

The alt text shows fine. I see MAKE INDEX THUMB when I hover over the link. The title declarations have nothing to do with the alt text shown to you when looking at them. They are there to distinguish the links and make things work with ajax. You dont need a title aspect on make index thumb etc because that is a link to editphoto script it is not AJAX.

I hope that clarifies the confusion. You tell you you dont see MAKE INDEX THUMB when hovering over that link?

Silver_2000 October 2nd, 2007 12:05 PM

On 2 diff computers the image in question shows nothing when you hover over it in firefox

It shows alt text when you over over it in Internet explorer

Chuck S October 2nd, 2007 12:42 PM

Okay well it does on my site on this site and about any other site I have admin access to so I can see it with no issues. You can as well send me your admin login to support@photopost.com

My suggestion then would be to ensure you have downloaded the latest build and have ALL the new files uploaded.

Silver_2000 October 2nd, 2007 05:46 PM

Dloaded the build ealier today - I assume thats late enough
Never ran any betas. or RCs

I deleted everything but the data and uploads folders and uploaded all the new files - did a compare from my config file to the new one and moved my settings over to the new one and uploaded it

I uploaded my custom images and my CSS file ..

The issue still remains. I understand that it works on your site - Im looking for help getting it working on mine... I email you login

Michael P October 2nd, 2007 05:52 PM

You could modify showphoto.php at line 1004 to read:

Code:

Content visible to verified customers only.

Silver_2000 October 2nd, 2007 07:52 PM

I dloaded the code again - nuked the server files and reapllied over the code I dloaded this morning

The build says it was from 4 days ago BUT the issues I reported seem to be fixed

THANKS

Chuck S October 3rd, 2007 09:33 AM

Yes we have been working on fixing all open issues and as of last night they all should be completely fixed.

Silver_2000 October 3rd, 2007 09:35 AM

GREAT
Thanks !!!

Silver_2000 October 5th, 2007 08:58 AM

Found one more

"Download Favorites as ZIP" is not showing up in Firefox when you hover over
Code:

Content visible to verified customers only.
either

I think the icons are cool - its just that my users will expect to be able to tell at a glance what they are for - I run 1024x1280 resolution and the icons are so tiny that you cant tell by the picture.. ( the floppy image is EASY to see, its also a litttle larger )

Thanks

Doug


All times are GMT -5. The time now is 01:47 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97