Page 66 of 119

Re: Development & Bugs & Problems Reporting

Posted: 23 Oct 2015 15:46
by - ak -
All right, thanks Sublevel. Few thoughts:

- Big list is big list! I think we need to trim and lock a few threads because some of them are copies of threads that already exist.
- Some forum stories aren't active (including mine for now!!!), but I won't lock them because there's always a chance that the authors may want to continue those stories.
- I won't ever delete any threads, but some may still get locked because there are no activities at all.

I will do those later today or tonight, perhaps.

Re: Development & Bugs & Problems Reporting

Posted: 27 Oct 2015 21:35
by Sublevel 114
thanks, ak
:)
I will look onto result

-----
bump:

request: closing the thread
http://www.pastelland.com/forum/viewtopic.php?f=9&t=559

Re: Development & Bugs & Problems Reporting

Posted: 27 Oct 2015 21:54
by Vortex
Mods can do it too :P

Re: Development & Bugs & Problems Reporting

Posted: 05 Nov 2015 16:24
by Sublevel 114
long time I have problem: I can't see Pastel Land Forum logo (on top of page) in Chrome browsers. Do you have the same problem?

Image

If yes: I found the snag in this line, in styles:

#logorow {
text-align: center;
box-sizing: border-box;
height: 200px;
border: 21px solid transparent;
border-image: url(bg_corner.png) 21 round;
background: url(bg_line.png) no-repeat 50% 75%, url(bg_top.png) no-repeat left;
mix-blend-mode: multiply;
}

---------------
also I'm trying to make chosing av format option window. for experiment
;)

Re: Development & Bugs & Problems Reporting

Posted: 05 Nov 2015 18:39
by Vortex
I do! I have that problem! Sublevel you're the best! :o

Re: Development & Bugs & Problems Reporting

Posted: 05 Nov 2015 19:52
by - ak -
I don't have the problem and I use Chrome as well.

The mix-blend-mode: multiply is the real code and it should works for Chrome 41 and over.
https://css-tricks.com/almanac/properti ... lend-mode/

If you don't have Chrome version 41 or over, YOU NEED TO UPDATE.

8-)

Re: Development & Bugs & Problems Reporting

Posted: 05 Nov 2015 19:56
by Sublevel 114
I read article about its supporting
8-)

but do we really need in this multiply mix-blend-mode?

Re: Development & Bugs & Problems Reporting

Posted: 05 Nov 2015 19:58
by Vortex
- ak - wrote:If you don't have Chrome version 41 or over, YOU NEED TO UPDATE.
I have version 47 and I have that problem.

Re: Development & Bugs & Problems Reporting

Posted: 05 Nov 2015 20:00
by - ak -
Sublevel 104 wrote:I read article about its supporting
8-)

but do we really need in this multiply mix-blend-mode?
Yeah. I tried transparent PNG file and it didn't looks good at all. I also can't simply add a background behind it because the background for the whole forum is responsive and so two different layers of backgrounds would simply not line up together.

Multiply effect is the best I can do with the header and the way I wanted it to looks.

Just update your Chrome browser and/or clear your cache and empty your cookies and whatnot, it should works since it works for me.

If it still didn't works for you, let me know.

Re: Development & Bugs & Problems Reporting

Posted: 05 Nov 2015 21:23
by Sublevel 114
not working