vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB5 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=263)
-   -   Glow Problem (https://vborg.vbsupport.ru/showthread.php?t=312689)

MajorKokosnuss 07-05-2014 06:02 AM

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

ForceHSS 07-05-2014 10:36 AM

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

MajorKokosnuss 07-05-2014 02:00 PM

Thanks ! worked :D

ForceHSS 07-05-2014 02:06 PM

happy to help

MajorKokosnuss 07-27-2014 01:42 PM

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

Lynne 07-27-2014 04:34 PM

Can we get a link to view the problem?

tbworld 07-27-2014 05:15 PM

Quote:

Originally Posted by MajorKokosnuss (Post 2508519)
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. :)

MajorKokosnuss 07-27-2014 05:45 PM

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

ForceHSS 07-27-2014 05:50 PM

live link needed please not screenshots

MajorKokosnuss 07-27-2014 06:02 PM

Oh fixed it myself it was an issue with my browser

sorry for this useless thing :s


All times are GMT. The time now is 05:19 PM.

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.03005 seconds
  • Memory Usage 1,733KB
  • 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
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete