![]() |
|
zpBootstrap: colorbox - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: Themes (https://forum.zenphoto.org/forum-5.html) +--- Thread: zpBootstrap: colorbox (/thread-12639.html) |
zpBootstrap: colorbox - reddduke - 07-12-2016 Hello, I use Zenphoto V 1.4.11 and Theme zpBootstrap V 1.4.6 It is a great theme, but is there a possibility to to display the full size image with Colorbox in Image page? Kind regards,Ria. zpBootstrap: colorbox - fretzl - 07-12-2016 Try something like this: In image.php change ` ` , ` $("a.colorbox").colorbox({ zpBootstrap: colorbox - reddduke - 07-12-2016 Thanks for your quick response. Kind regards, Ria. zpBootstrap: colorbox - fretzl - 10-12-2016 Sorry, I made a mistake. I was looking at an older version of the theme. The change in image.php is still ok, but in inc-header.php add this code right before the closing `` tag: ` // ` zpBootstrap: colorbox - reddduke - 10-12-2016 fretzl, Something went wrong in 'google translation'... sorry! The right question: Is there a possibility to to display the full size image with Colorbox in the album page by clicking the thumbnail? Kind regards,Ria. zpBootstrap: colorbox - acrylian - 10-12-2016 It is but you then have to modify the theme. I don't have the theme in front of me right now. But basically you need to replace the image link to the image page within the Then attach the colorbox class to the link and the Note that this will only work for the current page if you use paginated thumbs. |