Go Back   vb.org Archive > vBulletin 4 Discussion > vB4 Design and Graphics Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #11  
Old 04-29-2013, 11:10 AM
mustangguy1230 mustangguy1230 is offline
 
Join Date: Feb 2013
Posts: 38
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yeah well the designer doesn't and fixing the css isn't the easiest thing in the world to do. I have support at my hosting company working on it now. They've even tried several things and are not sure why it's not working. They got the spacing right but now the don't know why the color isn't matching "advanced search" like it should.
Reply With Quote
  #12  
Old 05-02-2013, 07:59 PM
mustangguy1230 mustangguy1230 is offline
 
Join Date: Feb 2013
Posts: 38
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Anything?
Reply With Quote
  #13  
Old 05-02-2013, 08:42 PM
tbworld tbworld is offline
 
Join Date: Oct 2008
Posts: 2,126
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This should be a simple matter for your skin designer to fix as 'Lynne' said. I don't understand why your hosting company is trying to fix this?

Unless the skin designer is doing some weird DOM changes on elements, this is just some CSS that needs to be modified. Not that I know but VB probably just modified some layout code that your designer used as part of his selectors for his CSS.

I know this is frustrating, but it is not a hard thing to fix by someone who understand vb and CSS.

Take Care
Reply With Quote
Благодарность от:
Amaury
  #14  
Old 05-03-2013, 11:50 AM
mustangguy1230 mustangguy1230 is offline
 
Join Date: Feb 2013
Posts: 38
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by tbworld View Post
This should be a simple matter for your skin designer to fix as 'Lynne' said. I don't understand why your hosting company is trying to fix this?

Unless the skin designer is doing some weird DOM changes on elements, this is just some CSS that needs to be modified. Not that I know but VB probably just modified some layout code that your designer used as part of his selectors for his CSS.

I know this is frustrating, but it is not a hard thing to fix by someone who understand vb and CSS.

Take Care
The hosting company upgraded it from 4.2.0 to 4.2.1 and I let them know what happened so they tried to fix it. They fixed it some but not completely. And unforunately CompleteVB sucks for skin support apparently.

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

Ok I got it fixed.

For anyone looking to fix it, you need to edit the vbulletin-chrome.css. I changed the colors to not be part of the stylevar but just to be #fff and I changed the height in the style var to 44px to have it more centered. Looks much better now. Probably not the best fix but it works.
Reply With Quote
  #15  
Old 05-04-2013, 11:46 PM
lazytown lazytown is offline
 
Join Date: Feb 2004
Posts: 503
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm having this exact same problem. Can you please tell me what you changed in vbulletin-chrome.css? Thanks.
Reply With Quote
  #16  
Old 05-05-2013, 10:56 PM
mustangguy1230 mustangguy1230 is offline
 
Join Date: Feb 2013
Posts: 38
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by vissa View Post
I'm having this exact same problem. Can you please tell me what you changed in vbulletin-chrome.css? Thanks.
ul.floatcontainer li a.popupctrl { was one i remember. if you use google chrome, you can right click on what you want to see and click "inspect element" and see what needs to be changed.
Reply With Quote
  #17  
Old 09-23-2013, 05:45 PM
terrificdude terrificdude is offline
 
Join Date: Dec 2011
Posts: 4
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I've looked and tried to solve the same issue. My skills are not the best. Can someone be a bit more exact where the code goes.

Thanks in advance.
Reply With Quote
  #18  
Old 09-23-2013, 11:06 PM
ozzy47's Avatar
ozzy47 ozzy47 is offline
 
Join Date: Jul 2009
Location: USA
Posts: 10,929
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Some styles are coded different, so there is no global fix for your style.

The way to fix it is to see if the designer has a new upgraded style. Or, alternately, fix the css yourself, by playing around with it..
Reply With Quote
  #19  
Old 09-24-2013, 03:14 AM
terrificdude terrificdude is offline
 
Join Date: Dec 2011
Posts: 4
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I believe the fix is in vbulletin-chrome.css (according to mustangguy1230) to have the sub-link bar show up on the homepage.

When I chrome inspect element the sub-link bar at: http://broncosforums.com/ it shows how they fixed it. I don't know how to interpret that to find the placement of the fix.

I'm using vBulletin? Version 4.2.1 and vBadvanced CMPS v4.2.1 just like many forums that are also missing the sub-link bar on the homepage.

Once again, thanks in advance.
Reply With Quote
  #20  
Old 09-24-2013, 09:07 AM
Disco_Dave's Avatar
Disco_Dave Disco_Dave is offline
 
Join Date: May 2011
Location: Belfast
Posts: 586
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by terrificdude View Post
I believe the fix is in vbulletin-chrome.css (according to mustangguy1230) to have the sub-link bar show up on the homepage.

When I chrome inspect element the sub-link bar at: http://broncosforums.com/ it shows how they fixed it. I don't know how to interpret that to find the placement of the fix.

I'm using vBulletin? Version 4.2.1 and vBadvanced CMPS v4.2.1 just like many forums that are also missing the sub-link bar on the homepage.

Once again, thanks in advance.

I'd love that fix, do you have anymore info on it?
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 01:53 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.06915 seconds
  • Memory Usage 2,277KB
  • Queries Executed 14 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (10)post_thanks_box
  • (1)post_thanks_box_bit
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete