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
  #21  
Old 06-26-2011, 01:06 AM
RogerBerke RogerBerke is offline
 
Join Date: Jun 2011
Posts: 19
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Lynne

I think this is what you are looking for. Thanks for your help
--------------------------------------------------------------------


Quote:
<div id="pollinfo" class="polloptionsblock">
<form class="block" action="poll.php?do=pollvote&amp;pollid=7" method="post">
<div class="blockhead">
<h2>Poll: <span class="polltitle">Another Test</span></h2>

<a class="textcontrol blockhead_info" href="poll.php?pollid=7&amp;do=polledit"><img class="inlineimg" src="images/cms/edit_small.png" alt="Edit Poll" title="Edit Poll"/></a>


</div>
<div class="blockbody">

<h3 class="pollsubhead">
This poll will close on <strong>06-26-2011</strong> at <strong>07:55 AM</strong>

</h3>


<div id="polloptions" class="blockrow">
<ul class="checkradio group">

<li><label for="rb_optionnumber_1"><input type="radio" name="optionnumber" value="1" id="rb_optionnumber_1" tabindex="1" /> Yes</label></li>
<li><label for="rb_optionnumber_2"><input type="radio" name="optionnumber" value="2" id="rb_optionnumber_2" tabindex="1" /> No</label></li>

</ul>
</div>
</div>

<div class="blockfoot">
<div class="group">

<input type="submit" class="button" value="Vote Now" tabindex="1" />
<a class="textcontrol" href="poll.php?pollid=7&amp;do=showresults">View Poll Results</a>
<input type="hidden" name="s" value="" />
<input type="hidden" name="securitytoken" value="1309053327-2c75755909a90d793faf2f6b2240c2360cc6a533" />
<input type="hidden" name="do" value="pollvote" />
<input type="hidden" name="pollid" value="7" />
</div>
</div>

</form>
</div>
--------------- Added [DATE]1309054125[/DATE] at [TIME]1309054125[/TIME] ---------------

I checked. The only template that has been changed is the contactus.css template.

Thanks for helping.

- Roger -


Quote:
Check to see if any of those have been edited and/or need to be reverted
Reply With Quote
  #22  
Old 06-26-2011, 01:58 AM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Your page source clearly shows that the text is there.
Code:
<li><label for="rb_optionnumber_1"><input type="radio"  name="optionnumber" value="1" id="rb_optionnumber_1" tabindex="1" />  Yes</label></li>
 <li><label for="rb_optionnumber_2"><input type="radio"  name="optionnumber" value="2" id="rb_optionnumber_2" tabindex="1" />  No</label></li>
You either have some css that is setting the display to none or your text is the same color as the background.
Reply With Quote
  #23  
Old 06-26-2011, 02:26 AM
RogerBerke RogerBerke is offline
 
Join Date: Jun 2011
Posts: 19
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I fooled around until I got the background on the poll changed to a different color (variable is poll_background). I don't think that the font is the same color as the background.

Thanks for your help.

- Roger -
Attached Images
File Type: jpg Poll Background Changed.jpg (22.8 KB, 0 views)
Reply With Quote
  #24  
Old 06-26-2011, 03:09 AM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Then I would guess your CSS is setting the display to none or the font color is transparent. You can check that with firebug if you are familiar with it.
Reply With Quote
  #25  
Old 06-26-2011, 02:48 PM
RogerBerke RogerBerke is offline
 
Join Date: Jun 2011
Posts: 19
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Lynne

I used Firebug to get a listing of CSS content from poll page that will not display correctly.

I could use a little help in interpreting the results. The text file is very big (runs 58 pages in Word), so I am not sure if I should post results here. Can I post it as a 'text' attachment?

Thanks for your help.

- Roger Berke -
Reply With Quote
  #26  
Old 06-26-2011, 03:02 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

A text file? I'm not sure what you are ending up with. firebug is something I only use in the browser - I get no text file to go with it.

Why don't you PM me a link/username so I can take a look.
Reply With Quote
  #27  
Old 06-26-2011, 04:08 PM
RogerBerke RogerBerke is offline
 
Join Date: Jun 2011
Posts: 19
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Lynne

PM Sent!

I did a 'copy' and 'paste' for the results from the firebug window.

Thanks for your help.

- Roger -
Reply With Quote
  #28  
Old 06-26-2011, 04:18 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I PMed you with what the problem was. You had set a font-size to 0, so the options were not showing.
Reply With Quote
  #29  
Old 06-26-2011, 04:26 PM
RogerBerke RogerBerke is offline
 
Join Date: Jun 2011
Posts: 19
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Lynne

You are the BEST! FIXED!

Thanks for your help.

- Roger Berke -
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 02:55 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.03939 seconds
  • Memory Usage 2,263KB
  • 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)bbcode_code
  • (2)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
  • (9)post_thanks_box
  • (9)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (9)post_thanks_postbit_info
  • (9)postbit
  • (1)postbit_attachment
  • (9)postbit_onlinestatus
  • (9)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_display_complete
  • post_thanks_function_can_thank_this_post_start
  • postbit_attachment
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete