• Resolved lbinsomniac

    (@lbinsomniac)


    Hi,

    First of all : Thank you !! Your plugin is really great.

    I have some problems with my thumbnails and album covers.

    I would like to align the first one of each to the left and keep a spacing of 20px between each thumbnails or covers. BUT there is always a border and a padding or margin and I don’t know how I could work on it.

    I also have a another problem. I have a page with 3 titles (first team, second team, third team…) and I want to put differents subalbums above each title :

    Here is my code :
    <h2>LNC</h2>
    [wppa type=”covers” album=”1″ align=”left”][/wppa]

    <h2>1ère ligue</h2>
    [wppa type=”covers” album=”1″ align=”left”][/wppa]

    <h2>2ème ligue</h2>
    [wppa type=”covers” album=”1″ align=”left”][/wppa]

    <h2>3ème ligue</h2>
    [wppa type=”covers” album=”1″ align=”left”][/wppa]

    (I only create one albums with 2 subalbums at the moment)

    But at the end, on my page, I have my 4 titles and at the end of the page, the subalbums.

    http://cttlachauxdefonds.ch/photos/

    Could you please help me? I am looking for a solution since a while and can’t find anything on the forum.

    Thank you so much for your help.

    https://ww.wp.xz.cn/plugins/wp-photo-album-plus/

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

    (@opajaap)

    The plugin Simple Share Buttons Adder (5.0) is faulty.
    It does something strange with class .ssba that causes the page layout to get confused. It looks as if the ssba code is in the sidebar, but it is inside the main page. See if there is a way to configure it different, or find a properly working share plugin.

    Thread Starter lbinsomniac

    (@lbinsomniac)

    Hi,

    Thank you very much for your answer! I desactivate the plugin and the problem with shortcode is resolved.

    But I still have the problem of padding and border around my cover and thumbnails.
    Do you have any ideas how I could improve this?

    Thank you so much in advance.

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    If you can not do it with the settings, add to Table IV-A15: Custom style:
    (Example):

    .wppa-album-cover-standard {
    padding:0 !important;
    border: none !important;
    }

    With !important, you can overrule normal css settings.

    Thread Starter lbinsomniac

    (@lbinsomniac)

    Thank you so much, and thanks again for this great plugin.
    I modify few classes and resolve the problems.

    Have a great day.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Layout Trouble’ is closed to new replies.