Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Jacob N. Breetvelt

    (@opajaap)

    Asuming you only incidently need the album cover title disaplyed and generally not, i would suggest the following:

    Add in Table IV-A15:

    
    .wppa-title {
    display:none;
    }
    

    to disable the display of the title.
    On the overview page – where you want the titles displayed, add – using the text editor, not the visual !!! – before the shortcode:

    
    <style>.wppa-title { display:inline !important; }</style>
    
    Thread Starter Jakob

    (@jakobbader)

    Hi Jacob

    Thank you very much.

    Removing the title in the post worked great, however it doesn’t seem to work with this shortcode to display the title in the gallery

    [wppa type=”covers” album=”5″ size=”auto” align=”center”][/wppa]

    see here: https://www.dropbox.com/s/vs5jq2q1rzlc5cu/Image%201.jpg?dl=0

    It would be perfect if that would work, as I don’t display the albums individual.

    Cheers

    Jakob

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    Did you type it in the visual editor? Then it is seen as text, not as html. Use the text editor.

    Thread Starter Jakob

    (@jakobbader)

    I did, but used the code from the email <style>.wppa-title { display:inline !important; }</style>…

    Now it works perfect… shame on me ??

    Thank you so much Jacob

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    Never mind

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Display album without title’ is closed to new replies.