Brian

Forum Replies Created

Viewing 15 posts - 9,556 through 9,570 (of 11,256 total)
  • Author
    Posts
  • in reply to: Display page with list of venues or selected venues #906598
    Brian
    Member

    Hi dpeschio,

    Thanks for using out plugins and glad you like them and that is an interesting setup you have there.

    I looked around we do not have a template to get you started. I would start by looking at the wp_query class:

    http://codex.wordpress.org/Class_Reference/WP_Query

    If you would like to request that feature please head to our UserVoice Page and add your own or upvote that feature as they will increase the chances of it being added to a future version.

    http://tribe.uservoice.com/forums/195723-feature-ideas

    Since there is nothing more we can do here and this thread is over two weeks old from the original poster I am going to close it, but if you have any related questions or something new please just create a new ticket and reference this one.

    Thanks

    in reply to: Venue description in small column #906577
    Brian
    Member

    It looks like this tickets was marked answered by you and since we typically close threads if there is no activity after two weeks. I am going to close this ticket. Feel free to create a new thread and reference this one to save you time.

    Thanks

    in reply to: Select a Country Defaults #905765
    Brian
    Member

    Hi,

    I can try to help on this customization.

    There are bunch of different templates that coding might go on. I would look in this directory starting with this file:

    \wp-content\plugins\the-events-calendar-community-events\views\community\edit-event.php

    You can follow the Themer’s Guide it will show you where to move the files to your theme to safely edit them:

    https://theeventscalendar.com/support/documentation/events-calendar-themers-guide/

    Not sure if that coding will work, it looks correct, but I think it will keep all the other countries there.

    You may not need it though as you can set the default country for the dropdown here:

    Events > Settings > Default Content > Default country Field

    Let me know if you have any follow up questions.

    Thanks

    in reply to: Events not showing on my theme's mobile version #905758
    Brian
    Member

    Hi,

    Sorry for the issues you are having with your theme. We can try to help out, but for the most part theme or plugin compatibility issues are beyond the support we can provide.

    We do try to help narrow down the issue, but as you point out the theme creates a different mobile site there is not much we can do.

    We do not have access to the theme and so not sure how it is setup to fix the conflict.

    Can you try contacting the theme developer and see if that have some coding to help resolve this?

    Let me know and we can try to help out if the theme developer gives you some coding.

    Thanks

    in reply to: Organizers select and search #905749
    Brian
    Member

    Hi,

    I can try to help out with this, but it is not a feature of the Events Calendar so it is beyond the support we can provide on this.

    I can tell you the Organizers are a Custom Post Type called:

    tribe_organizer

    So you could create a custom loop using wp_query and call just the organizer posts using that post type then format it into a select box.

    could i implement the search for organizers over date, location and keyword?

    I am sure that is possible, but it would involve you customizing it.

    If you have any follow up questions please let me know. For the most part customizations are beyond the support we can provide on the forum, but if you get stuck I can try to help out on either customization with the next step, but unable to troubleshoot the entire process.

    Thanks

    in reply to: Event Calender adds a strange Time and Place on ticket #905742
    Brian
    Member

    Closing this topic as it is a duplicate of this topic:

    Delete extra info customer ticket

    That is being responded to, by Brook and best to keep working on this issue through that topic only.

    Please note we can take up to 24 hours to respond to a post although many times quicker.

    Note: I also deleted the duplicate topic in the pre sales forum.

    in reply to: Limit Location dropdown by country #905724
    Brian
    Member

    When I do visit your site it is pretty clear the events are all around Cambridge in the UK on the initial load, but it is unclear how many people would use the search or not use it when looking for events.

    I understand that can be a problem, but the answer does not change that the results are coming from Google and we cannot change what Google provides us.

    I have seen a similar issue with Burlington, and most likely other cities that are common in the United States might have this same behavior.

    Unfortunately, this is the way the system works, if that is a deal breaker you can email us a pro(at)tri.be with the receipt number and we can provide a refund.

    in reply to: Modifying meta boxes #905539
    Brian
    Member

    Ok that is the method I would do if I wanted to hide something.

    I am going to close this ticket, but if you need anything else related to this topic or another please post a new topic on the forum and we can help you out.

    Thanks

    in reply to: Move the buying process below the text #905536
    Brian
    Member

    Ok thanks for the link.

    I see what you mean. I noticed you are using Enfold theme and they include their own customizations for the Events Calendar.

    You can visit this link on their website to learn how to disable those configurations and it should fix how the event looks:

    Enfold 3.0 and Tribe Events Calendar 3.8

    Or you can add this css:

    .single-tribe_events .av-single-event-content {
    float: none;
    margin-left: 0px;
    width: 100%;
    }

    Add that css to your theme’s stylesheet or through a plugin such as Simple Custom CSS.

    Then you may have to do further customizations to get it how you would like.

    Let me know if that helps.

    Thanks

    in reply to: Glitchy Next Month and twitter #905525
    Brian
    Member

    Oh that can happen. I wonder if it is the quote marks. Sometimes when coping them from a website they are not formatted correctly and you have to replace them all with single quotes ( ‘ ).

    in reply to: Events Calendar Admin Error #905518
    Brian
    Member

    Ok let us know what you find out after updating.

    thanks

    in reply to: Home page font color I can not find where to change it. #905516
    Brian
    Member

    Great, glad it helps, I am going to go ahead and close this ticket, but if you need help on this or something else please post a new ticket.

    Thanks!

    in reply to: Limit Location dropdown by country #905512
    Brian
    Member

    For me it produced all United States results for Cambridge, but since I am in the U.S. it looks like it takes that into account. So if your visitors are searching with computers in the U.K. it looks like it may just start with results in U.K. first.

    in reply to: Modifying meta boxes #905508
    Brian
    Member

    We do not have any filters or actions to modify those fields it is not recommended you change any of those fields as it could break the plugin. You can add you own custom meta fields through a plugin or using WordPress functions as it is a Custom Post Type. If you did that though you would have to modify the front end templates to get those fields to show.

    in reply to: Calendar not showing on page #905139
    Brian
    Member

    The Events Calendar does not create a Page in WordPress. It is a page, you can visit, but does not show in the Page section of the admin.

    I visited this link and found the calendar here:

    http://zeninyou.com/events/

    So that is where the Calendar is located.

Viewing 15 posts - 9,556 through 9,570 (of 11,256 total)