Turante / sandbox-theme

Automatically exported from code.google.com/p/sandbox-theme
0 stars 0 forks source link

Gallery Columns and Attachment Page #170

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Changing the column count to any other number but column count stays at 1.
2. Changing link to image file instead of attachment page, but attachment
page is the only output that happens.

What is the expected output? What do you see instead?
Instead of being able to display 2 or 3 columns, the gallery page displays
only 1. Instead of being able to link to an image file, it goes to the
attachment page instead.

What version of the product are you using? On what operating system?
I am using 2.9.2 and do my work on Mac OSX 10.5.

Please provide any additional information below.
This is my first time building on Sandbox so please be gentle and I do
welcome any additional comments on things I have done wrong. I only want to
learn.

Template Link: http://clients.webbychick.com/coffee

Original issue reported on code.google.com by webbych...@gmail.com on 18 Mar 2010 at 3:33

GoogleCodeExporter commented 9 years ago
comment out the code  in functions.php (method sandbox_gallery, line 310 in my 
version) and the default wordpress gallery is returned. it may be different, 
but it doesnt have these bugs.

Original comment by pike-common@kw.nl on 7 Dec 2012 at 4:54

GoogleCodeExporter commented 9 years ago
.. or better, find the line at the bottom saying 'add_filter( 'post_gallery', 
'sandbox_gallery');' and comment that out

Original comment by pike-common@kw.nl on 7 Dec 2012 at 4:58