Forums

DM Albums - feature request and color change (4 posts)

  1. lhw455
    Member
    Posted 1 month ago #

    Hi there

    First of all, thanks for this plugin. There were two items that I wanted to ask about:

    1) I've tried to change the color of the black (default) bar at the bottom (or top, depending on settings). I've looked through the dm.css and styles.css and I can't seem to find the right place to change the color (its the black bar which surrounds the thumbnails). I would like to change this to white to blend in with the background of my theme.

    2) With regards to the bar, is there a way we can change this to be left or right as opposed to top and bottom? I guess this would need to be a feature?

    Thanks in advance, and once again thanks again for the awesome plugin!

    http://wordpress.org/extend/plugins/dm-albums/

  2. fstrack
    Member
    Posted 1 month ago #

    Hi, thanks for writing!

    To change the thumbnails background, just change the following in styles.css (but make sure you empty your browser cache so you can see the changes!) The values below should give you a white background.

    /* MAIN THUMBNAILS */
    #td_thumbnails
    {
    border-top: 1px #FFFFFF solid;
    border-bottom: 1px #FFFFFF solid;
    border-left: 1px #FFFFFF solid;
    border-right: 1px #FFFFFF solid;
    }

    /* CURRENTLY SELECTED THUMBNAIL */
    .selectedthumb
    {
    border: 2px solid;
    border-color:#1472EC;
    }

    /* REGULAR THUMBNAILS */
    .thumb
    {
    border: 2px solid;
    border-color:#FFFFFF;
    background-color: #FFFFFF;
    }

    As per your other request, left and right thumbnails is the second-most requested setting. It actually takes a bit of work, but since releasing version 2.0 of DM Albums (today), we will make this request our priority. Look for an update in the coming weeks (or at most month).

  3. lhw455
    Member
    Posted 4 weeks ago #

    Thanks for the reply, checking out the new version now!

  4. fstrack
    Member
    Posted 3 weeks ago #

    With version 2.3, you are now able to save a custom stylesheet so that WordPress won't delete it when you automatically update the plugin.

Reply

You must log in to post.

About this Topic

Tags