Forum Replies Created
-
AuthorPosts
-
welshartnow
ParticipantOk thank you for the update Casey
July 6, 2014 at 8:48 am in reply to: Change the default view for the calendar widget from month to today #290477welshartnow
ParticipantSomebody helped me with this, if it’s useful to others then-
Add this in the header.php of your child theme, make sure jquery is also loaded in this file
<script>
$(document).ready(function(){
var check = $(“.type-tribe_events .tribe-mini-calendar-event .list-date”).html();
console.log(check);
$(“.type-tribe_events”).each(function(){
//console.log($(this).find(“.list-date”).html());
if($(this).find(“.list-date”).html()==check){
$(this).closest(“.type-tribe_events”).show();
}else{
$(this).closest(“.type-tribe_events”).hide();
}
});
});
</script>June 17, 2014 at 12:37 pm in reply to: Change the default view for the calendar widget from month to today #231779welshartnow
ParticipantHi Casey,
Thanks for your reply, I like the plugin but am somewhat disappointed with the level of manipulation that is built into it, this would have seemed obvious functionality that should be present. Your suggestion is too loose to be helpful. Are your plugins intended solely for developers?May 29, 2014 at 6:55 am in reply to: Does default content settings still need to appear in front end form #186727welshartnow
ParticipantThank you Casey, sure that makes sense, sorted.
welshartnow
ParticipantThank you Casey that is reassuring news, how will I know the update is available – do you email people when an upgrade is available or will this information show on my WordPress instance?
welshartnow
ParticipantOk thank you Barry not really an issue more an inconvenience.
welshartnow
ParticipantOK thank you Barry, from a usability point of view Brits get confused when dates are not in recognized format, so look forward to future changes.
welshartnow
ParticipantHi Just found this post and am experiencing the same problem, this is a show stopper, are you able to offer an update on this bug
Thank you -
AuthorPosts
