I want to change Description position with gallery position

Phoca Gallery - image gallery extension
amir_csj
Phoca Newbie
Phoca Newbie
Posts: 1
Joined: 04 Aug 2016, 00:52

I want to change Description position with gallery position

Post by amir_csj »

how can I change Description position with gallery position?

http://imgur.com/a/XOoxb
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47887
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: I want to change Description position with gallery position

Post by Jan »

Hi, see:
components\com_phocagallery\views\category\tmpl\default.php

Code: Select all

// Category Description
if (isset($this->category->description) && $this->category->description != '' ) {
    echo '<div class="pg-cv-desc">'. JHTML::_('content.prepare', $this->category->description) .'</div>'. "\n";
} 
This code, you can move to other place, directly in the default.php file or other default_ ... files.

Jan
If you find Phoca extensions useful, please support the project
Post Reply