Brian

Forum Replies Created

Viewing 15 posts - 8,356 through 8,370 (of 11,256 total)
  • Author
    Posts
  • Brian
    Member

    Hard to say what is going wrong. It could be that if check does not work, I maybe wrong about that working.

    This is the example WordPress gives, maybe that will work:

    <?php
    if ( have_posts() ) {
    while ( have_posts() ) {
    the_post();
    //
    // Post Content here
    //
    } // end while
    } // end if
    ?>

    WordPress has more information on the Loop here:

    http://codex.wordpress.org/The_Loop

    in reply to: Calendar Fails to Show At All #938187
    Brian
    Member

    Hi,

    Sorry for the issues you are having. I can help troubleshoot this with you.

    I visited the link you provided and see the Map View is working.

    http://votec.eplatt.com/events/

    So something of Pro is working as that is found only in Pro.

    Are you using Multisite? and what is missing from Pro? Is it in the backend, the frontend or both?

    Let me know and we can go from there.

    Thanks

    in reply to: Embedding and Registration #938162
    Brian
    Member

    Hi,

    Thanks for the interest in our plugins.

    We do not have a registration system built in.

    Although I have seen a 3rd party plugin that might work:

    https://github.com/GlynnDevins/The-Events-Calendar-Registration

    It is not possible to use the Events Calendar Outside of WordPress. You could maybe embed pages using iFrames, but that not something we support.

    Let me know if you have any follow up questions.

    Thanks

    in reply to: Event Calendar/Pro #938161
    Brian
    Member

    “WooCommerce Tickets” does not support recurring events. Meaning when creating a recurring event you cannot also create tickets for each individual event as part of that process.

    in reply to: jquery version conflicts #938159
    Brian
    Member

    I am still seeing this error:

    TypeError: jQuery(...).fitText is not a function
    http://visitbrenham.wpengine.com/wp-content/plugins/easy-media-gallery-dev/includes/js/func/frontend.js?ver=4.0.1
    Line 19

    And this error:

    TypeError: e.Isotope is undefined
    http://visitbrenham.wpengine.com/wp-content/plugins/easy-media-gallery-dev/includes/js/func/frontend.js?ver=4.0.1
    Line 19

    And you are still loading two versions of jQuery.

    All three of those issues is breaking the Events Calendar Scripts.

    in reply to: jquery version conflicts #938105
    Brian
    Member

    That is the name of a a script called jquery-placeholder/jquery.placeholder.min.js?ver=2.0.7 loaded by the Events Calendar.

    That script is for form placeholders used in the Events Calendar.

    in reply to: Event Calendar/Pro #938102
    Brian
    Member

    Hi,

    Thanks for the interest in our plugins. I can help answer your questions.

    Yes, recurring events is a feature of Pro only. Please note recurring events are not supported by WooCommerce Tickets.

    We do not have a way to separate the calendar by Recurring and Non Recurring Events and the calendar creates one view and does not have a method to create different pages.

    The only method to create another “page” for the calendar is by custom coding, which is beyond the support we can provide.

    Let me know if you have any follow up questions.

    Thanks

    Brian
    Member

    Hi Ben,

    I can help you out there.

    If you add a check for if $loop after the query you could do this:


    if ($loop) {
    //Loop Coding
    } else {
    // no events
    }
    wp_reset_query();

    Let me know if that helps.

    Thanks

    Brian
    Member

    Hi,

    Sorry for the issues you are having. I can help troubleshoot them with you.

    I am not clear to where the issue is happening.

    What page is the screen options for Events not showing? The Single Event Editor? or the Single WPEC Product Editor?

    Event tickets are always created in the Event themselves and not in the Product Page following these steps:

    https://theeventscalendar.com/knowledgebase/tickets-making-a-ticket/

    Are you not seeing those?

    Let me know and we can go from there.

    Thanks

    in reply to: Events RSS FEED #938087
    Brian
    Member

    Hi,

    Thanks for using our plugins.

    I can point you in the right direction on this.

    We have this article to help with RSS customizations:

    https://theeventscalendar.com/knowledgebase/rss-feed/

    Then you can use WordPress’s featured image coding to add it:

    http://codex.wordpress.org/Post_Thumbnails

    Let me know if you have any follow up questions.

    Thanks

    Brian
    Member

    This reply is private.

    Brian
    Member

    Hi,

    Sorry for the issues you are having. I can try to help troubleshoot this with you, but I am limited in supporting 3rd party plugin conflicts.

    I loaded the plugin on a test site, but unfortunately, nothing obvious as to why the plugins are not working together.

    You can try changing the Access Controls on this tab:

    Events > Settings > Community Tab

    And see if that can help.

    Thanks

    in reply to: missing translation #938071
    Brian
    Member

    Hi,

    Sorry for the issues. There is a bug in the system that is preventing the translation.

    We have a fix to release in the next version.

    I will add this ticket to our report and we will update it once we release it. I do not have a timeline to give you on its release though.

    Thanks

    in reply to: Front-end or user event posting #938059
    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: Calender Pro and Eventbrite #938058
    Brian
    Member

    Thanks for the interest in Eventbrite.

    However, the plugin does not support recurring events.

Viewing 15 posts - 8,356 through 8,370 (of 11,256 total)