{"id":62,"date":"2013-02-10T16:06:08","date_gmt":"2013-02-10T16:06:08","guid":{"rendered":"http:\/\/jalby.org\/wordpress\/?page_id=62"},"modified":"2014-07-02T04:33:24","modified_gmt":"2014-07-02T04:33:24","slug":"faq","status":"publish","type":"page","link":"http:\/\/jalby.org\/wordpress\/folder-gallery\/faq\/","title":{"rendered":"FAQ"},"content":{"rendered":"<h4>How to install Lightbox 2 JS engine?<\/h4>\n<ol>\n<li>Download Lightbox 2 from\u00a0<a href=\"http:\/\/lokeshdhakar.com\/projects\/lightbox2\/\">http:\/\/lokeshdhakar.com\/projects\/lightbox2\/<\/a><\/li>\n<li>Unzip the archive<\/li>\n<li>Upload the directory &#8216;lightbox&#8217; to &#8216;\/wp-content&#8217;.<\/li>\n<li>Go To WordPress &gt; Settings &gt; Folder Gallery and select Lightbox 2 as Gallery Engine.<\/li>\n<li>Done!<\/li>\n<\/ol>\n<h4>How to install Fancybox 2?<\/h4>\n<ol>\n<li>Download fancybox 2 from\u00a0<a href=\"http:\/\/fancyapps.com\/fancybox\/#license\">http:\/\/fancyapps.com\/fancybox\/#license<\/a><\/li>\n<li>Unzip the archive then rename the directory to &#8216;fancybox&#8217;.<\/li>\n<li>Upload the directory &#8216;fancybox&#8217; to &#8216;\/wp-content&#8217;.<\/li>\n<li>Go To WordPress &gt; Settings &gt; Folder Gallery and select Fancybox 2 as Gallery Engine.<\/li>\n<li>Done!<\/li>\n<\/ol>\n<h4>How to install Lightview 3?<\/h4>\n<ol>\n<li>Download lightview from\u00a0<a href=\"http:\/\/projects.nickstakenburg.com\/lightview\/download\">http:\/\/projects.nickstakenburg.com\/lightview\/download<\/a><\/li>\n<li>Unzip the archive then rename the directory to &#8216;lightview&#8217; (i.e., remove version number).<\/li>\n<li>Upload the directory &#8216;lightview&#8217; to &#8216;\/wp-content&#8217;.<\/li>\n<li>Go To Settings \/ Folder Gallery and select Lightview as Gallery Engine.<\/li>\n<li>Done!<\/li>\n<\/ol>\n<p>You can specify lightview options with the shortcode attribute &#8216;options&#8217;:<\/p>\n<pre><code><strong>[<\/strong>foldergallery folder=\"path\" title=\"My Gallery\"\r\n    options=\"controls: { slider: false }, skin: 'mac'\"<strong>]\r\n<\/strong><\/code><\/pre>\n<p>You can set default options in Folder Gallery Options Page.<\/p>\n<p>See\u00a0<a href=\"http:\/\/projects.nickstakenburg.com\/lightview\/documentation\">http:\/\/projects.nickstakenburg.com\/lightview\/documentation<\/a>\u00a0for details about Lightview options.<\/p>\n<h4>Can I use Folder Gallery along with another Lightbox plugin?<\/h4>\n<p>Folder Gallery has built-in support for &#8220;Easy Fancybox&#8221; plugin by RavanH and &#8220;Responsive Lightbox&#8221; plugin by dFactory. After activating the plugin, select it in Folder Gallery Settings (Gallery Engine).<\/p>\n<p>Otherwise, if your Lightbox plugin automatically handles images, you may set the lightbox engine to &#8216;None&#8217; in Folder Gallery Options. This should work with<\/p>\n<ul>\n<li>Fancybox 1.0.7+ by Kevin Sylvestre<\/li>\n<li>jQuery Colorbox 4.5+ by Arne Franken<\/li>\n<li>Lightview Plus 3.1.3+ by Puzich<\/li>\n<li>Maybe other<\/li>\n<\/ul>\n<h4>Can I use Easy Fancybox plugin along with Folder Gallery?<\/h4>\n<p>Yes! First install and activate Easy Fancybox plugin. In WordPress &gt; Settings &gt; Media &gt; Fancybox &gt; Images &gt; Gallery, Disabled Autogllery. Then, in WordPress &gt; Settings &gt; Folder Gallery, select &#8220;Easy Fancybox (plugin)&#8221; as Gallery Engine.<\/p>\n<h4>I&#8217;d like to display a single thumbnail instead of the full thumbnails list<\/h4>\n<p>Add the attribute\u00a0<code>thumbnails<\/code>\u00a0in the shortcode with value\u00a0<code>single<\/code>\u00a0to display only the first thumbnail.<\/p>\n<pre><code><strong>[<\/strong>foldergallery folder=\"path\" title=\"My Gallery\" thumbnails=\"single\"<strong>]\r\n<\/strong><\/code><\/pre>\n<p>If you want to use a different picture (than the first) as the single thumbnail for the gallery, add a picture with name !!! (e.g.,\u00a0<code>!!!.jpg<\/code>) to your gallery. This picture will be used as thumbnail, but won&#8217;t be included in the (lightbox) gallery. Another option is to use the shortcode attribute\u00a0<code>thumbnails=-n<\/code>\u00a0where\u00a0<code>n<\/code>is the picture number (in the gallery) you want to use as single thumbnail.<\/p>\n<p>To hide gallery title under the thumbnail, add\u00a0<code>title=\"\"<\/code>. You then should set\u00a0<code>caption' to something else than<\/code>default<code>, e.g.,<\/code>caption=&#8221;filename&#8221;`.<\/p>\n<h4>I&#8217;d like to display only the n first thumbnails instead of the full thumbnails list<\/h4>\n<p>Add the attribute\u00a0<code>thumbnails<\/code>\u00a0in the shortcode with value\u00a0<code>n<\/code>\u00a0to display only the n first thumbnails.<\/p>\n<pre><code><strong>[<\/strong>foldergallery folder=\"path\" title=\"My Gallery\" thumbnails=3<strong>]\r\n<\/strong><\/code><\/pre>\n<h4>I&#8217;d like to display a (sub)title under each thumbnail<\/h4>\n<p>You have to set show_thumbnail_captions to 1 (or change the global option in Folder Gallery Settings) using<\/p>\n<pre><code><strong>[<\/strong>foldergallery folder=\"path\" title=\"My Gallery\" show_thumbnail_captions=true<strong>]\r\n<\/strong><\/code><\/pre>\n<p>The caption format is set with the attribute\u00a0<code>caption<\/code>. It can be set to\u00a0<code>filename<\/code>,<code>filenamewithoutextension<\/code>\u00a0or\u00a0<code>smartfilename<\/code>\u00a0which displays the filename without extension, front number removed and underscores (_) replaced with spaces.<\/p>\n<pre><code><strong>[<\/strong>foldergallery folder=\"path\" title=\"My Gallery\" show_thumbnail_captions=1 caption='smartfilename'<strong>]<\/strong><\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>How to install Lightbox 2 JS engine? Download Lightbox 2 from\u00a0http:\/\/lokeshdhakar.com\/projects\/lightbox2\/ Unzip the archive Upload the directory &#8216;lightbox&#8217; to &#8216;\/wp-content&#8217;. Go To WordPress &gt; Settings &gt; Folder Gallery and select Lightbox 2 as Gallery Engine. Done! How to install Fancybox 2? Download fancybox 2 from\u00a0http:\/\/fancyapps.com\/fancybox\/#license Unzip the archive then rename the directory to &#8216;fancybox&#8217;. Upload &hellip; <\/p>\n<p class=\"link-more\"><a href=\"http:\/\/jalby.org\/wordpress\/folder-gallery\/faq\/\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;FAQ&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":36,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-templates\/full-width.php","meta":{"jetpack_post_was_ever_published":false,"footnotes":""},"class_list":["post-62","page","type-page","status-publish","hentry","entry"],"jetpack_sharing_enabled":false,"jetpack_shortlink":"https:\/\/wp.me\/P32evb-10","_links":{"self":[{"href":"http:\/\/jalby.org\/wordpress\/wp-json\/wp\/v2\/pages\/62","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/jalby.org\/wordpress\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"http:\/\/jalby.org\/wordpress\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"http:\/\/jalby.org\/wordpress\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/jalby.org\/wordpress\/wp-json\/wp\/v2\/comments?post=62"}],"version-history":[{"count":10,"href":"http:\/\/jalby.org\/wordpress\/wp-json\/wp\/v2\/pages\/62\/revisions"}],"predecessor-version":[{"id":152,"href":"http:\/\/jalby.org\/wordpress\/wp-json\/wp\/v2\/pages\/62\/revisions\/152"}],"up":[{"embeddable":true,"href":"http:\/\/jalby.org\/wordpress\/wp-json\/wp\/v2\/pages\/36"}],"wp:attachment":[{"href":"http:\/\/jalby.org\/wordpress\/wp-json\/wp\/v2\/media?parent=62"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}