Andras

Forum Replies Created

Viewing 15 posts - 4,171 through 4,185 (of 6,224 total)
  • Author
    Posts
  • in reply to: Missing strings in po-file #1242798
    Andras
    Keymaster

    Gerne. 🙂

    in reply to: "View all" recurring events don’t list the events #1242168
    Andras
    Keymaster

    Hallo,

    We have a quick snippet for fixing the formatting of the timepicker on the Community Events submission form:

    https://gist.github.com/andrasguseo/77073707356b4e9bc55e23bb7ebd67bc

    And it most probably will be fixed in one of the next MRs. Will keep you posted.

    Cheers,
    Andras

    in reply to: Filter Categories Not Working Properly #1242119
    Andras
    Keymaster

    Hello Jacquie,

    Thanks for using our plugins and thanks for reaching out with your issue! I’m really sorry this is happening with the filter bar.

    I checked your site – the 2 links you sent and the main events page as well.

    The filter bar on the main event page is working as expected, I didn’t experience any issues while choosing several different countries and categories.

    On the 2 URLs you sent I could replicate what you described. I believe this might arise because you are using the filter bar on a category page, though I’m not sure. Please give us some time to investigate this.

    Until we do that, as a workaround, you could refer to the categories with an different URL, like the below. This is for “Just Cool Conferences”:

    http://coolconferences.com/events/?tribe_eventcategory=21

    This will also make the filter bar work properly in a longer session.

    Does this help? Let me know.

    Cheers,
    Andras

    in reply to: Import RSS from others to calendar and Facebook #1242113
    Andras
    Keymaster

    Hello Donald,

    Thanks for using our plugins and welcome to the forums! Great questions you have there, let me try to answer them for you.

     

    Is there a feature pending or that can be developed to import RSS feeds from other sources into Events Calendar Pro?

    At the moment this feature is not in development. We are checking how much need there is for this feature and if it gets enough votes then it will likely be developed. You can cast your vote here:

    https://tribe.uservoice.com/forums/195723-feature-ideas/suggestions/5629043-allow-rss-feeds-into-the-events-calendar

     

    Can Events also inputted into the plugin be reverse updated to FB events or can it be developed?

    It can certainly be developed somehow, however at the moment this is also not yet being developed. You can cast your vote for this one here:

    https://tribe.uservoice.com/forums/195723-feature-ideas/suggestions/4526443-post-calendar-events-to-facebook

     

    I hope this answers your questions. Let me know if there’s anything else I can help you with.

    Cheers,
    Andras

    in reply to: Problem with import and custom fields #1242108
    Andras
    Keymaster

    Hello Roselyne,

    Thanks for using the Events Calendar.

    Here on the pre-sales forum, I’m afraid we do not provide technical support. I would ask that you take any technical support questions across to our wordpress.org forum – our staff scan it periodically and other community members may also be able to help out.

    The Events Calendar

    If you have purchased a plugin from us, please login and post in the premium forums for that plugin and we can help you out there:

    https://theeventscalendar.com/support/forums/

    To get you started, I believe migrating your database would maybe be the easiest in this case. I’m not sure what custom fields you are using, but migrating the wp_posts and wp_postmeta table should do it.

    In case you want the dates & times to appear properly, then I’m afraid you will need to do that manually one at a time.

    Thanks again for reaching out!

    Cheers,
    Andras

    in reply to: Having trouble with calendar export / subscribe (?) #1242103
    Andras
    Keymaster

    Hello Eric,

    Thanks for going Pro and welcome to the forums!

    I apologize for this export issue you are having on your site. This is a known bug and is already being worked on by one of our developers. It is quite in a good stage, currently it is pending testing and if all goes according to plan the fix will be shipped with the next maintenance release later this month.

    Again, I’m really sorry about this and thanks for your patience!

    I am going to set the status of this ticket to “pending fix” and we will update it once the fix is released. If you have any new questions or issues please create a new ticket and reference this one.

    Thanks and cheers,
    Andras

    in reply to: Buddy press and mebers creating event #1242098
    Andras
    Keymaster

    Hello Ryan,

    Thanks for reaching out to us with your question.

    I’m not quite sure about the buddypress question, but I guess if you give the users the appropriate permissions it would be able to allow them to create events and tickets.

    I would also like to bring your attention to our Community Events and Community Tickets plugins, which would allow you to do just what you want.

    With Community Events you can allow either anyone or only registered visitors of your site to submit events to your calendar, which can be either automatically published or sent to an administrator for review.

    Community Event Tickets will give you the added functionality of users being able to create tickets for their submitted events.

    Let me know if you have any more questions.

    Cheers,
    Andras

    in reply to: Events Calendar Sidebar Not Filtering by #1242096
    Andras
    Keymaster

    Hello myareayoga,

    Thanks for using our plugins and welcome to the forums! I’m sorry about the issue you are experiencing with the sidebar widget. Let’s try to get down to the bottom of that.

    In your system information I see you are using a somewhat older version of our plugins. It is advised to keep them up-to-date as that might solve the issues. I would recommend updating after making a full backup of your site.

    If the update doesn’t solve the issue, then please share with me a URL to the page where you are experiencing this and we’ll dig further.

    Cheers,
    Andras

    in reply to: Hover not working in Chrome #1242089
    Andras
    Keymaster

    Hello again Mark,

    Thanks for reaching out with your issue.

    I checked the code of your site and seems like the code at the start is a bit messed up or missing something. Instead of <!DOCTYPE> and <html> it starts with an invalid self-closing tag <head /> tag, like this:

    <head/><link rel="stylesheet" href="https://www.financialtrainingassociates.com/wp-content/plugins/course-booking/styles.css" type="text/css" media="all"/><link rel="stylesheet" href="https://www.financialtrainingassociates.com/wp-content/plugins/feedbackbyibe/A.styles.css.pagespeed.cf.5Q68lISlgz.css" type="text/css" media="all"/><!DOCTYPE html>
    <!--[if IE 6]>
    <html id="ie6" lang="en-GB" prefix="og: http://ogp.me/ns#">
    <![endif]-->
    <!--[if IE 7]>
    <html id="ie7" lang="en-GB" prefix="og: http://ogp.me/ns#">
    <![endif]-->
    <!--[if IE 8]>
    <html id="ie8" lang="en-GB" prefix="og: http://ogp.me/ns#">
    <![endif]-->
    <!--[if !(IE 6) | !(IE 7) | !(IE 8) ]><!-->
    <html lang="en-GB" prefix="og: http://ogp.me/ns#">
    <!--<![endif]-->
    <head>
    <meta charset="UTF-8"/>

    That could be the issue. Check and let me know if fixing that helps.

    Cheers,
    Andras

    in reply to: Fatal error #1242086
    Andras
    Keymaster

    Hi Miroslav,

    19,630 venues?!? WOW, that’s impressive!

    Based on the error message I would say that the memory on the server (256M) is not enough to handle that amount. As a first I would try to increase that to 512 or even 1024M and see if that solves the problem.

    Check and let me know how that works out.

    Also I recommend the following articles in case you experience long load times on the front end:

     

    Cheers,
    Andras

    Andras
    Keymaster

    Teresa, one more question I have. How are you displaying the pages? Are they done with shortcode or they are category pages, only the slug is modified?

    If shortcode, what shortcode are you using?

    Please give me as many details on this as you can.

    Thanks!

    Andras

    Andras
    Keymaster

    Thanks for the update! I’ll be in touch soon.

    Cheers,
    Andras

    in reply to: Price Filter for RSVP's #1242058
    Andras
    Keymaster

    Hallo Uwe,

    When you go to Events > Settings > Filters and set the Cost filter (I guess that is the one you are using) to “Events are considered free when cost field is: Only when set to zero“, does that help solve it? This way there is no need to modify the code.

    Let me know.

    Andras

     

    in reply to: Missing strings in po-file #1242014
    Andras
    Keymaster

    Hi,

    Yeah, that is true and I already did that fix to the code. It will come with the next MR in 1-2 weeks.

    If you find anything more like that, let me know so we can fix it.

    Cheers,
    Andras

    Andras
    Keymaster

    Can you zip up that plugin and send share it with me? If it’s too big to share here, then through some cloud service like dropbox.

    Thanks,
    Andras

Viewing 15 posts - 4,171 through 4,185 (of 6,224 total)