Forums › Forums › Search & Filter Pro › Search by date for ancient documents
- This topic has 57 replies, 2 voices, and was last updated 6 years, 3 months ago by Anonymous.
-
Anonymous(Private) August 10, 2018 at 3:01 pm #185144
> If you want to be able to click a date and see the results without clicking the Submit button, you need to turn Auto Submit ON.
Date output without clicking the Submit button does not work with the enabled “Auto submit form” setting. While I disabled the “Auto submit form” setting”.
Anonymous(Private) August 10, 2018 at 3:05 pm #185146Trevor, I have two more questions, hopefully the last one:
1. How to change style using CSS? I tried custom styles via The7 WP page Builder > Custom CSS and via Custom CSS plugin – they don’t work…
2. How difficult is it to translate the form into Russian – days of the week and months?Trevor(Private) August 10, 2018 at 3:36 pm #185156I believe there are i18n language files for the datepicker. Is WordPress is set to Russian language?
See this web page:
https://stackoverflow.com/questions/25765124/where-are-the-i18n-files-of-jquery-ui-datepicker-1-11-0
You should be able to set the CSS as you explained, so the CSS must be wrong. Tell me what you are trying to do and show me what CSS you made?
Anonymous(Private) August 10, 2018 at 4:22 pm #185170Word Press set to English
> See this web page: https://stackoverflow.com/questions/25765124/where-are-the-i18n-files-of-jquery-ui-datepicker-1-11-0
Thank You I’ll try it.
> Tell me what you are trying to do and show me what CSS you made?
I would like to change the color of placeholder text and background color of the calendar header, and data text colour. And make the width of the fields 100% of the column. A lot of ideas – but I can’t to find the right classes. Here is a small example:
.screen-reader-text
{
font-weight: 800;
color:#ff0000;
}
.sf-input-text
{
font-weight: 800;
color:#ff0000;
}
.ui-datepicker-unselectable
{
font-weight: 800;
color:#999999;
} -
AuthorPosts