How do I remover the header from LR Flash Gallery

  • Thread starter Thread starter Mark Snyder
  • Start date Start date
Status
Not open for further replies.
M

Mark Snyder

Guest
I want to use the flash gallery engine in lightroom to create a gallery for my web site. I'm placing the gallery into an HTML page that already has my site info that conforms to a standard look for my site. The header info (ie. Site Title, Collection Title, Contact Info, etc.) in the flash gallery thus becomes redundant and does not match my site's overall look. How can I remove this area from the flash gallery, because otherwise it is perfect for my usage.

Thanks
Mark
 
Figured it out, thanks to Bluefire Blog

Step by Step:

1. Open the “style.xml” file found in “resources/style” in your favorite text editor.
2. To turn off the Header bar, find this around line 57: <headerBarEnabled enabled="true"/> and change “true” to “false”
3. To turn off the Menu bar, find this 7 lines lower: <menuBarEnabled enabled="true"/> and change “true” to “false”
4. To just change the transparency (alpha) of the background of either, find the lines that look like this: <headerBarColor color="FFFFFF" alpha="1''.''"/> and change the “alpha” value.
 
Well done Mark! Thanks for reporting back!
 
Status
Not open for further replies.
Back
Top