Tagged: Calender
-
AuthorPosts
-
November 7, 2013 at 2:52 pm #185607
Dear Team of Enfold,
I would just like to mention that the year is missing from the Calender. One can only see the Months. I cant still choose a date in the next year but I have to remember how many times I clicked on the months!
Would it be possible to fix this ?Kind regards
AsteriosNovember 7, 2013 at 3:29 pm #185637Hey koelnermusikakademie!
What Calendar do you mean?
Cheers!
DevinNovember 7, 2013 at 9:59 pm #185829Hi Devin,
I mean the calender in the the contact formular. If you open it, you will notice that the “year” is missing.
Greetings
Asterios- This reply was modified 11 years ago by Asterios.
November 9, 2013 at 10:22 am #186443Hi!
We won’t “fix” this on our end because imo a year selection is simply not necessary and just clutters our minimal calendar design. The calendar title shows the current selected year and month and thus the user knows which day, month and year is selected at the moment and doesn’t need to remember anything.
However if you want to change it open up /wp-content/themes/enfold/framework/php/class-form-generator.php and replace
beforeShow: function(input, inst) {
with
changeMonth: true, changeYear: true, beforeShow: function(input, inst) {
and insert following code into the quick css field to hide the next/prev buttons
.ui-datepicker-next,.ui-datepicker-prev{display:none;}
Regards,
PeterNovember 9, 2013 at 5:10 pm #186485My personal oppinion is that a calender should show the year too but anyway thanks for the reply and for the alternativ solution.
It worked.Just one more question (new topic). I searched yesterday in the forum for a solution to show the links from the socket on mobile devices but I didn´t manage to. Is there anyway to do so?
Regards
Asterios- This reply was modified 11 years ago by Asterios.
November 9, 2013 at 9:48 pm #186520Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
.responsive #socket .sub_menu_socket { display: block !important; }
November 9, 2013 at 9:54 pm #186524Thank you Devin, it worked.
All the best.
A. GeorgiouP.S. No more questions, thank you guys.
- This reply was modified 11 years ago by Asterios.
-
AuthorPosts
- The topic ‘Year in Calender’ is closed to new replies.