How do I completely remove the ability to leave a comment on a page? I dont even want the option to be there, and I dont want it to say ‘comments are disabled’
Is it possible to add gigs you ever had? I can only add gigs in the future? but i want to add my passed gigs also!
I see what you mean with the checkbox, but i can’t add a gig i had last month! I can only add gigs in the future, and if the date is passed, then it shows up as a past gig. But i started DJ’ing in 2008, and want to add the gigs i had that year also, and thats not possible
(sorry for bad english ;))
Ah ok, open this js file: stylico/admin/js/gigs.js
There you find this line of code:
jQuery("#gig-datepicker").datepicker({minDate: -1, dateFormat: 'yy-mm-dd'});
Replace -1 with null:
jQuery("#gig-datepicker").datepicker({minDate: null, dateFormat: 'yy-mm-dd'});
Now you can also select past dates.


283 Purchases
83 Comments