Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Mike Auteri

    (@mauteri)

    Hi pucedig,

    Thanks! Currently I don’t have a way in the shortcode to include/not include the title, but I can add that in in the next update.

    For now, you can simply hide the title with CSS like this:

    .fbps-album h3 {
        display: none;
    }

    I’ll try to get an update out soon. Probably something like title=false in the shortcode. I’ll let you know when that is available.

    -Mike

    Thread Starter pucedig

    (@pucedig)

    Hi Mike,

    Great, works like a charm! Thanks!

    Talking about changing some parts of the CSS, I would have another question.

    I’ve been playing around but didn’t get lucky at all : how would I change the size of the photos ? I would like them to be a bit smaller. I’ve been playing with “width: XXpx;” and “height:XXpx;” but obviously not at the right place.

    Thanks!

    — Puce di G

    Thread Starter pucedig

    (@pucedig)

    Sorry for the last question, I missed it in the forum, it is already resolved!
    I mark this topic as resolved!

    Thanks for your help!

    — Puce di G

    Plugin Author Mike Auteri

    (@mauteri)

    Hi Pucedig,

    You can add width=250 height=250 (as an example) to the shortcode to change the height/width of the thumbnails. By default it’s 130×130. Hope that helps.

    Thx,
    Mike

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to remove the album title’ is closed to new replies.