@ALiveVam a community forum can be a bit daunting as it is an active, living entity, unlike a regular website. There are companies that do consulting on NodeBB and can build and maintain sites for you so that you don't have to do it on your own, as well.
How to make tiles glossy ?
-
I guess using gradient in CSS we can do it. Pros, please assist.
-
@meetdilip You can do it in CSS, yes. It's difficult to just give you some css to use, as each use case is different. A few minutes on google should give you the gradient effect css code to use, then you just need to adjust to your own taste.
-
Can you give a sample code please ?
-
@meetdilip Something like this. If you're using this on your homepage for the "tiles", then replace
.shine:before
for.category-header-image-cover:before
(untested) -
@a_5mith said:
@meetdilip Something like this. If you're using this on your homepage for the "tiles", then replace
.shine:before
for.category-header-image-cover:before
(untested)Thanks. Will try and update.
-
@meetdilip Just a thought, I noticed on your website that you're only using css colours to create your tiles. If this is the case, you could always cheat slightly and use an image as the gloss. I created this one for you to download and try: https://i.imgur.com/zLBAf4u.png
Download that, and set it as the image on your categories, then set the image class to cover from the dropdown, this will produce an effect like the attached:
You can then specify the colour underneath as you normally would. If you had a specific angle you wanted, I can change the gloss image for you. (Once, time is money after all. ;))
-
Thanks for the tip. I did go that way first. But when I try various layout, it is makes the layout breaking. Lovely tile you made. Will attach mine.
-
@meetdilip The overlay you make has to be larger than the tile to cater for iPad portrait etc and changing screensizes. 450x450 seems to be a sweetspot that caters for all device sizes.
-
@a_5mith said:
If this is the case, you could always cheat slightly and use an image as the gloss. I created this one for you to download and try: https://i.imgur.com/zLBAf4u.png
This is pretty cool. Wonder if we should make a "resources" category for stuff like this
-
@psychobunny said:
@a_5mith said:
If this is the case, you could always cheat slightly and use an image as the gloss. I created this one for you to download and try: https://i.imgur.com/zLBAf4u.png
This is pretty cool. Wonder if we should make a "resources" category for stuff like this
I can make a few tiles of 450 x 450.