Jonah

Forum Replies Created

Viewing 15 posts - 1,561 through 1,575 (of 4,001 total)
  • Author
    Posts
  • in reply to: Admin Menu Not Showing UP #30941
    Jonah
    Participant

    Hey Ben,

    Let me have you try reinstalling both plugins first. Then I’ll take a look at the admin.

    Thanks,
    Jonah

    Jonah
    Participant

    Hi Meagan,

    That’s strange… I have a code fix for the second issue, let’s start there. First make a backup of /wp-content/plugins/events-calendar-pro/resources/events-admin.js – then plug in this fresh copy that contains a patch: http://cl.ly/code/1v382M03033d

    Let’s see if that also helps with the first issue. Let me know how it goes.

    Thanks,
    Jonah

    in reply to: Admin Menu Not Showing UP #30937
    Jonah
    Participant

    Hey Ben,

    Have you tried deactivating all other plugins to see if something else is getting in the way here? Or, can you try reinstalling both plugins? Maybe some of the files didn’t get copied over. I can’t think of any other reason why the admin menu wouldn’t be showing properly.

    I hope that helps,
    – Jonah

    in reply to: Installed new Events 2.10 and messed up home page #30933
    Jonah
    Participant

    Right, so I would recommend manually uploading the files and folders from the zip file manually via FTP.

    in reply to: Recurring Dates #30931
    Jonah
    Participant

    Hi Ted,

    We are looking at options to make our recurrence patterns more flexible in the future, but I have no date to provide you when it may be implemented.

    – Jonah

    in reply to: Installed new Events 2.10 and messed up home page #30930
    Jonah
    Participant

    How are you doing this? Are you uploading a new zip file in WordPress? I would suggest trying to upload the files and folders manually via FTP. And be sure not to mistake the core plugin The Events Calendar with Events Calendar PRO.

    – Jonah

    in reply to: Start and End Dates set at default #30899
    Jonah
    Participant

    Thanks for the email Kathleen. I just updated that event and saw how it deleted all the other instances and now none of them show on the calendar which is strange. Can you try this possible fix:

    Replace your copy of /wp-content/plugins/events-calendar-pro/resources/events-admin.js with this one http://cl.ly/code/1v382M03033d (make a backup first just in case).

    Let me know if that helps.

    – Jonah

    in reply to: Widgets and Widget Logic issue on events page.. #30893
    Jonah
    Participant

    Hey Mark,

    Yeah, sorry there is no easy solution for this. Good luck and let us know if you have any other questions.

    – Jonah

    in reply to: Start and End Dates set at default #30891
    Jonah
    Participant

    Hi Kathleen,

    This is very strange behavior indeed. Is this just happening in the administration or are you seeing it on the front-end as well? It sounds like you might have some issues with either your WordPress installation or a conflict with your theme or another plugin. Have you tried deactivating all other plugins and/or reverting to the Twenty Eleven/Twelve theme to see if that changes anything?

    Would you be willing to provide me with WP-admin access so I can see for myself what’s going on? You can email to pro [at] tri [dot] be and attn. to me.

    Thanks,
    Jonah

    in reply to: Widgets and Widget Logic issue on events page.. #30890
    Jonah
    Participant

    Hi gulfshoremedia,

    Unfortunately with the current way we create the Events page, it is not your standard page and won’t show up in plugins as a normal page like you are thinking. To work around this you need to manually set sidebars on event related pages using this conditional code: https://gist.github.com/2415009. Using that code you can determine what event page you are on and then include whatever sidebar you want. Depending on the theme you are using this would either go in your page.php or sidebar.php template. If you take a look at Part 4 of our Genesis guide I brush on this topic: https://theeventscalendar.com/tutorial-integrating-the-events-calendar-w-genesis/

    Does that help?

    – Jonah

    in reply to: Installed new Events 2.10 and messed up home page #30889
    Jonah
    Participant

    Hi Audra,

    No, you will not lose your events by uninstalling 2.0.9 and you don’t need to uninstall the plugin, just overwrite the plugin folder files with the new ones in the new version. Always make sure to make backups of everything before updating though!

    – Jonah

    in reply to: Adding event Search to main WordPress Search #30888
    Jonah
    Participant

    Hi Robert,

    I think you can use the ‘hierarchical’ argument to only go to a certain depth with your categories. Otherwise you could also do a query to get ID’s of child categories and then pass those in the ‘exclude’ argument. Does that help?

    – Jonah

    in reply to: Colors not appearing – The Events Calendar Category Colors #30887
    Jonah
    Participant

    I would try reinstalling WordPress like Andy says. The post_class function should for sure work in Twenty Eleven/Twelve and if it’s not something is not working right in WordPress… Maybe try searching for why post_class() doesn’t work?

    – Jonah

    Jonah
    Participant

    Hi Thierry,

    What you’re asking for is going to take a fair amount of customization however its done and we won’t be able to help you here. To point you in the right direction there’s basically two ways you can do it:

    1. Customize the heck out of the widget by modifying /wp-content/plugins/the-events-calendar/views/table-mini.php and then including it somewhere in your template with the_widget() function. You would call it like so:

    the_widget('TribeEventsCalendarWidget');

    2. Try to include the gridview directly somewhere in your template like so:

    include('wp-content/plugins/the-events-calendar/views/gridview.php');

    The downside to this approach is that I’m uncertain how well all the native functions, primarily the AJAX navigation is going to work if at all outside of the main calendar page.

    The first option might be your best bet mainly for the fact that you should be able to retain the AJAX functionality. But, it’s going to take a fair amount of customization to the view file to get it to look the way you want.

    Does that help?

    – Jonah

    in reply to: Adding event Search to main WordPress Search #30876
    Jonah
    Participant

    Hi Robert,

    You’ll need to modify your search to include the events category taxonomy ‘tribe_events_cat’. You can modify wp_dropdown_categories() to use this taxonomy. See the doco on http://codex.wordpress.org/Function_Reference/wp_dropdown_categories for more info. Unfortunately we won’t be able to help with you with this. You’ll need to figure it out on your own or hire someone to help you.

    Good luck!

    – Jonah

Viewing 15 posts - 1,561 through 1,575 (of 4,001 total)