Brian

Forum Replies Created

Viewing 15 posts - 9,901 through 9,915 (of 11,256 total)
  • Author
    Posts
  • in reply to: Some of my view options have disappeared #876599
    Brian
    Member

    Great, glad it is working now after the update, I am going to go ahead and close this ticket, but if you need any other on something else please post a new ticket.

    Thanks!

    Brian
    Member

    I am glad to see the issue resolved itself.

    You may have some coding in your site that is running flush_rewrite_rules(); on every load that could cause issues, but not every time the site loads. That maybe something to look into if the issue comes back.

    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: Cal #876586
    Brian
    Member

    Thanks for the interest!

    Closing out this ticket, but if you have any other questions, please create a new one.

    Thanks

    in reply to: Map View not showing any events #876583
    Brian
    Member

    Ok… I tried to access the account, but it did not work. Can you repost and I can try to access the site.

    Also, please contact your host and have them look at the error logs for the server and see if they see something that is causing the conflict. I have had this exact issue in the past with another customer and their host was able to find the issue and fix it.

    Please reply with the updated account access and I will access the site and see if I can find anything while you are contacting your hosting service.

    Thanks

    in reply to: Cannot change default currency #876565
    Brian
    Member

    Sorry, but we do not have a snippet to change the core of the plugins as it will be overwritten every time you update. Everything we provide is usually in the form of a snippet to place in the functions.php.

    Are you getting these errors with or without the snippet in place? Can you please check the error log again. Those errors do not match up to any lines in the coding that would cause them or at least on the latest version I have.

    Let me know and we can go from there.

    Thanks

    in reply to: showing events next month(s) in calendar widget #876559
    Brian
    Member

    Your Welcome.

    I am a little confused by your question and not sure what you are referring too. The main calendar is not a widget.

    The main calendar is located here:

    http://edgar.frl-website.nl/events/month/

    The widget is on your home page.

    How are you removing the day and date from the widget? If you are using css you would want to target just that widget.

    If you add this to your css selector, it will target just that widget:

    #tribe-mini-calendar-2

    Not sure if that helps, if I was way off please let me know all the steps you took and I can try to help out from there.

    Thanks

    in reply to: Schedule imports #874360
    Brian
    Member

    Hi, Thanks for the interest in our Plugins. I can answer you question.

    We do have a CSV importer, but there is no feature to schedule it to import. It is all done manually.

    There maybe a way to do this, but it would be beyond the support we can provide to help you get this going.

    Let me know if you have any follow up questions.

    Thanks

    in reply to: Linking to specific filters… #874352
    Brian
    Member

    Hi, thanks for using our plugins and you are correct the more advanced filters are found in the filter bar plugin.

    I can try to help you out here.

    Each filter does create a url that you could use as a link.

    However, the Events Calendar already has category views so you can link to them without the filter bar.

    For example if I have a category called meetup I have a link on my site to show the event views (calendar, list, map, etc) here:

    http://yoursiteurl.com/events/category/meetup/

    You can get those links and then in the WordPress Menu add them as custom links.

    Does that help?

    in reply to: Add Event Time Displays on 3 Lines #874336
    Brian
    Member

    Hi,

    Sorry for the issues you are having.

    I took a look at your site and see there is css causing the issue from your theme.

    This css should get everything to the same line.


    .tribe-events-community-details select {
    width: auto;
    }

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

    That will get you started, if you want to make additional changes you will have to add some more css to get the formatting exactly how you would like it.

    Let me know if you have any follow up questions.

    Thanks

    in reply to: Map View not showing any events #874302
    Brian
    Member

    Thanks for providing that information. I did not see anything that would cause the issue.

    Can you please follow the steps on our Testing For Conflict Guide and see if that solves anything::

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

    If that does not solve anything can you please follow these steps to setup debug log:

    Please follow the steps in the WordPress Debug Codex in the Example wp-config.php for Debugging section:

    http://codex.wordpress.org/Debugging_in_WordPress

    Please place that coding and load a the map view a couple times and then check the error log and see if there are any errors.

    Let me know what you find out and we can go from there.

    Thanks

    in reply to: Cannot change default currency #874293
    Brian
    Member

    How strange. Those errors are not coming up for me.

    Do you have any other custom coding for the Events Calendar?

    Also can you confirm you are using the latest version of both The Events Calendar and Eventbrite?

    If you are, I would recommended deactivating and reinstalling the plugins as something looks to be missing.

    Here is the steps to take:

    1. Backup your site.(this process does not delete events or settings, but better to be safe)
    2. Deactivate the Event Calendar Plugins
    3. Delete them
    4. Get a new copy of The Events Calendar and Eventbrite
    5. Reinstall and activate
    6. Try to reproduce the errors and recheck the error logs

    Let me know what you find out from that.

    Thanks

    in reply to: Uninstall TEC Pro 3.6 to Successfully Install 3.81? #874267
    Brian
    Member

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

    Thanks!

    in reply to: Display events within a period of time #874265
    Brian
    Member

    Ok sounds good.

    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

    Brian
    Member

    Hello,

    I can help you out here.

    I would say the easiest way to remove the State Field is to hide it using css:

    .tribe-community-event-info .venue label[for=StateProvinceText],
    .tribe-community-event-info .venue input#StateProvinceText
    .tribe-community-event-info .venue #StateProvinceSelect,
    .tribe-community-event-info .venue #StateProvinceSelect_chosen {
    display: none;
    }

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

    Login Form
    We are using the basic WordPress function:

    wp_login_form();

    And unfortunately, there is not an option to filter that text or the arguments for function.

    There maybe a way to change Username, but that would have to be through WordPress.

    Let me know if you have any follow up questions.

    Thanks

    in reply to: Cal #874205
    Brian
    Member

    Hi J.P.,

    Thanks for the interest in our plugins. I believe you are looking for a booking and scheduling feature. Unfortunately, we do not have that as part of our plugins. It is something we are interested adding, but it is in our far future plans right now with no timeline for development.

    Does that answer your question?

    Thanks

Viewing 15 posts - 9,901 through 9,915 (of 11,256 total)