<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[ZenphotoCMS Forum - Themes]]></title>
		<link>https://forum.zenphoto.org/</link>
		<description><![CDATA[ZenphotoCMS Forum - https://forum.zenphoto.org]]></description>
		<pubDate>Sat, 13 Jun 2026 00:34:10 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[Javascript integration]]></title>
			<link>https://forum.zenphoto.org/thread-14101.html</link>
			<pubDate>Thu, 16 Apr 2026 08:03:42 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.zenphoto.org/member.php?action=profile&uid=8767">Roland</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.zenphoto.org/thread-14101.html</guid>
			<description><![CDATA[<p>Hello !<br />
I'm considering adding swup.js to the theme Collections.</p>
<p>I notice that the plugin's javascript is systematically integrated from the home page. Never on demand. Which is a good thing for me. Do you confirm?</p>
<p>Thanks for your help !</p>]]></description>
			<content:encoded><![CDATA[<p>Hello !<br />
I'm considering adding swup.js to the theme Collections.</p>
<p>I notice that the plugin's javascript is systematically integrated from the home page. Never on demand. Which is a good thing for me. Do you confirm?</p>
<p>Thanks for your help !</p>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[How to add cached image sizes to a theme]]></title>
			<link>https://forum.zenphoto.org/thread-14094.html</link>
			<pubDate>Wed, 25 Feb 2026 17:48:11 +0100</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.zenphoto.org/member.php?action=profile&uid=8874">cstorry</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.zenphoto.org/thread-14094.html</guid>
			<description><![CDATA[<p>How to add cache image sizes to a theme</p>
<p>For convenience (because my server can't deal with thumbnail generation on the fly) I need a few additional cached thumbnails to be generated by the theme I am using (zpBootstrap).</p>
<p>At the moment I see a bunch of "registered" cached image generation options when I use cache manager including for theme Garland and plugin zenpages (etc).</p>
<p>I'm looking into the zpBootstrap theme code /zpBootstrap-master/themeoptions.php and there appears to be a proper initialization section <br />
if (class_exists('cacheManager')) {<br />
and call to register the sizes<br />
cacheManager::addCacheSize($me, NULL, 1000, 500, 1000, 500, NULL, NULL, NULL, $img_wmk, $img_effect, false);</p>
<p>but I don't see this option when I use the cache manager.</p>
<p>Can you point me to what might be wrong?</p>
<p>(when I fix that I think I can figure out how to add the sizes I want to add)</p>]]></description>
			<content:encoded><![CDATA[<p>How to add cache image sizes to a theme</p>
<p>For convenience (because my server can't deal with thumbnail generation on the fly) I need a few additional cached thumbnails to be generated by the theme I am using (zpBootstrap).</p>
<p>At the moment I see a bunch of "registered" cached image generation options when I use cache manager including for theme Garland and plugin zenpages (etc).</p>
<p>I'm looking into the zpBootstrap theme code /zpBootstrap-master/themeoptions.php and there appears to be a proper initialization section <br />
if (class_exists('cacheManager')) {<br />
and call to register the sizes<br />
cacheManager::addCacheSize($me, NULL, 1000, 500, 1000, 500, NULL, NULL, NULL, $img_wmk, $img_effect, false);</p>
<p>but I don't see this option when I use the cache manager.</p>
<p>Can you point me to what might be wrong?</p>
<p>(when I fix that I think I can figure out how to add the sizes I want to add)</p>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[right click image download]]></title>
			<link>https://forum.zenphoto.org/thread-14093.html</link>
			<pubDate>Wed, 25 Feb 2026 04:12:07 +0100</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.zenphoto.org/member.php?action=profile&uid=8874">cstorry</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.zenphoto.org/thread-14093.html</guid>
			<description><![CDATA[<p>Is it possible to allow users to download the full image when using the zpBootstrap theme and the image is presented from infinitescroll and clicking on the image (i.e. the full size image).</p>
<p>I want to allow right click on the image and download.</p>
<p>I have tried all combinations of the 2 Options &gt; Images &gt; Full image protection settings and don't notice any difference - nothing happens on right click on image</p>
<p>I can save any of the thumbnails</p>
<p>Thanks</p>]]></description>
			<content:encoded><![CDATA[<p>Is it possible to allow users to download the full image when using the zpBootstrap theme and the image is presented from infinitescroll and clicking on the image (i.e. the full size image).</p>
<p>I want to allow right click on the image and download.</p>
<p>I have tried all combinations of the 2 Options &gt; Images &gt; Full image protection settings and don't notice any difference - nothing happens on right click on image</p>
<p>I can save any of the thumbnails</p>
<p>Thanks</p>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Can't set thumb (or image) size]]></title>
			<link>https://forum.zenphoto.org/thread-14091.html</link>
			<pubDate>Thu, 19 Feb 2026 03:55:38 +0100</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.zenphoto.org/member.php?action=profile&uid=8874">cstorry</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.zenphoto.org/thread-14091.html</guid>
			<description><![CDATA[<p>zp 1.6.8 and zpBootstrap on MAMP (on M4 Mac mini)<br />
Fresh install - activate zpBootstrap theme<br />
Options &gt; Theme<br />
Thumb size and Image size are blocked. I can not set them. When I click on those options they do nothing - won't let me enter text for a new size. Those radio buttons don't work either.<br />
"defaults" at 220 for thumb and 1000 for Image size</p>
<p>It works fine on a live server BUT as you might know I am trying to create the thumbnails on MAMP for a large (website re-install) dump of photos.</p>
<p>I created an album to see if there needed to be an album before being able to configure the sizes but I haven't added any photos to the album.</p>
<p>I do get this error in the debug.log<br />
{19182:Thu, 19 Feb 2026 03:46:07 GMT} Zenphoto v1.6.8<br />
WARNING: imagecreatefrompng(): gd-png: libpng warning: iCCP: known incorrect sRGB profile in /Applications/MAMP/htdocs/zpphototst/zp-core/classes/class-graphicsgd.php on line 64<br />
imagecreatefrompng called from graphicsGD-&gt;imageGet (class-graphicsgd.php [64])<br />
from cacheImage (functions-image.php [226])<br />
from i.php [152]</p>
<p>Could I be missing something from my MAMP environment / maybe a PHP option enabled ?</p>]]></description>
			<content:encoded><![CDATA[<p>zp 1.6.8 and zpBootstrap on MAMP (on M4 Mac mini)<br />
Fresh install - activate zpBootstrap theme<br />
Options &gt; Theme<br />
Thumb size and Image size are blocked. I can not set them. When I click on those options they do nothing - won't let me enter text for a new size. Those radio buttons don't work either.<br />
"defaults" at 220 for thumb and 1000 for Image size</p>
<p>It works fine on a live server BUT as you might know I am trying to create the thumbnails on MAMP for a large (website re-install) dump of photos.</p>
<p>I created an album to see if there needed to be an album before being able to configure the sizes but I haven't added any photos to the album.</p>
<p>I do get this error in the debug.log<br />
{19182:Thu, 19 Feb 2026 03:46:07 GMT} Zenphoto v1.6.8<br />
WARNING: imagecreatefrompng(): gd-png: libpng warning: iCCP: known incorrect sRGB profile in /Applications/MAMP/htdocs/zpphototst/zp-core/classes/class-graphicsgd.php on line 64<br />
imagecreatefrompng called from graphicsGD-&gt;imageGet (class-graphicsgd.php [64])<br />
from cacheImage (functions-image.php [226])<br />
from i.php [152]</p>
<p>Could I be missing something from my MAMP environment / maybe a PHP option enabled ?</p>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Confusion on themes I can use]]></title>
			<link>https://forum.zenphoto.org/thread-14081.html</link>
			<pubDate>Sun, 11 Jan 2026 20:05:34 +0100</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.zenphoto.org/member.php?action=profile&uid=8926">Krissnikkers</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.zenphoto.org/thread-14081.html</guid>
			<description><![CDATA[<p>Hi guys</p>
<p>I have just installed this again and trying it as Gemini said you were good  :)  but when I look at all the themes that come with it they says that are being depreciated.  I then go to themes list and getting very confused with which ones I can use.</p>
<p>Can you tell me which ones I can use?</p>
<p>Thanks in advance</p>
<p>Kriss :) </p>]]></description>
			<content:encoded><![CDATA[<p>Hi guys</p>
<p>I have just installed this again and trying it as Gemini said you were good  :)  but when I look at all the themes that come with it they says that are being depreciated.  I then go to themes list and getting very confused with which ones I can use.</p>
<p>Can you tell me which ones I can use?</p>
<p>Thanks in advance</p>
<p>Kriss :) </p>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Zenpapers page missing link]]></title>
			<link>https://forum.zenphoto.org/thread-14072.html</link>
			<pubDate>Mon, 27 Oct 2025 04:50:09 +0100</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.zenphoto.org/member.php?action=profile&uid=4874">The T.C.</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.zenphoto.org/thread-14072.html</guid>
			<description><![CDATA[<p>Hey, was looking through the themes and the Zenpapers page [<a href="https://www.zenphoto.org/theme/zenpapers/">https://www.zenphoto.org/theme/zenpapers/</a>] says that there's no archived version or link, but I found the github listed on the wayback archive of the website. <a href="https://github.com/APAdmin/ZenPapers">https://github.com/APAdmin/ZenPapers</a></p>
<p>It's been 12 years since updated, but it IS there so I wanted to make that known.</p>
<p>Sorry if this is the wrong place for it, but the "contact" made it seem like it should only be used for errors with the actual Zenphoto</p>]]></description>
			<content:encoded><![CDATA[<p>Hey, was looking through the themes and the Zenpapers page [<a href="https://www.zenphoto.org/theme/zenpapers/">https://www.zenphoto.org/theme/zenpapers/</a>] says that there's no archived version or link, but I found the github listed on the wayback archive of the website. <a href="https://github.com/APAdmin/ZenPapers">https://github.com/APAdmin/ZenPapers</a></p>
<p>It's been 12 years since updated, but it IS there so I wanted to make that known.</p>
<p>Sorry if this is the wrong place for it, but the "contact" made it seem like it should only be used for errors with the actual Zenphoto</p>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Solved - Collections theme - access to Admin page]]></title>
			<link>https://forum.zenphoto.org/thread-14065.html</link>
			<pubDate>Mon, 18 Aug 2025 08:38:53 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.zenphoto.org/member.php?action=profile&uid=7455">ceejayemm</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.zenphoto.org/thread-14065.html</guid>
			<description><![CDATA[<p>ZenPhoto 1.6.8 with Collections theme </p>
<p>I have been using ZenPhoto for a number of years and have experimented with several themes.  I recently activated the Collections theme but I can't now find a link on the home page to get to the Admin pages like so many other themes have.</p>
<p>Can you remind me how to get access to the Admin page please ?</p>
<p>Thanks</p>
<p>Chris</p>]]></description>
			<content:encoded><![CDATA[<p>ZenPhoto 1.6.8 with Collections theme </p>
<p>I have been using ZenPhoto for a number of years and have experimented with several themes.  I recently activated the Collections theme but I can't now find a link on the home page to get to the Admin pages like so many other themes have.</p>
<p>Can you remind me how to get access to the Admin page please ?</p>
<p>Thanks</p>
<p>Chris</p>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Some page without content, but not all]]></title>
			<link>https://forum.zenphoto.org/thread-14045.html</link>
			<pubDate>Sun, 13 Apr 2025 10:41:25 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.zenphoto.org/member.php?action=profile&uid=4995">cactux</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.zenphoto.org/thread-14045.html</guid>
			<description><![CDATA[<p>Hello,</p>
<p>I have a strange issue with a theme.<br />
On some pages, with google chrome, the content is just not there, although it's fine with Firefox.<br />
Here's an example of such a page with the issue:</p>
<ul>
<li><a href="https://www.cactuspro.com/conophytum-lithops/encyclopedie/conophytum/">https://www.cactuspro.com/conophytum-lithops/encyclopedie/conophytum/</a><br />
Here's another page loading fine, I don't see what could be the difference:</li>
<li><a href="https://www.cactuspro.com/conophytum-lithops/in-situ/">https://www.cactuspro.com/conophytum-lithops/in-situ/</a></li>
</ul>
<p>It works fine with Mozilla firefox.<br />
I tested on windows and Linux: same. I tested with Chromium on Linux: same than google chrome.</p>
<p>I checked the generated HTML: it is different. At the beginning there's 2 lines of scripts not present for chrome-based browsers. And later the content itself is not there. header and footer are ok: I just get an empty page.</p>
<p>I tested other themes: same issue with zenpage or zpmobile for example.</p>
<p>I am at a loss, where should I investigate next?</p>
<p>Thanks for your help</p>]]></description>
			<content:encoded><![CDATA[<p>Hello,</p>
<p>I have a strange issue with a theme.<br />
On some pages, with google chrome, the content is just not there, although it's fine with Firefox.<br />
Here's an example of such a page with the issue:</p>
<ul>
<li><a href="https://www.cactuspro.com/conophytum-lithops/encyclopedie/conophytum/">https://www.cactuspro.com/conophytum-lithops/encyclopedie/conophytum/</a><br />
Here's another page loading fine, I don't see what could be the difference:</li>
<li><a href="https://www.cactuspro.com/conophytum-lithops/in-situ/">https://www.cactuspro.com/conophytum-lithops/in-situ/</a></li>
</ul>
<p>It works fine with Mozilla firefox.<br />
I tested on windows and Linux: same. I tested with Chromium on Linux: same than google chrome.</p>
<p>I checked the generated HTML: it is different. At the beginning there's 2 lines of scripts not present for chrome-based browsers. And later the content itself is not there. header and footer are ok: I just get an empty page.</p>
<p>I tested other themes: same issue with zenpage or zpmobile for example.</p>
<p>I am at a loss, where should I investigate next?</p>
<p>Thanks for your help</p>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Missing Function]]></title>
			<link>https://forum.zenphoto.org/thread-14037.html</link>
			<pubDate>Mon, 24 Feb 2025 08:52:55 +0100</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.zenphoto.org/member.php?action=profile&uid=9008">Adrian0832</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.zenphoto.org/thread-14037.html</guid>
			<description><![CDATA[<p>Zenphoto 1.6.5<br />
ZPBootstrap - fresh download from the ZP Fork</p>
<p>Possibly another quirk from my hosting company (of which there have been many)</p>
<p>Clean installation as above worked fine - except for the home page - partly blank, no Admin button but the user menu links were there and worked fine. All other user menus (news, gallery, search...) were fine</p>
<p>Logging showed: -<br />
ERROR: Call to undefined function getImageStatistic() in .../zenphoto/themes/imc/functions.php on line 99</p>
<p>Quick search, line 99 did indeed call that function and the function is defined in .../zenphoto/zp-core-zp-extensions/image_album_statistics.php</p>
<p>Rather than chase down why it couldn't find it, I copied the function into the theme...</p>]]></description>
			<content:encoded><![CDATA[<p>Zenphoto 1.6.5<br />
ZPBootstrap - fresh download from the ZP Fork</p>
<p>Possibly another quirk from my hosting company (of which there have been many)</p>
<p>Clean installation as above worked fine - except for the home page - partly blank, no Admin button but the user menu links were there and worked fine. All other user menus (news, gallery, search...) were fine</p>
<p>Logging showed: -<br />
ERROR: Call to undefined function getImageStatistic() in .../zenphoto/themes/imc/functions.php on line 99</p>
<p>Quick search, line 99 did indeed call that function and the function is defined in .../zenphoto/zp-core-zp-extensions/image_album_statistics.php</p>
<p>Rather than chase down why it couldn't find it, I copied the function into the theme...</p>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[ZPBootStrap Include Issue]]></title>
			<link>https://forum.zenphoto.org/thread-14019.html</link>
			<pubDate>Tue, 07 Jan 2025 09:01:04 +0100</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.zenphoto.org/member.php?action=profile&uid=9008">Adrian0832</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.zenphoto.org/thread-14019.html</guid>
			<description><![CDATA[<h2>Another question from the department for "I've broken something again". And I don't know if it's ZenPhoto, ZPBootstrap or PHP I've broken...</h2><br />
<p>I've a workaround, but it's not scalable, and I could do without the same issue again...</p>
<h2>Issue (or you'll get bored and not read to the end)</h2><br />
<p>PHP include <em>was</em> working but now not including (but no error)...</p>
<h2>Background</h2><br />
<p>Two instances of ZenPhoto, same domain, different subdirectories and albums (one is "live" [27,000 images] and one "test" [12 images]). Same version of both ZenPhoto and ZPBootstrap<br />
Each has four themes - Basic, ZPBootstrap and two "modified" ZPBootstrap (two different sites I'm developing, different colours, logo etc)</p>
<p><strong>Both instances working fine until just before Christmas</strong> - then the live one went "weird"<br />
It affected all three themes based on ZPBootstrap, but not Basic<br />
it only affected "live", not "test"<br />
Images (and links) were there but formatting, menus were not</p>
<h2>Detective Work</h2><br />
<p>Looking in the browser at "Page Source"; Home, Gallery, News and other sections were not including "inc_header.php". This was the only part missing, others (including "inc_footer.php") were fine.<br />
Built some scaffolding around the first line of "Home" - 'about to include inc_header' displayed, 'back from include inc_header' was displayed but inc_header had not been included.<br />
Change 'include' to 'require' (so it would abort if it couldn't) - no change<br />
Add a line to display the status of include - "True" - Home thinks it's been included</p>
<h2>Workaround (or desperation!)</h2><br />
<p>Copy 'inc_header' to a new file 'inc_head' and include that in Home - it worked! Repeat for "Gallery", "News", "Favourites" etc</p>
<h2>Conclusion</h2><br />
<p>For some reason, one (and only one) instance of ZenPhoto has stopped (it was previously working) including "inc_header.php" but without an error - no other include is affected.<br />
But I'm worried that next week it might stop including "inc_footer" and I've got to do it all again. I'd like to know <strong>why</strong></p>]]></description>
			<content:encoded><![CDATA[<h2>Another question from the department for "I've broken something again". And I don't know if it's ZenPhoto, ZPBootstrap or PHP I've broken...</h2><br />
<p>I've a workaround, but it's not scalable, and I could do without the same issue again...</p>
<h2>Issue (or you'll get bored and not read to the end)</h2><br />
<p>PHP include <em>was</em> working but now not including (but no error)...</p>
<h2>Background</h2><br />
<p>Two instances of ZenPhoto, same domain, different subdirectories and albums (one is "live" [27,000 images] and one "test" [12 images]). Same version of both ZenPhoto and ZPBootstrap<br />
Each has four themes - Basic, ZPBootstrap and two "modified" ZPBootstrap (two different sites I'm developing, different colours, logo etc)</p>
<p><strong>Both instances working fine until just before Christmas</strong> - then the live one went "weird"<br />
It affected all three themes based on ZPBootstrap, but not Basic<br />
it only affected "live", not "test"<br />
Images (and links) were there but formatting, menus were not</p>
<h2>Detective Work</h2><br />
<p>Looking in the browser at "Page Source"; Home, Gallery, News and other sections were not including "inc_header.php". This was the only part missing, others (including "inc_footer.php") were fine.<br />
Built some scaffolding around the first line of "Home" - 'about to include inc_header' displayed, 'back from include inc_header' was displayed but inc_header had not been included.<br />
Change 'include' to 'require' (so it would abort if it couldn't) - no change<br />
Add a line to display the status of include - "True" - Home thinks it's been included</p>
<h2>Workaround (or desperation!)</h2><br />
<p>Copy 'inc_header' to a new file 'inc_head' and include that in Home - it worked! Repeat for "Gallery", "News", "Favourites" etc</p>
<h2>Conclusion</h2><br />
<p>For some reason, one (and only one) instance of ZenPhoto has stopped (it was previously working) including "inc_header.php" but without an error - no other include is affected.<br />
But I'm worried that next week it might stop including "inc_footer" and I've got to do it all again. I'd like to know <strong>why</strong></p>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[zpBootstrap theme issue.]]></title>
			<link>https://forum.zenphoto.org/thread-14016.html</link>
			<pubDate>Thu, 02 Jan 2025 02:13:46 +0100</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.zenphoto.org/member.php?action=profile&uid=6823">Quantumcat</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.zenphoto.org/thread-14016.html</guid>
			<description><![CDATA[<p>I just upgraded ZenPhoto to the latest 1.6.5 and decided to work on a new theme.   I am trying to get zpBootstrap v2.3 running, but am having an issue.   I activate it and go in a check the settings, and all looks normal.   The problem is when I visit the site with it active, I get a HTTP Error 500.   Am I missing an addon I need for this theme or something?    </p>]]></description>
			<content:encoded><![CDATA[<p>I just upgraded ZenPhoto to the latest 1.6.5 and decided to work on a new theme.   I am trying to get zpBootstrap v2.3 running, but am having an issue.   I activate it and go in a check the settings, and all looks normal.   The problem is when I visit the site with it active, I get a HTTP Error 500.   Am I missing an addon I need for this theme or something?    </p>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Collection Theme Sidebar]]></title>
			<link>https://forum.zenphoto.org/thread-14014.html</link>
			<pubDate>Sun, 29 Dec 2024 14:05:07 +0100</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.zenphoto.org/member.php?action=profile&uid=5851">Ralf</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.zenphoto.org/thread-14014.html</guid>
			<description><![CDATA[<p>Hi,<br />
currently i am evaluating the Collections theme which is great out of the box.</p>
<p>What i am struggeling with:<br />
How can I display a pages "menu" on the sidebar (just like the categories on the article pages).<br />
Here is an example:<br />
<a href="https://www.ralf-kerkhoff-bilderwelten.de/seiten/impressum/">https://www.ralf-kerkhoff-bilderwelten.de/seiten/impressum/</a></p>
<p>You can see that i have added the "pages menu" to the page (Impressum, Datenschutz Erklärung etc) at the top of the page.<br />
But i have no idea how to display this at the left side of my pages.<br />
Any tips are welcome!</p>
<p>Cheers<br />
Ralf</p>]]></description>
			<content:encoded><![CDATA[<p>Hi,<br />
currently i am evaluating the Collections theme which is great out of the box.</p>
<p>What i am struggeling with:<br />
How can I display a pages "menu" on the sidebar (just like the categories on the article pages).<br />
Here is an example:<br />
<a href="https://www.ralf-kerkhoff-bilderwelten.de/seiten/impressum/">https://www.ralf-kerkhoff-bilderwelten.de/seiten/impressum/</a></p>
<p>You can see that i have added the "pages menu" to the page (Impressum, Datenschutz Erklärung etc) at the top of the page.<br />
But i have no idea how to display this at the left side of my pages.<br />
Any tips are welcome!</p>
<p>Cheers<br />
Ralf</p>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Could Someone Give me Advice with Customizing Theme for Gallery Presentation]]></title>
			<link>https://forum.zenphoto.org/thread-13976.html</link>
			<pubDate>Wed, 18 Sep 2024 04:17:02 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.zenphoto.org/member.php?action=profile&uid=9283">Elizashahh</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.zenphoto.org/thread-13976.html</guid>
			<description><![CDATA[<p>Hello there,</p>
<p>I have recently started using Zenphoto for a personal photography website; and I am really impressed with the features and flexibility it offers. I am currently working on customizing one of the default themes to better fit the style I am aiming for with my photography portfolio; but I have encountered a few roadblocks that I hope someone here can help with.</p>
<p>I want to adjust the layout of my gallery pages so that the images are presented in a grid format with uniform spacing. The current theme; has images arranged in; a more scattered manner; and I am unsure how to modify the CSS to create a clean; uniform grid. Does anyone have experience with this;; and could you share the necessary code or point me in the right direction?</p>
<p>I would also like to adjust the size of the image thumbnails in the gallery without impacting the overall page layout. Is there a recommended way to tweak the thumbnail sizes within the theme settings; or will I need to manually adjust this in the code?</p>
<p>While the theme I am using looks great on de;sktop; the mobile version seems to have some alignment issues, particularly with the naviga;tion menu and gallery images. What is the best approach for ensuring full mobile responsiveness within Zenphoto themes?</p>
<p>Also, I have gone through this post; <a href="https://forum.zenphoto.org/discussion/1410757/theme-displaying-titles-descriptions-also-import-descriptions">https://forum.zenphoto.org/discussion/1410757/theme-displaying-titles-descriptions-also-import-</a><a href="https://www.igmguru.com/quality-management/minitab-online-training">minitab</a><a href="https://forum.zenphoto.org/discussion/1410757/theme-displaying-titles-descriptions-also-import-descriptions">-descriptions</a>which definitely helped me out a lot.</p>
<p>I have been reviewing the documentation and tinkering with the theme files; but I figured it might be more efficient to ask for help here. </p>
<p>Thanks in advance for your help and assistance.</p>]]></description>
			<content:encoded><![CDATA[<p>Hello there,</p>
<p>I have recently started using Zenphoto for a personal photography website; and I am really impressed with the features and flexibility it offers. I am currently working on customizing one of the default themes to better fit the style I am aiming for with my photography portfolio; but I have encountered a few roadblocks that I hope someone here can help with.</p>
<p>I want to adjust the layout of my gallery pages so that the images are presented in a grid format with uniform spacing. The current theme; has images arranged in; a more scattered manner; and I am unsure how to modify the CSS to create a clean; uniform grid. Does anyone have experience with this;; and could you share the necessary code or point me in the right direction?</p>
<p>I would also like to adjust the size of the image thumbnails in the gallery without impacting the overall page layout. Is there a recommended way to tweak the thumbnail sizes within the theme settings; or will I need to manually adjust this in the code?</p>
<p>While the theme I am using looks great on de;sktop; the mobile version seems to have some alignment issues, particularly with the naviga;tion menu and gallery images. What is the best approach for ensuring full mobile responsiveness within Zenphoto themes?</p>
<p>Also, I have gone through this post; <a href="https://forum.zenphoto.org/discussion/1410757/theme-displaying-titles-descriptions-also-import-descriptions">https://forum.zenphoto.org/discussion/1410757/theme-displaying-titles-descriptions-also-import-</a><a href="https://www.igmguru.com/quality-management/minitab-online-training">minitab</a><a href="https://forum.zenphoto.org/discussion/1410757/theme-displaying-titles-descriptions-also-import-descriptions">-descriptions</a>which definitely helped me out a lot.</p>
<p>I have been reviewing the documentation and tinkering with the theme files; but I figured it might be more efficient to ask for help here. </p>
<p>Thanks in advance for your help and assistance.</p>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Themes and their options]]></title>
			<link>https://forum.zenphoto.org/thread-13968.html</link>
			<pubDate>Fri, 02 Aug 2024 10:34:12 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.zenphoto.org/member.php?action=profile&uid=7575">RichardB</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.zenphoto.org/thread-13968.html</guid>
			<description><![CDATA[<p>I have been moving and upgrading my sites to Zenphoto 1.6.4 though some are still on 1.6<br />
I notice that on 1.6 I am able to use the theme options for the number of albums on a page, but in 1.6.4 and 1.6.5B, although you can alter the theme options, on save they revert, all of them, regardless of the default on the options page, to 6 albums per page. <br />
Is this something new - given how few themes there are this is a bit limiting . <br />
I am not a them expert though I can tweak them. <br />
Thank you, <br />
Richard Ball</p>]]></description>
			<content:encoded><![CDATA[<p>I have been moving and upgrading my sites to Zenphoto 1.6.4 though some are still on 1.6<br />
I notice that on 1.6 I am able to use the theme options for the number of albums on a page, but in 1.6.4 and 1.6.5B, although you can alter the theme options, on save they revert, all of them, regardless of the default on the options page, to 6 albums per page. <br />
Is this something new - given how few themes there are this is a bit limiting . <br />
I am not a them expert though I can tweak them. <br />
Thank you, <br />
Richard Ball</p>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Basic theme from 1.5.9]]></title>
			<link>https://forum.zenphoto.org/thread-13959.html</link>
			<pubDate>Fri, 12 Jul 2024 16:43:48 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.zenphoto.org/member.php?action=profile&uid=8960">Dynamics99</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.zenphoto.org/thread-13959.html</guid>
			<description><![CDATA[<p>Hi,</p>
<p>I'm making a test case for 1.6.4 upgrade. I have a basic theme that's slightly altered with css and permissions on user to ensure a guest can't go into options with the menu bar. I tried porting the theme to 1.6.4 and it works but I cannot see the menu bar any more. The zp-admin module. Which file in the theme would be responsible for enabling or disabling the menu bar? Or do I have to start from scratch to customize the 1.6.4 basic theme to fit my needs that were done on 1.5.9? </p>]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>I'm making a test case for 1.6.4 upgrade. I have a basic theme that's slightly altered with css and permissions on user to ensure a guest can't go into options with the menu bar. I tried porting the theme to 1.6.4 and it works but I cannot see the menu bar any more. The zp-admin module. Which file in the theme would be responsible for enabling or disabling the menu bar? Or do I have to start from scratch to customize the 1.6.4 basic theme to fit my needs that were done on 1.5.9? </p>]]></content:encoded>
		</item>
	</channel>
</rss>