Hello,
Chevereto 3.20 removed the poster username from displaying in the lightbox, is there a way to show the username again with custom CSS?
I think it's better when running a community site, I want to see who posted the image without having to click on the profile.
I'm trying to create a new theme, separate from peafowl, however, in the new theme, which is active, Chevereto is still using a "peafowl.css" which is generated for the theme (no file present on the server I can find).
Why is this file not named correctly according to the apps/themes/ThemeName...
Add another theme because it's a pity that chevereto is limited to one theme. For example, add a flat design theme. The current theme is very limited at the design level. A theme with beautiful color and a better layout of information improves the quality of the site and therefore SEO. Please...
What is the best way to remove the effects on the home cover image? I want the image to appear in a static fashion rather than zooming in and out. I have attempted to remove some of the relevant CSS but I'm not an expert on more advanced things like transitions, and I either remove too much...
I recently changed the homepage to split page instead of gallery, and my top-bar went transparent. Can you tell me exactly which line in the CSS to change that back to black? I thought I've found it a few times, but either I've selected the wrong line, or the minifying and cloudflare which I've...
Hello.
I did this trick on image view
http://lillipaint.com/image/7uit
#image .top-bar.white.transparent {
top: 0;
}
#image .top-bar.white {
top: -65px;
-webkit-transition: top 0.25s ease-in-out;
-moz-transition: top 0.25s ease-in-out;
-ms-transition: top 0.25s ease-in-out...