Page 1 of 1
SHADOWBOX (Description + Title)
Posted: 20 Aug 2011, 08:31
by CrazyMonkey
Hello! I need the thumbs to appear only the description, but the Shadowbox title + description.
As I can do?
Thanks
Re: SHADOWBOX (Description + Title)
Posted: 21 Aug 2011, 00:24
by Jan
Hi, search this forum, there are some guides how to customize it because shadowbox itself does not have a place for description.
Jan
Re: SHADOWBOX (Description + Title)
Posted: 21 Aug 2011, 03:22
by CrazyMonkey
I searched a lot.
I could do this by modifying the line 123 (views/category/default.php):
Code: Select all
echo ' title="'. $value->title.'"';
for
Code: Select all
echo ' title="'."<b>". $value->title."</b> ".$value->description.'"';
But but appears in the image as ALT in HTML!
In ALT I just want to see description!
Re: SHADOWBOX (Description + Title)
Posted: 25 Aug 2011, 13:18
by Jan
Hi, then you need to modify the ALT too (but if there is no dependecy to shadowbox javascript

)