How to remove description text?

ewwatson
ewwatson's picture

Joined: 2013-04-11
Posts: 3
Posted: Thu, 2013-04-11 10:04

Dito what my subject said. More specifically... how to remove the description text under the image. On the thumbnail and the fullsize image? Thanks in advance for your help :)

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Thu, 2013-04-11 14:19

There is no description under the thumbnial with the wind theme. Did you want to remove the title of the item? Albums as well?
There is no description under the full sized image either it is under the resized, if that is what you are after thend it is:
<div><?= nl2br(html::purify($item->description)) ?></div>
in photo.html.php in the view directory of the theme you are using.

Dave

_____________________________________________
Blog & G2 || floridave - Gallery Team

 
ewwatson
ewwatson's picture

Joined: 2013-04-11
Posts: 3
Posted: Thu, 2013-04-11 16:57

Perfect. I'll try that theme and the code you suggested. Thanks!

 
ewwatson
ewwatson's picture

Joined: 2013-04-11
Posts: 3
Posted: Mon, 2013-04-15 11:23

Thank you floridave the wind theme ended up working perfectly :)

http://www.websitecodetutorials.com/

 
darrengfo

Joined: 2013-04-17
Posts: 1
Posted: Wed, 2013-04-17 11:59

I've been searching for an answer to this, thanks for the info.At last I can now get on with other things, with no headache :)