We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Tips and Tricks - Private Albums | Forum

Darryl B Leader
Darryl B Sep 27 '15
If you have the Venus Responsive theme, you may have seen the same things I did with the Private Album photo viewer. For me the big one was that the description bar moved up over the "Full Screen" and "Close" buttons. I made a css change to fix that, and went ahead and dressed it up a bit to fit the theme colors better. I've attached the css mods I did, and a screen shot.
Note: this is for the Venus Responsive theme. I don't see this issue on another one I have.
The Forum post is edited by Darryl B Sep 27 '15
Darryl B Leader
Darryl B Oct 23 '15
Small issue on the Simplicity theme. When hovering over the edit arrow the first letter of the text "Set as cover", "Edit", and "Delete" was cut off. I fixed this by setting a margin-left for the div to move the pics over a little. If you are seeing the same thing in your Simplicity theme, just add this to your custom css code for the Simplicity theme. I didn't see this on my live site with the Venus theme.

.ow_lp_albums > div {
    margin-left: 20px;
}
You do not have permission to reply this topic