<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Juicebox Support Forum — Few questions please...]]></title>
		<link>https://juicebox.net/forum/viewtopic.php?id=635</link>
		<atom:link href="https://juicebox.net/forum/extern.php?action=feed&amp;tid=635&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Few questions please....]]></description>
		<lastBuildDate>Sat, 04 Apr 2020 10:10:17 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Few questions please...]]></title>
			<link>https://juicebox.net/forum/viewtopic.php?pid=17509#p17509</link>
			<description><![CDATA[<p>The latest version of WP-Juicebox (v1.5.1.2) now includes interface options to easily display or hide image titles and captions.</p><p>Just select (or deselect) the &quot;Display Image Titles&quot; and &quot;Display Image Captions&quot; checkboxes in the gallery settings window to display (or hide) the image titles and captions. (These new checkboxes are selected by default.)</p><p>WP-Juicebox can be downloaded from its own support page <a href="https://www.juicebox.net/support/wp-juicebox/">here</a>.</p>]]></description>
			<author><![CDATA[null@example.com (Steven @ Juicebox)]]></author>
			<pubDate>Sat, 04 Apr 2020 10:10:17 +0000</pubDate>
			<guid>https://juicebox.net/forum/viewtopic.php?pid=17509#p17509</guid>
		</item>
		<item>
			<title><![CDATA[Re: Few questions please...]]></title>
			<link>https://juicebox.net/forum/viewtopic.php?pid=2640#p2640</link>
			<description><![CDATA[<div class="quotebox"><blockquote><p>The thumbnails do not go left.. instead they go 1/2 through the Juicebox screen, and I cannot even see the larger image. Very strange.. Any thoughts?</p></blockquote></div><p>When using <strong>thumbsPosition=&quot;LEFT&quot;</strong>, you may need to change the default values of <strong>maxThumbColumns </strong>and <strong>maxThumbRows </strong>(which are &#039;10&#039; and &#039;1&#039; respectively, suitable for the default value of <strong>thumbsPosition </strong>which is &#039;BOTTOM&#039;).<br />Try setting:<br /></p><div class="codebox"><pre><code>thumbsPosition=&quot;LEFT&quot;
maxThumbColumns=&quot;3&quot;
maxThumbRows=&quot;3&quot;</code></pre></div><div class="quotebox"><blockquote><p>I will keep trying, of course unless &quot;left&quot; or &quot;LEFT&quot; makes any difference.</p></blockquote></div><p>Configuration option values are case-insensitive so it does not matter whether you use &#039;left&#039; or &#039;LEFT&#039;.</p>]]></description>
			<author><![CDATA[null@example.com (Steven @ Juicebox)]]></author>
			<pubDate>Sun, 10 Feb 2013 05:51:05 +0000</pubDate>
			<guid>https://juicebox.net/forum/viewtopic.php?pid=2640#p2640</guid>
		</item>
		<item>
			<title><![CDATA[Re: Few questions please...]]></title>
			<link>https://juicebox.net/forum/viewtopic.php?pid=2639#p2639</link>
			<description><![CDATA[<div class="quotebox"><blockquote><p>How would I move the thumbnails from the bottom section to say the left or right, or even top?<br />(1) Upgrade WP-Juicebox from Juicebox-Lite (which it comes bundled with) to Juicebox-Pro by following the instructions <a href="http://www.juicebox.net/support/wp-juicebox/#pro">here</a>.<br />(2) Use the <strong>thumbsPosition </strong>configuration option in the &#039;Pro Options&#039; text area of your gallery&#039;s settings window, e.g.<br /></p><div class="codebox"><pre><code>thumbsPosition=&quot;TOP&quot;</code></pre></div><p>A description of the <strong>thumbsPosition </strong>configuration option can be found in the <a href="http://www.juicebox.net/support/config_options/#thumbnail-options">Thumbnail Options</a> section of the Config Options page.</p></blockquote></div><p>Hi Steven,</p><p>Awesome; thank you so much for the reply. I am working through them... For #3 however, when I change the Thumbnail option to exactly as you show &quot;thumbsPosition=&quot;left&quot; </p><p>The thumbnails do not go left.. instead they go 1/2 through the Juicebox screen, and I cannot even see the larger image. Very strange.. Any thoughts?</p><p>I will keep trying, of course unless &quot;left&quot; or &quot;LEFT&quot; makes any difference.</p><p>Best.</p>]]></description>
			<author><![CDATA[null@example.com (owner)]]></author>
			<pubDate>Sun, 10 Feb 2013 05:08:30 +0000</pubDate>
			<guid>https://juicebox.net/forum/viewtopic.php?pid=2639#p2639</guid>
		</item>
		<item>
			<title><![CDATA[Re: Few questions please...]]></title>
			<link>https://juicebox.net/forum/viewtopic.php?pid=2630#p2630</link>
			<description><![CDATA[<div class="quotebox"><blockquote><p>1) How do you add photos/captions to a converted gallery from NGG ?</p></blockquote></div><p>A NextGEN-sourced WP-Juicebox gallery is not &#039;converted&#039;. Juicebox creates the gallery live from the NextGEN data at the time the gallery is displayed. Therefore, just add images and/or captions to the NextGEN gallery that WP-Juicebox uses and the changes will be reflected in the Juicebox gallery the next time the gallery is displayed.<br /></p><div class="quotebox"><blockquote><p>2) Currently the image title + caption is both showing on the WP-Juicebox gallery; how do I just show the caption?</p></blockquote></div><p>Either clear the &#039;Alt &amp; Title Text&#039; fields in your NextGEN gallery or modify WP-Juicebox as follows.<br />(1) Open the &#039;wp-juicebox/config.php&#039; file in a plain text editor.<br />(2) Change line 101 from:<br /></p><div class="codebox"><pre><code>$title_text = $new_dom_doc-&gt;createCDATASection($attachment-&gt;alttext);</code></pre></div><p>... to:<br /></p><div class="codebox"><pre><code>$title_text = $new_dom_doc-&gt;createCDATASection(&#039;&#039;);</code></pre></div><p>(3) Save the change and re-upload the file to its original location on your web server.<br />Please note that the line number refers to WP-Juicebox v1.2.0.<br /></p><div class="quotebox"><blockquote><p>3) How would I move the thumbnails from the bottom section to say the left or right, or even top?</p></blockquote></div><p>(1) Upgrade WP-Juicebox from Juicebox-Lite (which it comes bundled with) to Juicebox-Pro by following the instructions <a href="http://www.juicebox.net/support/wp-juicebox/#pro">here</a>.<br />(2) Use the <strong>thumbsPosition </strong>configuration option in the &#039;Pro Options&#039; text area of your gallery&#039;s settings window, e.g.<br /></p><div class="codebox"><pre><code>thumbsPosition=&quot;TOP&quot;</code></pre></div><p>A description of the <strong>thumbsPosition </strong>configuration option can be found in the <a href="http://www.juicebox.net/support/config_options/#thumbnail-options">Thumbnail Options</a> section of the Config Options page.</p>]]></description>
			<author><![CDATA[null@example.com (Steven @ Juicebox)]]></author>
			<pubDate>Sat, 09 Feb 2013 07:12:31 +0000</pubDate>
			<guid>https://juicebox.net/forum/viewtopic.php?pid=2630#p2630</guid>
		</item>
		<item>
			<title><![CDATA[Few questions please...]]></title>
			<link>https://juicebox.net/forum/viewtopic.php?pid=2629#p2629</link>
			<description><![CDATA[<p>Hi There,</p><p>Few questions please:</p><p>1) How do you add photos/captions to a converted gallery from NGG ?</p><p>2) Currently the image title + caption is both showing on the WP-Juicebox gallery; how do I just show the caption?</p><p>3) How would I move the thumbnails from the bottom section to say the left or right, or even top?</p><p>Thank you so much&gt; i have juicebox pro and can use both the WP or desktop versions.</p><p>Best regards. Look forward to the reply to this amazing system.</p>]]></description>
			<author><![CDATA[null@example.com (owner)]]></author>
			<pubDate>Sat, 09 Feb 2013 05:00:01 +0000</pubDate>
			<guid>https://juicebox.net/forum/viewtopic.php?pid=2629#p2629</guid>
		</item>
	</channel>
</rss>
