vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Community Reviews (https://vborg.vbsupport.ru/forumdisplay.php?f=14)
-   -   Business style or not?? (https://vborg.vbsupport.ru/showthread.php?t=291967)

Christos Teriakis 11-27-2012 06:11 PM

Business style or not??
 
Hello,

After years I think that I found a style that makes my mind to work on my site. It's not my own idea as I've seen this template for Wordpress but I loved it since the first eye catch. I do believe that has a professional outlook. So I spent some days modifying the default vB style. I believe that it has been good work.

http://www.christeris.com

Any suggestion is welcome. Give a look to forums too.

Chris

In Omnibus 11-27-2012 07:23 PM

I like it. It looks clean and professional.

Amaury 11-27-2012 10:08 PM

I also like it.

On an unrelated note, you might want to name your forum. XD

Sean James 11-27-2012 10:58 PM

Looks really nice, only things that doesn't seem right to me is the forumhead shadows on the left

ForceHSS 11-27-2012 11:03 PM

whats going on needs some work also add a favicon.ico

Sean James 11-27-2012 11:10 PM

Personally I would remove all shadows from the skin which would make the forums match the header.

Christos Teriakis 11-28-2012 05:46 AM

Quote:

Originally Posted by Sean James (Post 2385911)
Looks really nice, only things that doesn't seem right to me is the forumhead shadows on the left

Ochhh.... Do you know how long I was trying to find where on the earth is that stylevar? Me too, I don't like it. Actually I want to title to be align at the far left. But can find it :( . You as designer can you tell me?

Chris

--------------- Added [DATE]1354085310[/DATE] at [TIME]1354085310[/TIME] ---------------

Quote:

Originally Posted by ForceHSS (Post 2385913)
whats going on needs some work also add a favicon.ico

Yes I know. I left it for the end (haven't finished the style yet). I'm looking for something related to coding eg <>, but till now anything that I found didn't shown well there.

Chris

--------------- Added [DATE]1354085666[/DATE] at [TIME]1354085666[/TIME] ---------------

Quote:

Originally Posted by Sean James (Post 2385916)
Personally I would remove all shadows from the skin which would make the forums match the header.

Not only the shadow Sean, but borders and background gradient too. I prefer the clean white background and a dotted bottom-border only to sepeperate forums.

Sean James 11-28-2012 06:10 AM

This is what I use mate to remove all those CSS shadows from certain skins. Add this to your additional.css template

Code:

* { -moz-box-shadow: none !important; }
* { -webkit-box-shadow: none !important; }


Amaury 11-28-2012 06:24 AM

Quote:

Originally Posted by Sean James (Post 2385980)
This is what I use mate to remove all those CSS shadows from certain skins. Add this to your additional.css template

Code:

* { -moz-box-shadow: none !important; }
* { -webkit-box-shadow: none !important; }


Or you can just set the shadow StyleVars to transparent.

Christos Teriakis 11-28-2012 06:40 AM

Quote:

Originally Posted by Sean James (Post 2385980)
This is what I use mate to remove all those CSS shadows from certain skins. Add this to your additional.css template

Code:

* { -moz-box-shadow: none !important; }
* { -webkit-box-shadow: none !important; }


hmm... I added it, I cleared the system cache but still all shadows are there.

--------------- Added [DATE]1354088805[/DATE] at [TIME]1354088805[/TIME] ---------------

Quote:

Originally Posted by Amaury25 (Post 2385987)
Or you can just set the shadow StyleVars to transparent.

By changing the Global Shadow Color to transparent removes the shadow from sidebar (maybe in other places too), but the forumlist still has shadow.

--------------- Added [DATE]1354088915[/DATE] at [TIME]1354088915[/TIME] ---------------

Quote:

Originally Posted by Amaury25 (Post 2385987)
Or you can just set the shadow StyleVars to transparent.

Ok... forumbits_shadow_color did the trick.

--------------- Added [DATE]1354089152[/DATE] at [TIME]1354089152[/TIME] ---------------

Can someone tell me how I can align the Forum category title to far left? Now seems that has a padding width there.

Sean James 11-28-2012 10:58 AM

Hey Sorry i missed a line on that above code for IE

Code:

* { -moz-box-shadow: none !important; }
* { -webkit-box-shadow: none !important; }
* { box-shadow: none !important; }

--------------- Added [DATE]1354104027[/DATE] at [TIME]1354104027[/TIME] ---------------

That is caused by this :


Code:

.forumbit_nopost .forumhead .forumtitle a {
    color: #3B5998;
    margin-left: 10px;
}

Add some more CSS to your additiona.css template to remove that left margin space.

Amaury 11-28-2012 05:12 PM

Quote:

Originally Posted by ChrisTERiS (Post 2386003)
hmm... I added it, I cleared the system cache but still all shadows are there.

--------------- Added 11/27/2012 at 11:46 PM ---------------



By changing the Global Shadow Color to transparent removes the shadow from sidebar (maybe in other places too), but the forumlist still has shadow.

--------------- Added 11/27/2012 at 11:48 PM ---------------


Ok... forumbits_shadow_color did the trick.

--------------- Added 11/27/2012 at 11:52 PM ---------------

Can someone tell me how I can align the Forum category title to far left? Now seems that has a padding width there.

Good.

Yeah, that's why I said shadow StyleVars, since there are a few.

Christos Teriakis 11-28-2012 05:36 PM

Going better and better. Thank you all !!

Sean James 11-28-2012 09:07 PM

No problem mate looks great, well done.

Christos Teriakis 11-29-2012 06:23 PM

Quote:

Originally Posted by Sean James (Post 2386193)
No problem mate looks great, well done.

Thank you Sean. I've added your site on my forumhome sidebar. By the way, I've active my subscription for your Business (white) style but I was unable to make it work with fix width. Otherwise is very nice (that's why I bought it) :)

Chris

Sean James 11-30-2012 02:33 PM

Thanks mate much appreciated ;)

If you ever need help with that send me a support ticket via my site.

--------------- Added [DATE]1354289656[/DATE] at [TIME]1354289656[/TIME] ---------------

I will also link to your site over the weekend when I do some work on it.

advancedgamerz 12-01-2012 06:06 PM

i think your forum looks great, so no complaints there. i would however, recommend that you add screen shots of your vb mods while they are installed on a forum so people have a better idea of what they are buying. either that or offer a lite version of the mod.

Christos Teriakis 12-02-2012 06:26 AM

Quote:

Originally Posted by advancedgamerz (Post 2387377)
i think your forum looks great, so no complaints there. i would however, recommend that you add screen shots of your vb mods while they are installed on a forum so people have a better idea of what they are buying. either that or offer a lite version of the mod.

Thank you for your time to give your feedback. Really appreciated. Do you mean tho change the cover photos with real screenshots? Real screenshots will be add soon in product's page. But I've thought to change the cover photos with real one, but I stucked in an idiot point. To use screenshots using my own template that I like, or to use the default vB style which is not looking nice, but is easily recognized?

Chris

--------------- Added [DATE]1354433473[/DATE] at [TIME]1354433473[/TIME] ---------------

Quote:

Originally Posted by Sean James (Post 2386835)
I will also link to your site over the weekend when I do some work on it.

Thank you. If you have a not big logo, I can happily replace the text link with this logo. It will be my pleasure if you can get even a single sale for it. I don't like affiliate programes as I don't like Google Ads. But if I can help, why not?. That's the reason that I never buy brand free version. I believe that the credits must be visible and go to whom deserves it.

Chris

Sean James 12-02-2012 12:49 PM

All good mate the link is fine, Its more about the link juice than anything lol


All times are GMT. The time now is 07:59 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01115 seconds
  • Memory Usage 1,768KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (5)bbcode_code_printable
  • (11)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (19)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete