PhotoPost Photo Gallery Sales PhotoPost Sales Toll Free Phone Number
Mon-Fri 9am-4pm EST
  PhotoPost Photo Sharing Photo Gallery    Visualize community tm
| | | | | | | | |

Go Back   PhotoPost Community > PhotoPost Support > PhotoPost Pro Support Forums > Photopost Pro Bug Reports

Photopost Pro Bug Reports Post post installation PhotoPost Pro problems here.

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old October 2nd, 2007, 10:16 AM   #1 (permalink)
Member
Verified Customer
 
Join Date: Jun 2003
Location: Dallas TX
Posts: 400
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
Silver_2000 is offline   Reply With Quote
Old October 2nd, 2007, 10:24 AM   #2 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,699
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.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old October 2nd, 2007, 10:30 AM   #3 (permalink)
Member
Verified Customer
 
Join Date: Jun 2003
Location: Dallas TX
Posts: 400
its this one

You can see the hover text for the print image

but nothing for the one below - highlighted
Attached Images
File Type: jpg hover.jpg (12.3 KB, 8 views)
Silver_2000 is offline   Reply With Quote
Old October 2nd, 2007, 10:35 AM   #4 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,699
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";
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old October 2nd, 2007, 11:00 AM   #5 (permalink)
Member
Verified Customer
 
Join Date: Jun 2003
Location: Dallas TX
Posts: 400
I uploaded everything ...

confirmed that $Globals['pp_lang']['makeindex'] = "Make Index Thumb"; is in the language file on the server
Silver_2000 is offline   Reply With Quote
Old October 2nd, 2007, 11:09 AM   #6 (permalink)
Member
Verified Customer
 
Join Date: Jun 2003
Location: Dallas TX
Posts: 400
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>
Silver_2000 is offline   Reply With Quote
Old October 2nd, 2007, 11:11 AM   #7 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,699
Well your alt is in the page source

If I hover over that icon I see MAKE INDEX THUMB.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old October 2nd, 2007, 11:12 AM   #8 (permalink)
Member
Verified Customer
 
Join Date: Jun 2003
Location: Dallas TX
Posts: 400
Quote:
Originally Posted by Chuck S View Post
Well your alt is in the page source

If I hover over that icon I see MAKE INDEX THUMB.
try it in firefox
Silver_2000 is offline   Reply With Quote
Old October 2nd, 2007, 11:17 AM   #9 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,699
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.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old October 2nd, 2007, 11:25 AM   #10 (permalink)
Member
Verified Customer
 
Join Date: Jun 2003
Location: Dallas TX
Posts: 400
Quote:
Originally Posted by Chuck S View Post
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
Silver_2000 is offline   Reply With Quote
Old October 2nd, 2007, 11:40 AM   #11 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,699
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?
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old October 2nd, 2007, 12:05 PM   #12 (permalink)
Member
Verified Customer
 
Join Date: Jun 2003
Location: Dallas TX
Posts: 400
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
Silver_2000 is offline   Reply With Quote
Old October 2nd, 2007, 12:42 PM   #13 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,699
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.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old October 2nd, 2007, 05:46 PM   #14 (permalink)
Member
Verified Customer
 
Join Date: Jun 2003
Location: Dallas TX
Posts: 400
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
Silver_2000 is offline   Reply With Quote
Old October 2nd, 2007, 05:52 PM   #15 (permalink)
PhotoPost Developer
Verified Customer
 
Join Date: Jan 2002
Posts: 11,834
You could modify showphoto.php at line 1004 to read:

Code:
Content visible to verified customers only.
__________________
Please do not PM me for support or sales questions. Thank you for your understanding.
Michael P is offline   Reply With Quote
Old October 2nd, 2007, 07:52 PM   #16 (permalink)
Member
Verified Customer
 
Join Date: Jun 2003
Location: Dallas TX
Posts: 400
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
Silver_2000 is offline   Reply With Quote
Old October 3rd, 2007, 09:33 AM   #17 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,699
Yes we have been working on fixing all open issues and as of last night they all should be completely fixed.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old October 3rd, 2007, 09:35 AM   #18 (permalink)
Member
Verified Customer
 
Join Date: Jun 2003
Location: Dallas TX
Posts: 400
GREAT
Thanks !!!
Silver_2000 is offline   Reply With Quote
Old October 5th, 2007, 08:58 AM   #19 (permalink)
Member
Verified Customer
 
Join Date: Jun 2003
Location: Dallas TX
Posts: 400
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
Silver_2000 is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
unable to view alt text SaN-DeeP Photopost Pro How Do I...? 4 March 22nd, 2006 06:05 PM


All times are GMT -5. The time now is 04:56 PM.

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