Remove Gallery "Name" & "Description" and make the theme menu move to top... Remove Gallery "Name" & "Description" and make the theme menu move to top...
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Remove Gallery "Name" & "Description" and make the theme menu move to top...

Started by dke, June 18, 2007, 02:04:06 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

dke

Hi there Coppermine Themers!

I hope you could guide me in the right direction of this issue, to remove the gallery "name" & "description" is very easy, but then it leaves a big gapp between the menu (macosx) and the top of the page. I would like the menu to be on the top of the page and remove this gap that is reserved for the galley name and description...

Anyone willing to help me here? Tried the search but came up with nothing on this exact thing..

Sami

Just remove this

<div class="top_panel">
  <div class="top_panel_r">
    <div id="GAL_NAME">
      <h1>{GAL_NAME}</h1>
      <h3>{GAL_DESCRIPTION}</h3>
    </div>
  </div>
</div>

from themes/mac_ox_x/template.html
‍I don't answer to PM with support question
Please post your issue to related board

dke