| User | Post |
|
7:33 am November 10, 2010
| k9cardio
| | |
| |
|
|
The date field needs to be wider on the java calendar view seen here:
http://www.capek9cardio.com/fo…..-contract/
Thanks,
Jason
|
|
|
10:56 pm November 10, 2010
| Steph
| | |
| |
|
|
If you'd like it bigger, then go to edit your form and expand the field options for your date field. Clearing out the number for "characters wide" under "Field size" will make the field use the width set in your styling options.
|
|
|
6:54 am November 11, 2010
| k9cardio
| | |
| |
|
|
tried editing the field with to no avail. the calendar is still clipped. the next (month) button and year are not displayed properly. how do i fix this?
thanks,
jason
|
|
|
7:32 am November 11, 2010
| Steph
| | |
| |
|
|
Oh I see now. It looks like wp-Ecommerce is wreaking havoc on the calendar. Is there an option to disable that? If not, you'll need to either remove or override this:
.ui-datepicker-next{text-align:right;}
with something like this in your theme style.css:
.with_frm_style .ui-datepicker-next{text-align:inherit;}
|
|
|
12:06 pm November 11, 2010
| k9cardio
| | |
| |
|
|
I need the e-commerse. tried this over-ride – no change. are there any other styling options that would help?
removing the word next would probably suffice ;)
thank you,
jason
|
|
|
7:47 pm November 11, 2010
| Steph
| | |
| |
|
|
Sorry, but removing "Next" is not an option. I'm not seeing where you added the CSS above. I'm not suggesting you remove the WP ecommerce plugin, but only that you remove that bad css.
|
|
|
9:47 pm November 11, 2010
| k9cardio
| | |
| |
|
|
ok. i'm looking for where to remove that code. not in my style sheet.
|
|
|
8:04 am November 12, 2010
| Steph
| | |
| |
|
|
It's in the WP ecommerce css. Areound line 1052 of wp-content/uploads/wpsc/themes/default/default.css
|
|
|
12:07 pm November 12, 2010
| k9cardio
| | |
| |
|
|
thanks for holding my hand. very close with your code edit.
the year is slightly off. can we widen that area.
everything else worked.
Jason
|
|
|
7:51 pm November 15, 2010
| Steph
| | |
| |
|
|
Is there another calendar somewhere on your site from wp ecommerce? If not, Id suggest removing all of the calendar styling from that plugin since it's messing up the calendar so much.
|
|