Please login or register.
Login with username, password and session length
May 21, 2013, 09:55:41 AM
News: We're back! And here to stay!
collapse

* User Info

 
 
Welcome, Guest. Please login or register.
Did you miss your activation email?

* Recent Posts

Fatal error: by mailtobala04
[May 17, 2013, 04:36:20 PM]


Backend Items (Images) don't work by bauchinj
[May 15, 2013, 04:18:55 PM]


Permissions issue: a user can upload images in other user galleries by guidocx84
[May 11, 2013, 05:17:44 PM]


Payment after loggin by mirjam
[May 11, 2013, 03:02:56 PM]


image titles without dashes by mirjam
[May 11, 2013, 02:57:48 PM]


Batch Upload Fails by mirjam
[May 11, 2013, 02:52:08 PM]


Slow Gallery with many Photos by mirjam
[May 11, 2013, 02:49:36 PM]


500 error Rackspace by mirjam
[May 11, 2013, 02:23:09 PM]

Advertisement


Pages: [1]   Go Down

Author Topic: Not a Bug - Modifying Image Navigation Menu.  (Read 193 times)

Offline MICKNET

  • Newbie
  • *
  • Posts: 7

Not a Bug - Modifying Image Navigation Menu.
« on: February 17, 2013, 03:47:23 PM »
Is it possible to remove the lower navigation menu "Start Prev 1 2 3 ... Next End" so that the Description section is close to the image? Or is it possible to move the description section closer to the image while leaving the navigation menu?

Thanks in advance for any suggestions.

Offline mirjam

  • Dev Team
  • Hero Member
  • *****
  • Posts: 558

Re: Not a Bug - Modifying Image Navigation Menu.
« Reply #1 on: February 18, 2013, 11:59:10 AM »
Assuming you are using RSGallery2 v3.2.0 with the template Semantic: find the file /JOOMLAROOT/components/com_rsgallery2/templates/semantic/html/inline.php with two times the code
Code: [Select]
<div class="rsg_sem_inl_Nav">
    <?php $this->showDisplayPageNav(); ?>
</div>
You will want to remove the bottom one to remove the bottom navigation.

Another option is to play around with the CSS styling, for example find the file JOOMLAROOT/components/com_rsgallery2/templates/semantic/css/template.css with the code
Code: [Select]
.rsg2 dl.tabs {
    margin-bottom: 0;
    padding-bottom: 0;
}
and change it to
Code: [Select]
.rsg2 dl.tabs {
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 0;
}
(in my case overruling a top margin of 50px that originates from Joomla's Beez20 template, see for example here: http://demo.rsgallery2.nl/index.php/demo-rsgallery2/3-a-subgallery/27-1545496 and play with the Mozilla Firefox Addon Firebug that allows you to view changes that you might want to make to the CSS styling before changing your files).
Suddenly on maternity leave: our baby boy was born a few weeks early, he's doing well now.
For the next couple of weeks I won't available, for true emergences pm locutusweb please.

I hope that RSGallery2 users will help each other out in the mean time.

Offline MICKNET

  • Newbie
  • *
  • Posts: 7

Re: Not a Bug - Modifying Image Navigation Menu.
« Reply #2 on: February 19, 2013, 09:18:27 PM »
Thank you. I think your suggestions will do the job. You can close this thread.
Pages: [1]   Go Up
 

anything