LastPlay Posted November 12, 2022 Share Posted November 12, 2022 (edited) The problem with the gallery v. 4.7.4: Started to create a gallery ... Created a category, created an album and uploaded 30+ pics to it... I open the album/picture, a window with the photo opened (preview window) and when I click on the next one, it slows down (it reloads/refreshes the preview window)... What I saw: under the view window - the album page has changed to the photo that is in the view window and when I click in the view window, that photo on the page also changes. *Updates the view window and photo on the page... double update in one moment ((( (why has the album page changed to the photo page?) When I opened the album and clicked on the photo, the site path is like this: Home/gallery/category/album/ Changes to: ........./category/album/myimgname.jpg When I click to see the next photo in the view window, for a moment in the browser address bar there is an "addition": /gallery/image/myimg065jpg/?browse=1 *on 4.7.2 there was no such problem... Can someone check - v. 4.7.4 Thanks! *deleted categories/albums, all photos, re-created... nothing helped... updated the cache... deleted cookies... Checked in 3 browsers... (( Edited November 12, 2022 by LastPlay Link to comment Share on other sites More sharing options...
LastPlay Posted November 12, 2022 Author Share Posted November 12, 2022 When I open a photo in the gallery (4.7.2) at the end of the address .........clejpg/?context=new and then when I click further, only the file name changes... but the end always = /?context=new 4.7.2 - the next photo (button - address): .................427jpg/?browse=1&lightbox=1&context=new - all OK! 4.7.4 - address: .........427jpg/?browse=1&do=next - slows down (it reloads/refreshes the preview window) Why. Link to comment Share on other sites More sharing options...
LastPlay Posted November 12, 2022 Author Share Posted November 12, 2022 Found the difference in the code... If you replace the code - it works! but not completely (( Photos are viewed - normally (the viewing window is not reloaded), but you can see only the first 3 photos... then again (in a circle of 3 photos) Help me solve the problem Edit Theme/gallery/view/imageLightboxFrame 4.7.2 <span class='elGalleryImageNav'> {{if $prev = $image->prevItem( \IPS\Request::i()->context )}} <a href='{$prev->url()->setQueryString( array( 'browse' => 1, 'lightbox' => 1, 'context' => \IPS\Request::i()->context ) )}' class='elGalleryImageNav_prev' data-action='prevImage' data-imageID='{$prev->id}' title='{$prev->caption}'><i class='fa fa-angle-left'></i></a> {{endif}} {{if $next = $image->nextItem( \IPS\Request::i()->context )}} <a href='{$next->url()->setQueryString( array( 'browse' => 1, 'lightbox' => 1, 'context' => \IPS\Request::i()->context ) )}' class='elGalleryImageNav_next' data-action='nextImage' data-imageID='{$next->id}' title='{$next->caption}'><i class='fa fa-angle-right'></i></a> {{endif}} </span> 4.7.4 <span class='elGalleryImageNav'> {{if $image->hasPreviousOrNext()}} <a href='{$image->url()->setQueryString( [ 'browse' => 1, 'do' => 'previous' ] )}' class='elGalleryImageNav_prev'><i class='fa fa-angle-left'></i></a> <a href='{$image->url()->setQueryString( [ 'browse' => 1, 'do' => 'next' ] )}' class='elGalleryImageNav_next'><i class='fa fa-angle-right'></i></a> {{endif}} </span> Link to comment Share on other sites More sharing options...
LastPlay Posted November 13, 2022 Author Share Posted November 13, 2022 (edited) I don't understand why support is silent? Several people have the same problem... Edited November 13, 2022 by LastPlay Link to comment Share on other sites More sharing options...
Jim M Posted November 13, 2022 Share Posted November 13, 2022 16 minutes ago, LastPlay said: I don't understand why support is silent? Several people have the same problem... Please note it is the weekend so our support response will be delayed on non-critical issues. Link to comment Share on other sites More sharing options...
Solution Marc Stridgen Posted November 14, 2022 Solution Share Posted November 14, 2022 Thank you for bringing this issue to our attention! I can confirm this should be further reviewed and I have logged an internal bug report for our development team to investigate and address as necessary, in a future maintenance release. CcM04, LastPlay and SeNioR- 2 1 Link to comment Share on other sites More sharing options...
CcM04 Posted November 14, 2022 Share Posted November 14, 2022 same issue here 🙂 thanks for further investigation Link to comment Share on other sites More sharing options...
LastPlay Posted December 1, 2022 Author Share Posted December 1, 2022 On 11/14/2022 at 12:37 PM, Marc Stridgen said: in a future maintenance release. this problem was not solved in 4.7.5 ? I upgraded, but the problem did not disappear... Link to comment Share on other sites More sharing options...
Mark H Posted December 1, 2022 Share Posted December 1, 2022 This was not fixed in 4.7.5 but will be addressed in a future release. LastPlay, David N. and SeNioR- 3 Link to comment Share on other sites More sharing options...
Marc Stridgen Posted January 10 Share Posted January 10 This has now been resolved in our latest 4.7.6 release. Please upgrade to that release if you are seeing this issue. If you have the same problem after upgrading, please let us know. Link to comment Share on other sites More sharing options...
LastPlay Posted January 10 Author Share Posted January 10 (edited) 9 hours ago, Marc Stridgen said: If you have the same problem after upgrading, please let us know. I don't see any information about fixing it... https://invisioncommunity.com/release-notes/ I updated - the problem is there... (cache updated many times) *You can look at my test site. No plugins... *Go to the gallery on my website and just flip through the pictures Edited January 10 by LastPlay Link to comment Share on other sites More sharing options...
Jim M Posted January 10 Share Posted January 10 Apologies, we may have replied by mistake in this topic. As you may have noticed, we issued a new blog today announcing gallery updates and new features. This issue does not exist in the new gallery so it has been decided that we will not perform this bug fix as the application is changing. Unfortunately, there is no hard release yet for the gallery updates. I am sorry for any confusion here. LastPlay 1 Link to comment Share on other sites More sharing options...
LastPlay Posted January 10 Author Share Posted January 10 3 minutes ago, Jim M said: As you may have noticed, we issued a new blog today announcing gallery updates and new features link plz... Link to comment Share on other sites More sharing options...
Mark H Posted January 10 Share Posted January 10 Sure thing, here you go. 🙂 CcM04, LastPlay, SeNioR- and 1 other 3 1 Link to comment Share on other sites More sharing options...
CcM04 Posted April 5 Share Posted April 5 4.7.9 .. issue still existing 😞 Link to comment Share on other sites More sharing options...
Marc Stridgen Posted April 5 Share Posted April 5 21 minutes ago, CcM04 said: 4.7.9 .. issue still existing 😞 Please could you provide more information on this. Lightbox actually no longer exists in the latest release Link to comment Share on other sites More sharing options...
Marc Stridgen Posted April 6 Share Posted April 6 Thank you for the links and video on PM. We would need to look further into this for you, however the access details on file appear to be incorrect or missing. Could you please update these details by visiting your client area, selecting the relevant purchase, then clicking "Review/Update Access Information" under the "Stored Access Information" section. We look forward to further assisting you. Link to comment Share on other sites More sharing options...
CcM04 Posted April 6 Share Posted April 6 Hello Marc, thanks! I have created a new support user and updated all access information Wbr Michael Link to comment Share on other sites More sharing options...
Marc Stridgen Posted April 6 Share Posted April 6 1 hour ago, CcM04 said: Hello Marc, thanks! I have created a new support user and updated all access information Wbr Michael I have created a ticket on this for you, and escalated it to our developers Link to comment Share on other sites More sharing options...
Recommended Posts