It's almost alive.... 🙂
For weeks, I've been working on getting this "just right", and I'm almost there. You guys at gVectors absolutely ROCK - @robert, you've been amazing. Thank you so much.
So, here it is https://dev.phenomlab.com/alliance/
Still in DEV at the moment, but feel free to play with this (if you really want to). I'd really like to get some feedback on this, as it's effectively the first time I've ever used a dark theme on a website, but wanted something "different".
Â
About the only thing I see that needs any work would be the widget avatars -- they aren't round. You are using percentage widths for that sidebar, so they'll never appear round until you force a width on that column. Sadly, you'd probably have to alter the entire layout, although I haven't looked extensively enough to see how you have all the columns setup.
Otherwise, I think the site looks great! 🙂
Very nice!
This one looks more professional. Well done!
The only one I'd prefer is smaller font for the latest topics under each forums. Something like this:
#wpforo #wpforo-wrap .wpf_topic_unread, #wpforo #wpforo-wrap .wpf_topic_unread a {
font-size: 90%;
}
The forum home looks perfect. Also I liked the topic list design. This is also very nice:
https://dev.phenomlab.com/alliance/advice/
In case you want to say thank you !)
We'd really appreciate and be thankful if you leave a good review on plugin page. This is the best way to say thank you to this project and support team.
For widget avatars (check with Firefox):
.wpforo-widget-wrap .wpforo-widget-content .wpforo-list-item-left img {
     width: 3vw;
      height: auto;
     max-width: 100% !important;
}
In case you want to say thank you !)
We'd really appreciate and be thankful if you leave a good review on plugin page. This is the best way to say thank you to this project and support team.
It's now live ! https://www.phenomlab.com 🙂
Yes, that's great, but you've not used the CSS I provided for avatars, they are don't look good on Firefox:
In case you want to say thank you !)
We'd really appreciate and be thankful if you leave a good review on plugin page. This is the best way to say thank you to this project and support team.
It's now live ! https://www.phenomlab.com 🙂
Yes, that's great, but you've not used the CSS I provided for avatars, they are don't look good on Firefox:
Thanks @robert - totally forgot. Added now 🙂