ThemeForest

Stylico - Wordpress Dj Theme

  • Has been a member for 1-2 years
  • Bought between 10 and 49 items
  • United States
tyriekm says
Purchased

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’

2 months ago
Author
radykal radykal replied

You can disable comments via the QuickEdit button for your page. To hide that message, open the comments.php in my theme folder and go to line 42, there you find this line, just delete it:

<p class="nocomments"><?php _e( 'Comments are closed.', 'stylico'); ?></p>
2 months ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
Steuber says
Purchased

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!

22 days ago
Author
radykal radykal replied

Yes there is a checkbox for it to display also past gigs.

22 days ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
Steuber says
Purchased

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 ;))

22 days ago
Author
radykal radykal replied

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.

21 days ago
by
by
by
by
by