Viewing 2 replies - 1 through 2 (of 2 total)
  • bfield3

    (@bfield3)

    Hi pkl,
    Just wanted to chime in here and tell you how I accomplished what you asked above. Like you I also didn’t want the yellow box showing the album title on the album page.

    Here’s what I did.
    1. In your dashboard hover over Plugins and click on Editor.

    2. Upper right corner where it says “select plugin to edit” choose kPicasa Gallery and click on the Select button.

    3. Along the right hand side of your display click on the file called “kpicasa-gallery/kpg.class.php”.

    4. Once that file content is shown in the editor box scroll down about halfway and look for 2 lines with this content:
    print ‘<div id=”kpg-album-description”>’;
    print “<div id=’kpg-title’>$albumTitle</div>”;

    5. I recommend you highlight both those lines and then right click and choose cut.

    6. Paste those 2 lines into a Notepad document in case you need to get them back.

    7. Back in the editor simply choose “update file” at the bottom of the page.

    Go back and reload your album page and then click one of the albums. That yellow box should be gone.

    I am not 100% sure this is the recommended way to do handle this. I used Firebug to figure out where the generation of that box was coming from. It is working well for me though.

    If you ever update the plugin you will lose these settings, so either don’t update :-), or remember how you did it and re-do if you update the plugin.

    Peace,
    Bill

    Thread Starter pkl

    (@pkl)

    Thank you! That works, and makes sense. I appreciate it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Title before gallery’ is closed to new replies.