Brian

Forum Replies Created

Viewing 15 posts - 9,376 through 9,390 (of 11,256 total)
  • Author
    Posts
  • in reply to: Setting date to 'TBA' or to be confirmed?? #915211
    Brian
    Member

    Hi,

    Thanks for purchasing our the Events Calendar Pro. I can help answer your questions here.

    The Events Calendar is built around dates so there is no feature to have an event without a date. It would take quite a lot of customization as the start date custom field is used in almost every event query.

    That is an interesting idea to create a placeholder event, but I think you maybe to do that with a page for each course and then put links in the sidebar or other content areas to those pages.

    You could also put links above or below the Calendar from the Events Calendar Settings for these courses as well.

    I think that would be the quickest and easiest way to achieve what you are looking for as trying to modify the Events Calendar to accept Events without dates could become a huge project on its own.

    Let me know if you have any follow up questions.

    Thanks

    Brian
    Member

    Hi,

    Thanks for using our plugins I can provide some information on this.

    The Filter Bar is using the query string of the url (?tribe_eventcategory[]=53 ) to filter the Calendar. It is required to be a query string and changing the url to a pretty permalink would break it. So I am afraid it is not possible to change the url to the way you would like for the filter bar.

    There are category views if you would like to use those, for instance the Dog Adoption Events Category has a url of this:

    http://www.seattledogspot.com/events/category/dog-adoption-events/

    Let me know if you have any follow up questions.

    Thanks

    Brian
    Member

    I am glad to see you were able to fix this issue and thanks for that information that is an interesting tutorial you made for the Ticket Form.

    Since the issue is resolved I am going to go ahead and close this ticket. If you have a similar issue or another in the future, please do not hesitate to create a new ticket.

    Thanks!

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

    I am glad to see you were able to fix this issue.

    Since the issue is resolved I am going to go ahead and close this ticket. If you have a similar issue or another in the future, please do not hesitate to create a new ticket.

    Thanks!

    in reply to: 404 on events page after 3.9 update #914782
    Brian
    Member

    Hello,

    Sorry for the issues after the update. I can help troubleshoot this with you.

    Can you please follow our 404 Error Guide:

    https://theeventscalendar.com/support/documentation/troubleshooting-404-errors/

    Let me know if that resolves it or we can go from there to troubleshoot this and get it resolved.

    Thanks

    in reply to: Issue with mini calendar shortcode #914773
    Brian
    Member

    Ok thanks for all the information and testing everything.

    I was able to reproduce the error in the events this time. I was using the products shortcode and not the products_page one.

    However, it looks like the conflict is because the Event Calendar uses a global called $product on the single event page. However, the WooCommerce Product also uses a global of the same name.

    That variable is used all over our plugins so it is not something that can be fixed with a snippet. I will look into this more, but I do not think I will have a resolution to fix this.

    I understand this can be a deal breaker for you so if you would like a refund, please email us with your receipt number at pro(at)tri.be

    I will look into this more and let you know what I find out.

    Thanks

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

    I have used the Genesis Simple Share Plugin in the Past:

    https://github.com/copyblogger/genesis-simple-share

    I used this snippet to place the share buttons above the Event Content

    https://gist.github.com/jesseeproductions/c7441fe7e08a5c9cd64e

    That may work for you as well.

    in reply to: CHECKOUT NOT WORKING #914731
    Brian
    Member

    Ok so it is working on the test site you created, but not on this site:

    http://buyexpotickets.com

    Correct?

    Can you put that theme into a dropbox and share the link in a private reply and I can see if I can find out what the conflict is?

    Let me know and we can go from there.

    Thanks

    in reply to: Today’s update erased my custom CSS #914700
    Brian
    Member

    Hi,

    Thanks for using our plugins. Sorry for the css issues on the update.

    We changed the css for the list widget in 3.9 and I am afraid we also have a glitch where it is not loading the css for the event list widget.

    I would recommend adding that css in your reply using a plugin such as a href=”https://wordpress.org/plugins/simple-custom-css/”>Simple Custom CSS.

    Then please add this coding to your theme’s function to fix the styling for the Event List Widget:

    https://gist.github.com/jesseeproductions/9ac665ddcdef95c8a2e5

    Let me know how that works out and I can provide some more information if you like.

    Thanks

    in reply to: Upcoming events #914691
    Brian
    Member

    Hi,

    Thanks for the interest in the Events Calendar Pro. I can help answer your questions.

    The 2nd screenshot you reference is for the Photo View Included in Pro. That is found with the other views such as List, Month List, Etc…

    Events are a custom post type so it would be possible to create a custom loop to show the events you would like on the home page.

    Unfortunately, we do not have a feature to display 3 to 4 events like that on the home page. It is possible with some customization, but customizations are for the most part beyond the support we can provide.

    Let me know if you have any follow up questions.

    Thanks

    in reply to: Destination folder already exists #914685
    Brian
    Member

    Hello,

    Sorry for the issues on updating. I can help troubleshoot this.

    That function is referencing a WordPress function so if it says it is undefined then it is not finding it in WordPress for some reason. Can you update your site to the latest version of WordPress (4.0.1) and see if that fixes the issue.

    Let me know and we can go from there.

    Thanks

    in reply to: Events List widget font too large #914570
    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: recurring events not appearing on every day #914490
    Brian
    Member

    Ok so it looks like the Recurring Event is not even being created. Can you try one more time to create a recurring event and see if that changes anything.

    Instead of saying it will end Never can you please pick a date in January 2015 and then create the event.

    I would like to test if on a Windows Server it does not recognize Never and therefore is only creating one Event.

    Permalinks
    And you should be able to use Pretty Permalinks with the Default Post Name. It is just your url looked like this:

    http://yoursite.com/index.php/events/

    That index.php is not typical and looks to be because of the Windows Server.

    Let me know what you find out from that and if that does not work I can have you follow our Testing for Conflicts Guide to see if that finds a conflict causing this.

    https://theeventscalendar.com/support/documentation/testing-for-conflicts/

    Thanks

    in reply to: Events List widget font too large #914479
    Brian
    Member

    Glad it is working now. Sorry for the issue on this we are working on a maintenance release to fix.

    To change the color around the date please use this css and change the color hex code (#00000):

    .tribe-events-adv-list-widget .tribe-mini-calendar-event .list-date {
    background: #00000;
    }

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

    Let me know if that helps.

    Thanks

    in reply to: New 3.9 Update Issues #914473
    Brian
    Member

    Working on a Maintenance Release to fix this issue as we speak.

    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.

    We will update this ticket once we release the fix as well.

    Thanks!

Viewing 15 posts - 9,376 through 9,390 (of 11,256 total)