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 - vBulletin Modern Theme - By Technidev (https://vborg.vbsupport.ru/showthread.php?t=321753)

Max Taxable 02-09-2016 05:49 PM

Quote:

Originally Posted by Dave (Post 2564517)
Fixed, uploaded new zip file. Thanks for the heads up.

That was the ticket - although I fixed this myself by creating the "modern" folder on the server the script was calling for, and uploaded the images there.

One little gripe and might be just me - but we cannot see the navbar options until we hover over them. Navbar is just white with white type for the options, until we hover, and only the ones that have a hover are ever visible..

https://vborg.vbsupport.ru/external/2016/02/14.jpg

Dave 02-09-2016 05:59 PM

That's weird, it doesn't show like that to me on a default vBulletin installation with the theme installed.
Do you know what class is making it turn white?

MarkFL 02-09-2016 05:59 PM

1 Attachment(s)
Quote:

Originally Posted by Max Taxable (Post 2564538)
That was the ticket - although I fixed this myself by creating the "modern" folder on the server the script was calling for, and uploaded the images there.

One little gripe and might be just me - but we cannot see the navbar options until we hover over them. Navbar is just white with white type for the options, until we hover, and only the ones that have a hover are ever visible..

https://vborg.vbsupport.ru/external/2016/02/14.jpg

I'm not experiencing that issue, the navbar displays correctly.

https://vborg.vbsupport.ru/attachmen...1&d=1455047976

Max Taxable 02-09-2016 06:01 PM

Quote:

Originally Posted by Dave (Post 2564539)
That's weird, it doesn't show like that to me on a default vBulletin installation with the theme installed.
Do you know what class is making it turn white?

I think because my default theme is dark, and you're calling the same stylevar there? Pretty sure this is just me and I just need to dig around and see what I can work out.

Max Taxable 02-09-2016 06:16 PM

I changed stylevar 'navbar_link_color' to #2b5071 and that got me my options visible, but now when we hover we lose the link color in the BG.

Elixar 02-10-2016 01:50 AM

<a href="https://vborg.vbsupport.ru/showthread.php?t=95910" target="_blank">https://vborg.vbsupport.ru/showthread.php?t=95910</a>

As soon as I restricted this style to a usergroup, the theme ended up breaking pretty much and has all the links, but reverted to the default style.

MarkFL 02-10-2016 04:33 AM

Hey Dave,

I noticed that when clicking the "Top" link at the bottom of the page, you are not quite taken to the top of the page. The "margin-top: 10px;" attribute applied to the anchor tag containing the logo image is the culprit. If that CSS is applied to the image within the anchor tag instead, then it works correctly and looks the same. This involves locating the selector in the "additional.css" template:

HTML Code:

.logo-image{
  margin-top: 10px;
  margin-left: 15px;
}

and changing it to:

HTML Code:

.logo-image img{
  margin-top: 10px;
  margin-left: 15px;
}


MarkFL 02-10-2016 06:15 AM

1 Attachment(s)
Here are a couple of other changes I recommend:

ON user profile pages, the text within <dd></dd> elements is too light. I changed (in "additional.css") the following selector:

HTML Code:

dl.stats dd{
  color: {vb:stylevar shadow_color};
}

to

HTML Code:

dl.stats dd{
  color: {vb:stylevar secondarycontent_color};
}

Next, I notice the page control above the visitor messages has an unneeded top margin:

https://vborg.vbsupport.ru/attachmen...1&d=1455091863

The fix for that is to add to "additional.css":

HTML Code:

#view-visitor_messaging #above_postlist {
        margin-top: 0;
}

I didn't want to edit the selector already being applied since it could break something elsewhere. :)

Paulski01 02-10-2016 08:40 AM

This really is beautiful! Many thanks!

Dave 02-10-2016 12:35 PM

Thanks for the comments.
@MarkFL, thanks! I will apply it soon to the attachment.


All times are GMT. The time now is 12:25 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.03546 seconds
  • Memory Usage 1,742KB
  • 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_html_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)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