About this topic

  • Posted by Martin 1 year ago. There are 5 posts. The latest reply is from byron.
  • This topic is not resolved

Tags

  1. Greetings, currently building a gallery with this great plugin but I'm stuck on one thing. Attached is a screen show showing the part I don't know how to remove:

    http://img202.imageshack.us/img202/6314/screnie.jpg

    I know there's a option to disable it but I can't for the life of me find it lol

    Great plugin btw!

  2. Thanks, Martin! I'm not able to see the image at this time...will have to try again tonight (Central, US time). Don't let me forget!

    BB

  3. Hi Martin,

    What Layout are you using? If you go into the Layout Editor and edit that Layout (you have to have "Show Advanced Menu Items:" turned on in PhotoSmash Settings / Advanced tab), you will see a DIV element in that layout that has a class like "postlink" or something similar. If you remove that DIV and its contents that should get rid of it for you.

    Copy the code to Notepad or something before you start working on it...just so you can get back to the starting point if needed.

    If that doesn't do it for you, send me the layout's code in an email (byron at whypad . com ) and I'll take a look...but you should be able to get it.

    Cheers,
    Byron

  4. What Byron said in steps (I assume you're using the gallery viewer layout)...

    Step 1 -> Photosmash > Photosmash Settings > Show Advanced Menu Items
    Step 2 -> Photosmash > Layouts Editor > "gallery_view_layout" from the "Select Layout to edit" dropdown > Edit (button)
    Step 3 -> Scroll down to "Wrapper"
    Step 4 -> Find the line of code with bwbps_postlink
    Step 5 -> EITHER (a) delete from the <div> in that line to the next </div> marker you find; OR (b) comment out that same area by putting <!-- in front of the leading <div> and --> behind the closing </div> marker.

    My personal preference is commenting out the code - that way I can always go back to it if ever necessary.

  5. GK,

    Thanks for expounding on that!

    BB

RSS feed for this topic