![]() |
|
1.5.8RC comments - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: 1.5.8RC comments (/thread-13546.html) |
1.5.8RC comments - ctdlg - 2021-03-21 Hello, I enjoy 1.5.8RC. Some interesting changes like
A small bug concerning thumb titles when mouse does not move over a thumb : they are empty. Lazy extension active or not, same problem ! 1.5.8RC comments - acrylian - 2021-03-21 Thanks.
I don't remember we change anything here yet if you refer to the thumb cropping on the backend.
The process is actually the same except that we list a little more recommended native extensions.
Where exactly? Backend? Theme and which? Nothing was actually changed regarding titles except that the new 1.5.8RC comments - ctdlg - 2021-03-21 printBareImageTitle is the code you use in your basic theme folder, file album.php, line 55 When viewing an album, as a visitor, move your mouse on a thumb and do not move it. The title should appear as it did before. 1.5.8RC comments - acrylian - 2021-03-21 I don't think we changed anything in the theme itself but I will take a look. 1.5.8RC comments - ctdlg - 2021-03-21
Titles ARE displayed above subalbum thumbs
1.5.8RC comments - acrylian - 2021-03-21 This is a browser default overlay which always appears in browsers if the title attribute is set and you pause the cursor on hover. I will take a look why titles set would not be added. 1.5.8RC comments - acrylian - 2021-03-21 I can reproduce that the title attribute is empty but it is actually correct. The title is a separate parameter tthat needs to be set and is not set automatically with the alt attribute because only the alt attribute is required by HTML standards. We can discuss if the the alt attribute value should be used for the title if not set individually. But the browser default overlay works with the alt attribute by default in any browser (FF, Chrome, Safari) I tried. So there is not real need to. 1.5.8RC comments - acrylian - 2021-03-21 FYI I have now changed it so the title attribute should get the value of the alt attribute if that is set. 1.5.8RC comments - ctdlg - 2021-03-24 Thank you, it does work again (template functions.php) Another remark 1.5.8RC comments - acrylian - 2021-03-24
I don't remember any recent change here. But after all it is a fucntion parameter for that reason so it can be changed as needed. 1.5.8RC comments - ctdlg - 2021-03-25 Another comment. You removed a button in admin-edit.php to display the picture as a visitor. I can see the picture in admin mode ...and have quick access to the picture !
1.5.8RC comments - ctdlg - 2021-03-25 Another comment about 1.5.8RC A simple visitor can see a published pictures in an unpublished album if someone gives him the link. I am using an album showing the last 20 new entries. Easy workaround : I only publish pictures when my album is ready ! 1.5.8RC comments - acrylian - 2021-03-25
Yes, you are rigth, that was indeed removed accidentally. We wanted to remove the extra zoom button which is now the thumb itself. That formerly doubled not very intuitive the separte crop thumbnail button on the right.
While you should be able to see the album on a direct link you should not see unpublished items. Are you really sure that you are not accidentally logged in with rights. Just asking as some browsers sometimes still server pages from cache if you were previously loggedin as a user with rights to that. 1.5.8RC comments - ctdlg - 2021-03-25 I checked it right now and I confirm the behavior. I'm using Firefox and Zenphoto admin mode I deleted all Google Chrome history (my Pc) and deleted entries of the cache_html folder (my web server) I can still see pictures from my last album in my "News" album( a dynamic album) using Google Chrome after reloading it. Did also a CtrlF5. This is different from 1.5.7 as you explained me above ! 1.5.8RC comments - acrylian - 2021-03-25 Okay, so you are talking about a dynamic album. Check if your dynamci album .alb file has I had no time to check this yet but if you could take a look at that it would help. Btw, the View button has returned now. 1.5.8RC comments - ctdlg - 2021-03-25 My bad, thank you : unpublished was set to 1 ! 1.5.8RC comments - acrylian - 2021-03-26 Thanks, great. |