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

    (@opajaap)

    To get rid of the sub-album links, select no display at all in Table VI-C11, 2nd selection box.

    To recommend for the color and placement of the album title i need a real link to the page showing the wrong lay-out, not a screenshot.

    Thread Starter rbarron

    (@rbarron)

    Jacob,

    Thank you for the prompt insight, worked PERFECTLY!!

    Here’s the link you requested, very much appreciated.

    http://barronsplace.com/treasure-chest/wppaspec/oc1/lnen/cv0/ab5

    ….. Rick

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    You have inline style settings:

    div.entry-content h2 {
        text-align: center;
        font-weight: bold;
    }

    and

    a {
        color: #dd3333;
    }

    that define the position and color of the album titles.

    The color is ok, it seems to be your standard link color,
    however, I would suggest to change the location to left align as follows:

    Add in Photo ALbums -> Settings admin page Table IV-A15 ( Custom style ) :

    .wppa-title {
        text-align:left !important;
    }

    Thread Starter rbarron

    (@rbarron)

    Jacob,

    You’re the BEST!! Thank you.

    …… Rick

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Setting Overload’ is closed to new replies.