vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Styles (https://vborg.vbsupport.ru/forumdisplay.php?f=247)
-   -   Suite Style - Professional vBulletin 4 Styles - Breeze (Blue) 4.2.1 (https://vborg.vbsupport.ru/showthread.php?t=233455)

enginethatcan't 11-25-2011 01:33 AM

thank you for updating! installed on my site - www.chataboutcars.com

Sym 11-27-2011 05:02 AM

Quote:

Originally Posted by fmetalx (Post 2256780)
Great theme! One problem I can't figure out is why the category bar doesn't stretch on my forum.
http://img828.imageshack.us/img828/5...tstretched.png
Any ideas on how I can fix this? Thanks :)

I too am having this issue. Any help would be appreciated!

Bactet 12-01-2011 09:59 PM

Seems to work, had to create a folder named cpstyles in the root directory then upload the breeze directory into that.

taffy056 12-06-2011 08:04 PM

Quote:

Originally Posted by basicxman (Post 2269961)
Using vBulletin version 4.1.7-p2 and testing in a modern browser (Chrome v17) with JS enabled.

Is anybody having an issue with the WYSIWYG editor controls not being displayed with this theme?

https://vborg.vbsupport.ru/external/2011/12/40.png

I am having this issue with 4.1.8 tried the stock style and the wysiwyg editor is there, flip styles to this and it's gone completely.

TalkTemplate 12-09-2011 05:45 PM

Dear Members,

We'd like to thank all of you for your ongoing support over the years. We have been supporting this theme along with several other themes for free for the last two years.

To better serve our free users, we have decided to offer a premium theme option.
Premium members receive the following benefits in addition to the theme itself:
Free Initial Installation
24/7 Priority Support
Priority Updates and Bug Fixes
Branding Link Removal

Again, we thank you for your support and encourage you to support us by upgrading to premium membership. We've put thousands of hours into our styles, $12 is well worth it ;)

You may purchase it here:
http://www.talktemplate.com/items/6/...in-4-Skin.html

We will continue to offer updates and releases for free.

OldSchoolDSL 12-09-2011 06:52 PM

Quote:

Originally Posted by impulse8 (Post 2276317)
Dear Members,

We'd like to thank all of you for your ongoing support over the years. We have been supporting this theme along with several other themes for free for the last two years.

To better serve our free users, we have decided to offer a premium theme option.
Premium members receive the following benefits in addition to the theme itself:
Free Initial Installation
24/7 Priority Support
Priority Updates and Bug Fixes
Branding Link Removal

Again, we thank you for your support and encourage you to support us by upgrading to premium membership. We've put thousands of hours into our styles, $12 is well worth it ;)

You may purchase it here:
http://www.talktemplate.com/items/6/...in-4-Skin.html

We will continue to offer updates and releases for free.

Since updates have been between long and few. And your own web design is broken (may want to fix that). And there has been few post updates here and on your site (again long and few between)....... I think I'll respectfully wait, as a matter of opinion.

But thank you for keeping us informed on your plans.

TalkTemplate 12-09-2011 07:20 PM

Quote:

Originally Posted by OldSchoolDSL (Post 2276339)
Since updates have been between long and few. And your own web design is broken (may want to fix that). And there has been few post updates here and on your site (again long and few between)....... I think I'll respectfully wait, as a matter of opinion.

But thank you for keeping us informed on your plans.

Providing, we've been updating these skins since 4.0.x, our updates have been very consistent for a free skin provider.

We've made zero profits thus far and in order to sustain our services and provide better support for our products, we must make this move.

Again, thank you for your support.

bremereric 12-15-2011 07:09 PM

1 Attachment(s)
I installed it on my vb 4.1.3 powered forum and it kinda worked. I tried fixed and fuild with the same results. Here's a screenshot of how it mingled the forum sub text.

ThatPlayer 12-23-2011 12:28 AM

Quote:

Originally Posted by bremereric (Post 2278090)
I installed it on my vb 4.1.3 powered forum and it kinda worked. I tried fixed and fuild with the same results. Here's a screenshot of how it mingled the forum sub text.

I had this problem too, I fixed it by editing the forumbits.css in the code
Code:

.forumbit_nopost .forumhead .forumtitle {
        font-size: {vb:stylevar font.fontSize};
        min-width: 74%;
}

By lowering the min-width

OldSchoolDSL 12-23-2011 01:26 AM

Quote:

Originally Posted by ThatPlayer (Post 2280241)
I had this problem too, I fixed it by editing the forumbits.css in the code
Code:

.forumbit_nopost .forumhead .forumtitle {
        font-size: {vb:stylevar font.fontSize};
        min-width: 74%;
}

By lowering the min-width

I tried lowering it and even raising it, but sadly no matter what I did it just didn't look right.

Solutions?

I reverted forumbits.css and surprisingly it worked and it all looks nice and clean now

Demo: http://www.sociallyuncensored.eu/for....php?styleid=9

For those of you who try this.... I recommend backup up a copy of forumbits.css (select it all and save it in something like Notepad or gedit). See if it works for you and if not, restore the original code.

This was the original code

Code:

@charset "UTF-8";
/* CSS Document */

#forums {
        clear:both;
}

.forumhead {
        background: {vb:stylevar forumhead_background};
        height: 37px;
        _background-image: none;
        padding: 0;
        font:{vb:stylevar forumhead_font};
        color:{vb:stylevar forumhead_color};
        clear:both;
        margin-top: 8px;
        float: {vb:stylevar left};
        border: {vb:stylevar forumhead_border};
        width: 100%;
        -moz-border-radius-top{vb:stylevar right}: {vb:stylevar forumhead_top_corner_radius};
        -moz-border-radius-top{vb:stylevar left}: {vb:stylevar forumhead_top_corner_radius};
        -webkit-border-top-{vb:stylevar right}-radius: {vb:stylevar forumhead_top_corner_radius};
        -webkit-border-top-{vb:stylevar left}-radius: {vb:stylevar forumhead_top_corner_radius};
        border-top-{vb:stylevar right}-radius: {vb:stylevar forumhead_top_corner_radius};
        border-top-{vb:stylevar left}-radius: {vb:stylevar forumhead_top_corner_radius};
}

#forums .L1 .forumhead a {
        font: {vb:stylevar forumhead_font};
}

#forums .L1 .forumhead .forumdescription {
        display:none;
}

#forums .L1 .L2 {
        display:block;
        clear: both;
}

#forums a.username {
        color: {vb:stylevar link_color};
}

#forums a.username:hover {
        color: {vb:stylevar linkhover_color};
}

.forumbit_post .forumrow, .forumbit_nopost .forumhead, .forumbit_nopost .forumrow, .forumbit_post .forumhead, .forumbits .forumhead {
        -moz-box-shadow: -2px 2px 2px {vb:stylevar forumbits_shadow_color};
        -webkit-box-shadow: -2px 2px 2px {vb:stylevar forumbits_shadow_color};
        box-shadow: -2px 2px 2px {vb:stylevar forumbits_shadow_color};
}

.forumbit_nopost .forumbit_nopost .forumrow, .forumbit_post .forumrow {
        background: {vb:stylevar forumrow_background};
        _background-image: none;
        display:block;
        width: 100%;
        float: {vb:stylevar left};
        min-height: {vb:math {vb:stylevar forumicon_size}+{vb:stylevar padding}}; /* 48px is the icon size */
        position:relative;
        border-bottom: {vb:stylevar forumbits_border};
        border-{vb:stylevar left}: {vb:stylevar forumbits_border};
        border-{vb:stylevar right}: {vb:stylevar forumbits_border};
}

.forumbit_nopost .forumbit_nopost .forumrow .forumicon {
        position: absolute;
        {vb:stylevar left}: {vb:stylevar padding};
        top: {vb:math {vb:stylevar padding}/2};
        width: {vb:stylevar forumicon_size};
}

.forumbit_nopost .forumbit_nopost .forumrow .forumdata {
        display: inline-block;
        width:100%;
}

.forumbit_nopost .forumbit_nopost .forumrow .forumdata .datacontainer {
        margin-{vb:stylevar left}: {vb:math {vb:stylevar forumicon_size} + {vb:math {vb:stylevar padding}*2}};
}

.forumbit_nopost .forumbit_post .forumrow .forumdata .datacontainer {
        margin-{vb:stylevar left}: 0;
}

/* forumbit nopost */
.forumbit_post .foruminfo .forumdata {
        padding: {vb:math {vb:stylevar padding}/2-1} 0;
        font-size: {vb:math {vb:stylevar font.fontSize}-1}px;
}

.forumbit_nopost .forumhead .forumtitle {
        font-size: {vb:stylevar font.fontSize};
        min-width: 74%;
}

.forumbit_nopost .forumhead .forumtitle a {
        color: {vb:stylevar forumhead_color};
        margin-{vb:stylevar left}: {vb:stylevar padding};
}

.forumbit_nopost .forumhead span, .forumbit_post .forumhead span {
        font-size: {vb:math {vb:stylevar font.fontSize}-1}px;
}

.forumbit_nopost .forumhead span.forumlastpost, .forumbit_post .forumhead span.forumlastpost {
        width: 21%;
}

.forumbit_nopost .forumhead a.collapse img {
/* values are based on the image */
        position:absolute;
        top: -{vb:math {vb:stylevar padding} * 1.5};
        {vb:stylevar right}: -{vb:math {vb:stylevar padding} * 0.6};
        display:block;
        width:13px;
        height:13px;
        overflow:hidden;
        float: {vb:stylevar right};
        clear: {vb:stylevar left};
}

.forumbit_nopost:hover .forumhead  a.collapsegadget {
        visibility:visible;
}

.forumbit_nopost .forumbit_nopost .forumrow .forumdata, .forumbit_post .forumrow .forumdata  {
        padding: {vb:math {vb:stylevar padding}/2} {vb:stylevar padding};
        padding-{vb:stylevar left}: 0;
        font-size: {vb:stylevar small_fontSize};
}

.forumbit_nopost .forumbit_nopost .foruminfo .subforums {
        margin-{vb:stylevar left}: {vb:stylevar padding};
        position: relative;
        top: -{vb:stylevar padding};
}

/* forumbit post */
.forumbit_post {
        float: {vb:stylevar left};
        position:relative;
        width: 100%;
        display:block;
}

.forumbit_post .forumhead span {
        padding: 0;
}

.forumbit_post .forumhead .forumlastpost {
        top: 0;
        margin-top: 0;
}

.forumbit_post .foruminfo, .forumbit_post .forumlastpost, .forumbit_post .forumactionlinks, .forumbit_post .forumstats, .forumbit_post .forumstats_2{
        padding: {vb:math {vb:stylevar padding}/2} 0;
}

.forumbit_post .forumhead .forumtitle {
        width: 76%;
}

.forumbit_post .forumhead .forumtitle span {
padding: 0;
padding-{vb:stylevar left}: {vb:stylevar padding};
}

.forumbit_post .foruminfo {
        width: 57%;
        min-width: 30%;
        float: {vb:stylevar left};
        clear: {vb:stylevar right};
        min-height: {vb:stylevar forumicon_size};
}

.forumbit_post .foruminfo .forumicon{
        position: absolute;
        {vb:stylevar left}: {vb:stylevar padding};
        width: {vb:stylevar forumicon_size};
}

.forumbit_post .foruminfo .forumdata, .forumbit_post .foruminfo .forumtitle, .forumbit_post .foruminfo .viewing {
        float: {vb:stylevar left};
        clear: {vb:stylevar right};
        color: {vb:stylevar forumbits_text_color};
}

.forumbit_post .foruminfo .viewing {
        white-space:nowrap;
}

.forumbit_post .foruminfo .forumdata {
        padding: 0;
        width: 100%;
        _width: 99%;
}

.forumbit_post .foruminfo .forumdata .datacontainer {
        float: {vb:stylevar left};
        width: 88%;
        padding-{vb:stylevar left}: {vb:math {vb:stylevar forumicon_size} + {vb:math {vb:stylevar padding}*2}};
}

.forumbit_post .foruminfo .forumdata .forumtitle, .forumbit_nopost .forumbit_nopost .forumrow .forumtitle {

font-size: {vb:stylevar font.fontSize}px;
        margin-{vb:stylevar right}: {vb:stylevar padding};
}

.forumbit_post .foruminfo .forumdata .forumtitle a, .forumbit_nopost .forumbit_nopost .forumrow .forumtitle a {
        font-weight:bold;
}

.childsubforum .forumbit_post .foruminfo .forumdata .datacontainer .forumtitle a {
        padding-{vb:stylevar left}:1.8em;
        background:url('{vb:stylevar imgdir_misc}/child_forum.png') top {vb:stylevar left} no-repeat;
}

.forumbit_post .foruminfo .forumdata .viewing {
        font-style: italic;
        margin-{vb:stylevar right}:{vb:stylevar padding};
        margin-top: 3px;
        font-size: {vb:math {vb:stylevar font.fontSize}-2}px;
}

.forumbit_post .forumactionlinks {
        width: 5%;
        display:block;
        float:{vb:stylevar left};
        clear:{vb:stylevar right};
}

.forumbit_post .forumactionlinks li {
        display: inline;
}

.forumbit_post .forumactionlink {
/* values based on icon size */
        display:block;
        width:18px;
        height:12px;
        overflow:hidden;
        float: {vb:stylevar right};
        clear: {vb:stylevar left};
        background:transparent none no-repeat;
        position: relative;
        margin: 3px {vb:stylevar padding} 0 0;
}

.forumactionlink a {
/* values based on icon size */
        display:block;
        padding-{vb:stylevar left}:18px;
}

.forumactionlinks .rsslink {
        background-image:url({vb:stylevar imgdir_misc}/rss_40b.png);
}

.forumactionlinks .subslink {
        background-image:url({vb:stylevar imgdir_misc}/subscribed_40b.png);
}
.forumactionlinks .unsubslink {
        background-image:url({vb:stylevar imgdir_misc}/unsubscribed_40b.png);
}
.forumbit_post .forumdescription {
        display:block;
        clear:both;
        padding-{vb:stylevar right}: {vb:stylevar padding};
}

.forumbit_post .unsubscribe {
        display:block;
        {vb:stylevar right}: 0;
        top: 2px;
}

.forumbit_post .forumstats, .forumbit_post .forumstats_2 {
        display: block;
        float: {vb:stylevar left};
        clear: {vb:stylevar right};
        width: 12%;
        margin-{vb:stylevar right}: 2%;
}

.forumbit_post .forumstats li, .forumbit_post .forumstats_2 li{
        font-size: {vb:stylevar mid_fontSize};
        text-align: {vb:stylevar right};
        padding-{vb:stylevar right}: {vb:math {vb:stylevar padding}*2};
        display:block;
}


.forumbit_post .forumlastpost {
        display:block;
        float: {vb:stylevar left};
        clear: {vb:stylevar right};
}

.forumbit_post .forumrow .forumlastpost {
        width: 22%;
        font-size: {vb:stylevar mid_fontSize};
        padding-top: {vb:math {vb:stylevar padding}/2};
}

.forumbit_post .forumlastpost .lastpostdate {
        font-size: {vb:stylevar small_fontSize};
}

.lastpostlabel {
        display: none;
}

.moderators, .subforums {
        display: block;
        clear:both;
}

.moderators h4, .subforums h4 {
        font-weight: bold;
        padding-{vb:stylevar right}: {vb:math {vb:stylevar padding}/2};
}

.moderators h4, .moderators .commalist, .subforums h4, .subforums .commalist {
        float:{vb:stylevar left};
        clear:{vb:stylevar right};
}

/* Project Tools Forum Display */
.forumstats dt {
        display: inline;
        margin-{vb:stylevar right}: 0;
}

.forumstats dl {
        color: {vb:stylevar body_color};
        font-size: {vb:stylevar mid_fontSize};
        display: block;
        text-align: {vb:stylevar right};
}

.forumstats dd {
        display: inline-block;
        padding-{vb:stylevar left}: {vb:stylevar padding};
        padding-{vb:stylevar right}: {vb:math {vb:stylevar padding}*2};
}

.forumstats dt:after {
        content:":";
}

But I suggest you copy if from your site should you may have anything that you may have customized and later after reverting it .... Should it not work out so well ..... You'll have your own copy to restore from.

But for me .... Reverting it resolved the issue (of course I also have the default theme as a parent).


All times are GMT. The time now is 06:05 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.01637 seconds
  • Memory Usage 1,821KB
  • 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
  • (3)bbcode_code_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete