Advanced search  

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Pages: [1]   Go Down

Author Topic: Show Home | Contact | Login by default  (Read 3832 times)

0 Members and 1 Guest are viewing this topic.

wbeddoe

  • Coppermine novice
  • *
  • Country: us
  • Offline Offline
  • Gender: Male
  • Posts: 20
Show Home | Contact | Login by default
« on: November 27, 2013, 02:27:08 pm »

Hello All,

Is there an option to show the | Home | Contact | Login | links by default without having to click on the orange down-arrow carrot?

Gallery 1.5.22 (stable)
Logged
Coppermine Photo Gallery 1.5.22 (stable)
IT Exec; BS Psychology; #USMC

Αndré

  • Administrator
  • Coppermine addict
  • *****
  • Country: de
  • Offline Offline
  • Gender: Male
  • Posts: 15764
Re: Show Home | Contact | Login by default
« Reply #1 on: November 27, 2013, 03:35:01 pm »

The easiest solution would be to use a theme that show it by default, which should apply to the majority of available themes. If you want to keep your current theme, please post a link to your gallery.
Logged

wbeddoe

  • Coppermine novice
  • *
  • Country: us
  • Offline Offline
  • Gender: Male
  • Posts: 20
Re: Show Home | Contact | Login by default
« Reply #2 on: November 27, 2013, 03:41:40 pm »

Logged
Coppermine Photo Gallery 1.5.22 (stable)
IT Exec; BS Psychology; #USMC

Αndré

  • Administrator
  • Coppermine addict
  • *****
  • Country: de
  • Offline Offline
  • Gender: Male
  • Posts: 15764
Re: Show Home | Contact | Login by default
« Reply #3 on: November 27, 2013, 04:00:33 pm »

Open themes/rhinoswelt/style.css, find
Code: [Select]
#SYS_MENU {
    position:relative;
    width:800px;
    height:30px;
    left: 35px;
    top: 5px;
    margin:-10px;
    padding:0;
    z-index:1;
    visibility: hidden;
}
and replace with
Code: [Select]
#SYS_MENU {
    position:relative;
    width:800px;
    height:30px;
    left: 35px;
    top: 5px;
    margin:-10px;
    padding:0;
    z-index:1;
    visibility: visible;
}


To remove the now useless arrow button, open themes/rhinoswelt/theme.php, remove
Code: [Select]
                                        <td class="top_menu_bttn">
                                                <span class="top_menu_container"><a href="javascript:;" onmouseover="MM_showHideLayers('SYS_MENU','','show')">&nbsp;<img src="themes/rhinoswelt/images/icons/menu_down.png" border="0" height="16" width="16" alt="" style="vertical-align:middle;" />&nbsp;</a></span>
                                        </td>
                                        <td><img src="themes/rhinoswelt/images/menu_spacer.gif" width="8" height="35" border="0" alt="" /><br /></td>
completely.
Logged

wbeddoe

  • Coppermine novice
  • *
  • Country: us
  • Offline Offline
  • Gender: Male
  • Posts: 20
Re: Show Home | Contact | Login by default
« Reply #4 on: November 27, 2013, 05:06:05 pm »

Thank you Αndré,

Perfect!

I appreciate your time.

Logged
Coppermine Photo Gallery 1.5.22 (stable)
IT Exec; BS Psychology; #USMC

Αndré

  • Administrator
  • Coppermine addict
  • *****
  • Country: de
  • Offline Offline
  • Gender: Male
  • Posts: 15764
Re: Show Home | Contact | Login by default
« Reply #5 on: November 27, 2013, 05:25:06 pm »

Please
tag your thread as "solved" by clicking on the "Topic Solved" button on the bar at the left hand side at the bottom of your thread.
Logged
Pages: [1]   Go Up
 

Page created in 0.022 seconds with 20 queries.