2014-07-23, 03:53:35
Hi there! First of all thanks for the plugin!
I'm having some issues and I really need your help 'cause I can't find a solution in the instruction pages on your website...
First of all, I've got many galleries working fine with this:
but if I try to use this:
I get a broken link.
If I try to open the gallery from the admin area it works with this url:
http://mywebsite.com/?name=exampleslug&preview-gallery
but if I cut to:
http://mywebsite.com/?name=exampleslug
it goes back to my homepage.
Even when it works with the "&preview" it falls back to my custom home page template, and not with the standard template for pages (template.php)
I've created a page called Gallery, and I've put this code in it:
(% gallery %) but it is a blank page with no images.
Thank you for your help.
I'm having some issues and I really need your help 'cause I can't find a solution in the instruction pages on your website...
First of all, I've got many galleries working fine with this:
Code:
(% gallery name=exampletitle %)
but if I try to use this:
Code:
(% gallerylink name=exampletitle url=exampleslug thumb=random %)
If I try to open the gallery from the admin area it works with this url:
http://mywebsite.com/?name=exampleslug&preview-gallery
but if I cut to:
http://mywebsite.com/?name=exampleslug
it goes back to my homepage.
Even when it works with the "&preview" it falls back to my custom home page template, and not with the standard template for pages (template.php)
I've created a page called Gallery, and I've put this code in it:
(% gallery %) but it is a blank page with no images.
Thank you for your help.