Page 1 of 1

Strange empty rows in category view

Posted: 18 Nov 2012, 19:41
by Yaro
Hello,
first thank you again for such excellent component - simply the best gallery for Joomla.
Now problem:
1. I have installed Gallery as usual (not first time, I am quite familiar with Phoca Gallery).
2. set menu item linking to Category View (with subcategories, in these subcategories are images) - working without problem
3. however I have noticed strange empty space below thumbnails (please see attached screenshots), between thumbnails and my site footer, there is menu actually Image
4. so I inspected it with Firebug an found code that displays that "empty rows"

Code: Select all

<form name="adminForm" method="post" action="http://mywebsite.com/ksiazki-1?lang=pl">
<div class="pgcenter">
<input type="hidden" value="category" name="controller">
<input type="hidden" value="1" name="2598ba4760b64a540677ea9c03472fd1">
</form>
</div>
<div>&nbsp;</div>
<script type="text/javascript">
<div>&nbsp;</div>
</div>
<div class="clear"></div>
</div>
</div>
5. cannot understand what is it for?
6. how can I remove this blank space generated with four empty rows?

Will be gratefulf for help or suggestions
Yaro

Re: Strange empty rows in category view

Posted: 27 Nov 2012, 17:34
by Jan
Hi, not sure which empty row you mean (maybe some screenshot will be great), but you can try to see the code:

components/com_phocagallery/views/category/tmpl/default_images.php

Maybe you can find it there :idea: