Notifications
Clear all

[Closed] Phenomlab v3

8 Posts
3 Users
7 Likes
2,892 Views
(@anonymous3542)
Posts: 393
Honorable Member
Topic starter
 

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".

 

 
Posted : 15/03/2018 5:56 pm
wkreiner and Robert reacted
Wendell
(@wendell)
Posts: 242
Reputable Member
 

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! 🙂

 
Posted : 15/03/2018 9:16 pm
Robert
(@robert)
Posts: 10499
Support Team Admin
 

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.

 
Posted : 15/03/2018 9:21 pm
Robert
(@robert)
Posts: 10499
Support Team Admin
 

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.

 
Posted : 15/03/2018 9:28 pm
(@anonymous3542)
Posts: 393
Honorable Member
Topic starter
 

@robert @wendell thanks guys. Much appreciated. There's a bit more work to do but it's getting very close .

 
Posted : 15/03/2018 9:31 pm
(@anonymous3542)
Posts: 393
Honorable Member
Topic starter
 

It's now live ! https://www.phenomlab.com 🙂

 
Posted : 19/03/2018 8:56 am
Robert
(@robert)
Posts: 10499
Support Team Admin
 
Posted by: anonymous3542

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.

 
Posted : 20/03/2018 9:09 am
(@anonymous3542)
Posts: 393
Honorable Member
Topic starter
 
Posted by: Robert
Posted by: anonymous3542

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 🙂

 
Posted : 20/03/2018 9:30 am
Robert reacted