Forum Replies Created
-
AuthorPosts
-
Brian
MemberHello,
No worries on the delay. Thanks for doing the testing and letting me know the results.
I took another look at your site and notice it is loading jquery twice.
Once is coming from the Theme/WordPress(and should be the version used) here:
http://www.frontiersmedia.co/wp-includes/js/jquery/jquery.js?ver=1.11.1
There is another version loading here:
http://cdnjs.cloudflare.com/ajax/libs/jquery/1.9.1/jquery.min.js
Not sure where it is coming from as it does not show in the source code.
Maybe clearing the CloudFlare Cache might remove it?
I did see the filter bar not working too and I think it is related to the double jQuery loading.
Let me know after you clear the Cloudflare Cache or need help related to that and I can see what I can do to resolve this.
Thanks
Brian
MemberYour Welcome,
Here are my responses to your two latest questions:
List Widget
The list widget uses this function: tribe_events_event_schedule_detailsIt is found in this file:
public\template-tags\general.php
That where you would have to filter to remove the times from events.
CSS Padding
I can help you with this, but not sure what you are referring to.Can you please provide a link to demo you are referring to and then the link on your site (if it is different from http://sealfit.com/events)
Thanks
Brian
MemberHi persyst,
I can take a quick look for you and give you the next step, I do not think it is that much torture, usually I would just skip to the end anyway to find the answer. 🙂
There are two lines of coding you will need to change in this file after you move it to your theme:
views\community\modules\venue.php
<input type="checkbox" id="EventShowMapLink" name="EventShowMapLink" value="1" <?php checked( get_post_meta( $event, '_EventShowMapLink', true ) ); ?> /><input type="checkbox" id="EventShowMap" name="EventShowMap" value="1" <?php checked( tribe_embed_google_map( $event ) ); ?> />
For both all you need to add this inside the input:
checked="checked"So it will look like this:
<input type="checkbox" checked="checked" id="EventShowMapLink" name="EventShowMapLink" value="1" <?php checked( get_post_meta( $event, '_EventShowMapLink', true ) ); ?> />
Then they will show as checked by default.
Remove the Map
I think the best thing to do is add some css to hide the map box, but still leave it checked when hidden. When you are editing the files above you can use an inline style of display:none to hide the whole venue box or part of the box you would like.Does that work?
PS I am moving this to the Community Events Forum since your question relates to that Add On.
Brian
MemberHello Mike,
Thanks for sharing the coding you added and the problem with having WP-DEBUG on…I think we have all done that in development 🙂
From what I understand you have it working, correct? Would you like anymore help on this from us? Let me know.
Thanks
September 15, 2014 at 6:59 am in reply to: All day event is showing cut off time in list view (12:00am) #744623Brian
MemberHi,
That is close you would want to look at this file:
views\list\single-event.php
Then this section is what creates the time:
<!-- Schedule & Recurrence Details -->
<div class="updated published time-details">
<?php echo tribe_events_event_schedule_details() ?>
</div>The function: tribe_events_event_schedule_details
Is found in this file:
public\template-tags\general.php
That function has been modified since 3.5 so we can only provide limited support on it, but that is where you will find the coding that is showing the 12:00am for an all day event.
Does that help?
Brian
MemberHi Siim,
I can answer your questions.
Is there a way to disable automatic updates?
You can remove the license key and it will not ask for updates. This is not recommended, but it will work.
Another option is to rename the plugin with a different plugin name and folder.
Also is there a way to use filter bar “locatoin” filter as it shows drop down menu from the locations I have.
There is not a feature to add all the locations into a dropdown for the location search in the plugin. If you would like to see use add that feature I would suggest requesting it at out UserVoice Page.
http://tribe.uservoice.com/forums/195723-feature-ideas
Does that answer your questions?
September 15, 2014 at 6:38 am in reply to: Community Events – Publish Status Defaults to Draft #744593Brian
Memberbrandonlemley, thank you for the reply and your understanding.
Glad you have a fix in the meantime for the bug.
I am going to close this ticket as there is a fix coming in 3.8 to help solve this. If you have troubles with this issue after 3.8 is released or with anything else please create a new ticket.
Thanks
Brian
MemberHi zerocool,
Sounds good about the changes and making this a personal project. I also think it is a good idea so I hope you succeed in it.
You can share by creating a new topic here with a link and on the WordPress.org Plugin Page in the support section.
I am going to close this ticket as you marked is resolved, but if you have questions in the future on your week view widget or anything else, please create a new ticket and we will help you out.
Thanks
Brian
MemberI am sorry to hear that, we can help take care of the refund for you.
Can you please email us at pro(at)tri.be and we can take care of it there.
Thanks.
Brian
MemberSince there is has not been any activity on this thread for over 2 weeks so I am now closing it. Feel free to start a new thread if you have further issues. Thanks! 🙂
Brian
MemberSince there is has not been any activity on this thread for over 2 weeks so I am now closing it. Feel free to start a new thread if you have further issues. Thanks! 🙂
September 12, 2014 at 10:11 am in reply to: Using Venue Featured Image for event featured image #740251Brian
MemberSince there is has not been any activity on this thread for over 2 weeks so I am now closing it. Feel free to start a new thread if you have further issues. Thanks! 🙂
Brian
MemberSince I haven’t heard back from you here, I’m going to go ahead and close out this thread. Feel free to start a new thread if you have further issues. Thanks! 🙂
Brian
MemberSince I haven’t heard back from you here, I’m going to go ahead and close out this thread. Feel free to start a new thread if you have further issues. Thanks! 🙂
September 12, 2014 at 10:10 am in reply to: Event Calendar, List, Week, Photos Not Showing Up #740245Brian
MemberThis thread’s not seen much activity recently so I’ll go ahead and close it. Of course if you still need help with this or any other issue please don’t hesitate to create a new thread (or threads) and one of the team will be only too happy to help. Thanks!
-
AuthorPosts
