Hi all,
I've just installed the gallery module - works ace!
I would like to knwo how to get rid of the 'Eject' button that appears above the thumbnails. When clicked it loads a broekn page with no template images - just looks ugly.
Any ideas?
LivingMudFish
[Solved] Gallery Eject button
-
- Forum Members
- Posts: 25
- Joined: Wed Feb 08, 2006 1:37 pm
[Solved] Gallery Eject button
Last edited by LivingMudFish on Tue Sep 15, 2009 11:07 am, edited 1 time in total.
Re: Gallery Eject button
This is part of the page navigation. When you don't need it, you can delete it from the template you are using. The code you can delete looks something like this:
If you want to give it another look, you can adjust the css that belongs to the same template.
Code: Select all
<div class="pagenavigation">
{if $pages > 1}
<div class="prevpage">{$prevpage}</div>
<div class="nextpage">{$nextpage}</div>
{/if}
{if isset($parentlink)}<div class="parentlink">{$parentlink}</div>{/if}
{if $pages > 1}<div class="pagelinks">{$pagelinks}</div>{/if}
</div>
That should not be happening. Can you please PM me a link to that page, before you delete the link to parent-gallery?When clicked it loads a broekn page with no template images