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

Reply
 
Thread Tools Display Modes
  #1  
Old 03-11-2009, 05:23 PM
ScottiG ScottiG is offline
 
Join Date: Jan 2008
Posts: 36
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Text editor bounding box color

Where can I find the parameters to change the text editor bounding boxes? - They used to be the same standard grey color as defualt in VB, but for some reason I cannot seem to isolate the parameter in CSS for the box itself - I have found a couple of parameters that will change the background of the general area surrounding the editor, but then it changes other elements throughout the site as well.

I have seen other sites with dark backgrounds that have clearly defined and framed editor boxes, but for some reason I simply cannot get this element of my site looking correct.

Also, why are my smilies now popped out on the side in a box of their own?

It would be great to simply get the editor boxes back to normal.

All the text editors on my site have this issue - Quick reply, WYSIWYG, profile comment, etc...

Any help is greatly appreciated.

Thanks in avdance!
Attached Images
File Type: jpg editor box.JPG (33.6 KB, 0 views)
File Type: jpg wantthis.JPG (25.1 KB, 0 views)
Reply With Quote
  #2  
Old 03-11-2009, 06:31 PM
Seven Skins's Avatar
Seven Skins Seven Skins is offline
 
Join Date: Sep 2008
Location: London, UK
Posts: 1,481
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

YourStyle > Toolbar menu options > Text Editor Control Styles > Editor buttons in normal state > Background
Reply With Quote
  #3  
Old 03-12-2009, 06:48 AM
ScottiG ScottiG is offline
 
Join Date: Jan 2008
Posts: 36
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Seven Skins,

Thanks for your response - While your advice did yield a positive result in the profile editor and quick-reply editor boxes (they look normal again) - I am still having the problem with the WYSIWYG editor.

For whatever reason, nothing changes the frame background of the WYSIWYG editor. The button parameters are working, if I change the colors for the buttons, the buttons change color in the hover and clicked states, but for some odd reason I cannot change the background of this particular editor.

Also, another thing I just noticed... the dropdown box to allow the color of the text to be changed is not displaying correctly for this editor either - It does not fully drop, and when you click the button to open the color selector the text automatically changes to black (the defualt for my site is light gray)

The text color selector box works perfectly fine in the profile and quick edit boxes.

Any thoughts?

Please feel free to check it out for yourself at my site.

Thanks in advance for your insight!
Reply With Quote
  #4  
Old 03-12-2009, 08:42 AM
Seven Skins's Avatar
Seven Skins Seven Skins is offline
 
Join Date: Sep 2008
Location: London, UK
Posts: 1,481
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Your site is not working I will try it later.

.
Reply With Quote
  #5  
Old 03-12-2009, 04:23 PM
ScottiG ScottiG is offline
 
Join Date: Jan 2008
Posts: 36
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Sorry about that, my host sent out an alert of a scheduled maintenance right around the time you visited the site - It lasted about 10 minutes - It should be working fine now.

Thanks again for taking the time to help me work through this.
Reply With Quote
  #6  
Old 03-14-2009, 04:43 AM
ScottiG ScottiG is offline
 
Join Date: Jan 2008
Posts: 36
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Still looking for some guidance on getting this resolved. Any other suggestions?
Reply With Quote
  #7  
Old 03-14-2009, 10:44 AM
Seven Skins's Avatar
Seven Skins Seven Skins is offline
 
Join Date: Sep 2008
Location: London, UK
Posts: 1,481
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Does that color selector menu works fine in default style?
If it does then some hack or skin code is conflicting with your style. Thats will be hard to find out. Disable one hack at time and find out which one is causing problem.

.
Reply With Quote
  #8  
Old 03-16-2009, 05:23 AM
ScottiG ScottiG is offline
 
Join Date: Jan 2008
Posts: 36
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Seven,

Thanks for the visit to the site and for your advice.

Turn out the editor works perfectly with the default style, so I am assuming there is something screwy with the skin's template. Could you advise on where specifically I should be looking to correct this issue? Is there a certain block of code I should be looking for in a particular template?

You help has been very much appreciated!
Reply With Quote
  #9  
Old 03-16-2009, 12:47 PM
Princeton's Avatar
Princeton Princeton is offline
 
Join Date: Nov 2001
Location: Vineland, NJ
Posts: 6,693
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

create a child style for testing
in this style, revert all editor_ templates

make changes as suggested by seven
YourStyle > Toolbar menu options > Text Editor Control Styles >

now check .. you should start seeing some changes

if problem still persists revert or compare newthread, newreply, and editpost template

things you should check
- inline/embedded CSS
- custom external stylesheets
- modifications to default classes
- conflicts between custom CSS and default CSS

DO ALL OF THIS IN A "TEST STYLE"
Reply With Quote
  #10  
Old 03-17-2009, 03:29 AM
ScottiG ScottiG is offline
 
Join Date: Jan 2008
Posts: 36
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks to Seven Skins and Princeton for their replies!

After lots and lots of template checking and hair pulling, I finally found my problem... While the fix was not 100% directly related to the advice of either of those that offered suggestions, it "IS" because of their advice that I was able to eliminate a few possibilities and look a bit further up the chain to hone in on the problem, so my sincerest thanks goes out to you both for stepping up to the plate and taking a swing.

As it turns out, there happened to be a couple of lines of missing code in the "header includes" box in my current style - it was the CSS reference text to the editor_css - it simply was not there.

So, after hours and hours of tail chasing over the course of weeks, but now armed with the advice of those listed above, I finally got it working correctly!

Thanks again to Seven Skins and Princeton for your contributions!
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 03:07 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.04242 seconds
  • Memory Usage 2,268KB
  • 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
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (2)postbit_attachment
  • (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
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete