Go Back   vb.org Archive > vBulletin 5 Connect Discussion > vB5 Programming Discussions
  #1  
Old 07-05-2014, 06:02 AM
MajorKokosnuss MajorKokosnuss is offline
 
Join Date: Apr 2014
Posts: 117
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Glow Problem

Hello there, i have a problem with my glowing user rank.

the new rank don't glow nothing, it is just black but it has exactly the same lines like the other ranks have

here some screenshots

http://prntscr.com/3zkd52
http://prntscr.com/3zkdbw
http://prntscr.com/3zkdgt
http://prntscr.com/3zkdlv
Reply With Quote
  #2  
Old 07-05-2014, 10:36 AM
ForceHSS ForceHSS is offline
 
Join Date: Apr 2008
Posts: 6,357
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Try something like
<span style="color:#FF3300;font-weight:bold;text-shadow: 1px 1px 10px #FF3300;">
And in 2nd box put
</span>
I also see you have </span> missing from the 2nd box anyway this could be your problem

This #FF3300 is orange change to what colour you want
Reply With Quote
Благодарность от:
Lynne
  #3  
Old 07-05-2014, 02:00 PM
MajorKokosnuss MajorKokosnuss is offline
 
Join Date: Apr 2014
Posts: 117
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks ! worked
Reply With Quote
  #4  
Old 07-05-2014, 02:06 PM
ForceHSS ForceHSS is offline
 
Join Date: Apr 2008
Posts: 6,357
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

happy to help
Reply With Quote
  #5  
Old 07-27-2014, 01:42 PM
MajorKokosnuss MajorKokosnuss is offline
 
Join Date: Apr 2014
Posts: 117
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello there, could you maby explain me, why this isn't working anymore ?

This are my lines and this is working :

css_additional.css

.glow-supergm{
color: #0015FF;
font-weight: bold;
text-shadow: 0px 0px 6px #00F3FF;
}

This one is not working

.glow-forumdonator{
color: #0015FF;
font-weight: bold;
text-shadow: 0px 0px 6px #00F3FF;
}

i ask myself why ?

because the long lines are not really good for this :S
Reply With Quote
  #6  
Old 07-27-2014, 04:34 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can we get a link to view the problem?
Reply With Quote
  #7  
Old 07-27-2014, 05:15 PM
tbworld tbworld is offline
 
Join Date: Oct 2008
Posts: 2,126
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by MajorKokosnuss View Post
Hello there, could you maby explain me, why this isn't working anymore ?

This are my lines and this is working :

css_additional.css

.glow-supergm{
color: #0015FF;
font-weight: bold;
text-shadow: 0px 0px 6px #00F3FF;
}

This one is not working

.glow-forumdonator{
color: #0015FF;
font-weight: bold;
text-shadow: 0px 0px 6px #00F3FF;
}
1.) @Lynne is right, we need a link for CSS problems or all we can do is quess, poorly.

2.) Where you are applying this class makes a difference, if your just applying this class where styling is already present then you might be running into a CSS specificity problem. You can add specificity, by redefining the selector (we need a link) or by using an overriding method by adding "!important" to the CSS property.

[code]
.glow-forumdonator{
color: #0015FF !important;
font-weight: bold !important;
text-shadow: 0px 0px 6px #00F3FF !important;
}

Redefining the selector with more specificity in most cases is the best choice, but if your new to CSS then use "!important". With "!important" you have to be careful or it will bite you later.

Give @Lynne a link, she's the CSS master around here.
Reply With Quote
  #8  
Old 07-27-2014, 05:45 PM
MajorKokosnuss MajorKokosnuss is offline
 
Join Date: Apr 2014
Posts: 117
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

here are some screenshots of it

http://prntscr.com/46wfr5
http://prntscr.com/46wgcs
http://prntscr.com/46wgwt

All other are working.

Everything is the same just the name is changed of the .glow-forumdonator
Reply With Quote
  #9  
Old 07-27-2014, 05:50 PM
ForceHSS ForceHSS is offline
 
Join Date: Apr 2008
Posts: 6,357
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

live link needed please not screenshots
Reply With Quote
  #10  
Old 07-27-2014, 06:02 PM
MajorKokosnuss MajorKokosnuss is offline
 
Join Date: Apr 2014
Posts: 117
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Oh fixed it myself it was an issue with my browser

sorry for this useless thing :s
Reply With Quote
Reply

Thread Tools
Display Modes

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 11:41 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.10510 seconds
  • Memory Usage 2,246KB
  • Queries Executed 13 (?)
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
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (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
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete