Sky

Forum Replies Created

Viewing 15 posts - 1,546 through 1,560 (of 1,654 total)
  • Author
    Posts
  • in reply to: Spanish Translation #1440832
    Sky
    Keymaster

    Hi Mike!

    If you set the site language in the WordPress settings to “espanol,” the English that is appearing on your event pages will be translated. You can find this setting in the Dashboard in Settings > General.

    If you are wanting a multi-lingual site, you will need to use a plugin such as WPML.

    Let me know if that helps.

    Thanks,
    Sky

    in reply to: Shortcodes & Placement #1440825
    Sky
    Keymaster

    Hi Shane!

    I’d be happy to answer your questions!

    To rename the main events page, navigate in the dashboard to Events > Settings > “General” tab. You can rename the events page name and slug by editing the “Events URL slug” field.

    The Events calendar plugins do not utilize Font Awesome, so no need to remove anything.

    The rest of your requests can all be handled by creating a custom template. Check out our themer’s guide for information on how to approach that.

    Let me know if this answers your questions, or if you have any others.

    Thanks,
    Sky

    in reply to: Use of category filter #1440808
    Sky
    Keymaster

    Hi Mike!

    To add a category to the shortcode, you would do this: [tribe_events category="my-custom-category"]

    You can read more about the shortcode options here: https://theeventscalendar.com/knowledgebase/embedding-calendar-views-tribe_events-shortcode/

    Thanks, and let us know if you have any other questions.
    Sky

    in reply to: Auto Assign Category to Tickets #1440805
    Sky
    Keymaster

    Shayne,

    Here is a code snippet that may help. https://gist.github.com/skyshab/ca8dbb3b9b8639b50e36c9e2bff91bc8 It will automatically add a category of “ticket” to the woocommerce product when creating a ticket.

    This could be added either to a custom plugin (preferred) or else to your theme’s functions.php file.

    Let me know if that works for you!

    Thanks,
    Sky

    in reply to: Rewrite rule for /events in v. 4.6.10.1 #1440791
    Sky
    Keymaster

    Hi Mickey!

    The bugfix you referenced has to do with how permalinks were being generated for the default events archive page in relation to the events slug setting. The function you are using just determines which URL is output for “all events” links, and so shouldn’t be affected by this.

    Are you having an issue with your links since that release? If so, can you please describe the problem in more detail?

    Thanks,
    Sky

    in reply to: Different Views #1440774
    Sky
    Keymaster

    Hi Jackie!

    By default, the Events Calendar has a mobile friendly version for the Monthly view that is more like the list or grid view. You can check it out by visiting our demo site and reducing the browser width to the equivalent mobile size.

    Thanks, and let us know if you have any other questions.

    Sky

    Sky
    Keymaster

    Benjamin,

    I’m sorry to hear that you’re experiencing issues with the Events Calendar. Looking at the errors you posted, it seems the problems are being caused by one or more of the extensions you are using. These extensions are not part of our official product lineup, and may not be updated as regularly. That being said, we do want to know if any of them have problems.

    For issues dealing with the free version of the Events Calendar and the community extensions, you can get help over at the WordPress support forums. These forums are intended for general pre-sales questions or support for customers who have purchased one of our premium plugins.

    Thanks,
    Sky

    in reply to: Display a 'Event Running Today' message in List view #1440622
    Sky
    Keymaster

    Brett,

    Awesome! Good luck!

    Sky

    in reply to: Is there a way to view the calendar by category? #1439973
    Sky
    Keymaster

    Hi Mauro!

    Our Filter Bar plugin adds an interface with many options for filtering the events. One of those options is to view by category. You can read more about the plugin here: https://theeventscalendar.com/product/wordpress-events-filterbar/

    Please let us know if you have any other questions.

    Thanks,
    Sky

    Sky
    Keymaster

    Giuseppe,

    I’m sorry to hear that you are having an issue with the events tooltips. I will be happy to assist you with the problem.

    It looks like this is a known issue. A ticket has been created and the developers are working on a solution. Unfortunately, I cannot provide a timeframe for when the fix will be available. I can set the status of this post to “pending fix” and let you know as soon as I hear anything.

    Thanks for your patience, and let us know if you have any other questions or issues in the meantime.
    Sky

    in reply to: Questions about the tribe_events shortcode #1439910
    Sky
    Keymaster

    Karly,

    Glad I could help! Regarding your followup question: that is not something that can be filtered through any of the shortcodes. However, there is a the option to filter by location within the filterbar.

    Thanks, and let us know if you have any questions or issues in the future!
    Sky

    in reply to: Display a 'Event Running Today' message in List view #1439880
    Sky
    Keymaster

    Brett,

    The code you have provided doesn’t make much sense out of context. Where are those variables being defined? Is this in context of the original template code?

    I am limited in the amount of support I can provide for a customization like this. That being said, I can try to point you in the right direction, but you may need to find a PHP developer to help you out further.

    You are basically needing to compare the event date with the current date. Here are the PHP functions that you need for each:
    1) Event date – tribe_get_start_date() – https://theeventscalendar.com/function/tribe_get_start_date/
    2) Today’s date – date() – http://php.net/manual/en/function.date.php

    Since both of these return a string, you will need to make sure they are both formatted the same before doing a comparison.

    I hope this helps! If you are able to get it working, feel free to post your solution here for others looking to do something similar.

    Thanks,
    Sky

    Sky
    Keymaster

    Thomas,

    As the tags are not something that exist on Facebook events, I do not believe they will be impacted by the import. That being said, please experiment with a test event until we are sure of the outcome.

    Once we track down the issue, I will determine whether or not it is behaving contrary to expected behavior. If so, I will file a bug report with developers. But first I need to figure out the nature of the problem.

    If you could, please change your Event Update Authority setting to “Overwrite my event with any changes from the original source” and let me know if that makes a difference when re-importing the test event.

    Thanks,
    Sky

    in reply to: Questions about the tribe_events shortcode #1439072
    Sky
    Keymaster

    Hi Karly!

    I will try to answer all of your questions.

    1) Unfortunately, the [tribe_events] shortcode does not currently support multiple categories. There is an open request for this feature, so please vote for it if you’d like this feature added.

    For the time being, a workaround would be to create a parent category for the multiple categories you want to display, and then add that parent category into the shortcode.

    2) There is no default shortcode attributes for limiting events by state. However, you could apply the state name/location as a category to the events and segregate them that way.

    3) The Filter Bar currently only displays on the main calendar page, and not a calendar generated via shortcode. So, setting tribe-bar to “false” will only affect the general bar.

    4) The shortcode will use any custom templates you have added, as long as they are for the same view. For example, “month” view, “list” view, etc.

    Please let me know if I’ve answered your questions or if you have any others.

    Thanks,
    Sky

    in reply to: Drop Down Menus Don't Work #1439046
    Sky
    Keymaster

    Hi James,

    I’m sorry to hear you’re having issues when adding or editing events. I will try to help figure out what the problem is.

    Before we continue, can you please go through the steps in our guide on testing for conflicts to rule out a theme or plugin conflict?

    Also make sure that all of the Events Calendar plugins are updated to the latest version.

    Thanks,
    Sky

Viewing 15 posts - 1,546 through 1,560 (of 1,654 total)