Brian

Forum Replies Created

Viewing 15 posts - 10,876 through 10,890 (of 11,256 total)
  • Author
    Posts
  • in reply to: Weekly view not working #744686
    Brian
    Member

    Hello,

    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

    in reply to: Next Month Navigation at top #744663
    Brian
    Member

    Your Welcome,

    Here are my responses to your two latest questions:

    List Widget
    The list widget uses this function: tribe_events_event_schedule_details

    It 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

    in reply to: How to show map by default? #744652
    Brian
    Member

    Hi 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.

    in reply to: How to modify product template for "tickets" #744629
    Brian
    Member

    Hello 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

    in reply to: All day event is showing cut off time in list view (12:00am) #744623
    Brian
    Member

    Hi,

    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?

    in reply to: Single event meta #744609
    Brian
    Member

    Hi 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?

    in reply to: Community Events – Publish Status Defaults to Draft #744593
    Brian
    Member

    brandonlemley, 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

    in reply to: Week View for Widget #744591
    Brian
    Member

    Hi 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

    in reply to: Refund of Events Calendar Pro #741663
    Brian
    Member

    I 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.

    in reply to: Hover on Event Calendar View #740258
    Brian
    Member

    Since 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! 🙂

    in reply to: Adjusting Start time and End time intervals. #740254
    Brian
    Member

    Since 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! 🙂

    in reply to: Using Venue Featured Image for event featured image #740251
    Brian
    Member

    Since 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! 🙂

    in reply to: Mini Calendar – Next Month Not Displaying List #740249
    Brian
    Member

    Since 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! 🙂

    in reply to: Non-WordPress sites #740247
    Brian
    Member

    Since 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! 🙂

    in reply to: Event Calendar, List, Week, Photos Not Showing Up #740245
    Brian
    Member

    This 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!

Viewing 15 posts - 10,876 through 10,890 (of 11,256 total)