Jonah

Forum Replies Created

Viewing 15 posts - 2,761 through 2,775 (of 4,001 total)
  • Author
    Posts
  • in reply to: Display Full Category List #20200
    Jonah
    Participant

    Hi guys,

    We don’t currently have a filter for the category display in place (which would allow you more control over the category query) but there is a ticket to implement this feature in a future version. No guarantees of when that may be. For now, Jim’s solution will work but like he mentioned be advised that editing core plugin files is not recommended by us because the next time you update the plugin those changes will be wiped. My suggestion if you are making core changes is to use version control so you can view a history of what you changed or just make a backup and note of what you changed somewhere and be prepared to make the change every time you update.

    Cheers,
    Jonah

    in reply to: Duplicate or Multiple Venues & Organizers Fix #20198
    Jonah
    Participant

    Hi John,

    Thanks for the report. I personally tested the fix for this and it should be out soon!

    – Jonah

    in reply to: Community Add HTML Buttons Alignment #20197
    Jonah
    Participant

    Hey Jim,

    I appreciate your response but I can assure you that this is not an issue with our plugin. We test thoroughly in Twenty Eleven and this is not an issue for anyone here and has not been reported by anyone else on the forums running the Community Events plugin. I’m certain if the problems you are experiencing we’re happening for everyone else we would have heard about it weeks ago.

    Since it doesn’t appear to be the theme any more, my first thought is that it’s another plugin doing this. Make sure you deactivate all other plugins and check it again. If that doesn’t do it, make sure you are running the latest version of WordPress, The Events Calendar, Events Calendar PRO and Community Events. If that doesn’t do it, try refreshing your permalinks by visiting Settings > Permalinks. Also make sure you clear your browser cache.

    I hope that helps!

    – Jonah

    in reply to: Add a ‘purchase tickets’ button to event-list-meta #20196
    Jonah
    Participant

    Glad that worked Meg!

    in reply to: Event cost when not associating event with Eventbrite #20195
    Jonah
    Participant

    Sounds good Jeremy, glad that clarified things. I’ll keep an eye out for the other question.

    Thanks,
    Jonah

    Jonah
    Participant

    Hi Alexander,

    Did the workaround address your other issue? Are we all set here? Looking at your site I don’t see any problems…

    Cheers,
    Jonah

    Jonah
    Participant

    Hi Meghan,

    It could very well be the number of events you have. There’s not much else you can do besides maybe deleting some events, further site optimization, implement cacheing and wait for us to work on some performance improvements. We do have a few tickets out there regarding performance and know that these are very important but I cannot guarantee any implementation date.

    Cheers,
    Jonah

    in reply to: Change text style/color of a certain event category #20192
    Jonah
    Participant

    Hi Jael,

    We have a tutorial on something like this here: https://theeventscalendar.com/coloring-your-category-events/

    That should point you in the right direction. Good luck!

    – Jonah

    in reply to: GPS Functionality #20191
    Jonah
    Participant

    Hi Charlie,

    There’s no way to do it through our plugin but you could add some custom fields through another plugin like http://www.advancedcustomfields.com/

    It’s possible we could add this feature in a future version and I would suggest you make a feature request for it @ https://theeventscalendar.com/support/forums/topic/events-calendar-pro-feature-requests/

    Cheers,
    Jonah

    in reply to: Conflict #20190
    Jonah
    Participant

    Hi Duncan,

    Looks like a template/css issue. Have you tried changing the Events Template setting in Settings > The Events Calendar > Template?

    Cheers,
    Jonah

    in reply to: Events Calendar PRO displaying improperly #20189
    Jonah
    Participant

    Hi Marcos,

    I’m sorry but I cannot help you more with these customizations. You’ll need to either play around with things more or hire a developer to help you with it.

    Cheers,
    Jonah

    in reply to: Event List View Changes #20188
    Jonah
    Participant

    Hi Carl,

    The events list view is mainly controlled by /wp-content/plugins/the-events-calendar/views/list.php – if you make any changes, make sure you make a copy and place in an ‘events’ folder in your theme. But, to change the size of titles you don’t need to edit PHP files, you can just do this with CSS. To do that you can add something like the following to your themes style.css file:

    .events_list .tribe_events .entry-title a {
    font-size: 30px;
    }

    Change that to whatever you want it to be 🙂

    I hope that helps but let me know if you have any questions.

    Cheers,
    Jonah

    in reply to: Error at HEAD #20187
    Jonah
    Participant

    Hi Carrie,

    Here are some things to try:

    1. Are you running the latest version of WordPress.
    2. Are you running the latest versions of our plugins (2.0.6)
    3. Have you tried deactivating all other plugins to rule out a conflict?
    4. Have you tried reverting to the Twenty Eleven theme to see if it’s something with your theme?
    5. Try setting your permalinks to ‘postname’ in Settings > Permalinks
    6. Try refreshing your permalinks by visiting Settings > Permalinks (it does it automatically)
    7. Try increasing the PHP memory for your website: http://www.dailyblogging.org/wordpress/increase-wordpress-memory-limit/

    Let me know whether or not any of that helps.

    Cheers,
    Jonah

    in reply to: DIsplay Custom Meta Box Used in Regular Posts #20186
    Jonah
    Participant

    Hi Darnell,

    However you registered the custom meta box, you’ll need to register it for the ‘tribe_events’ custom post type.

    – Jonah

    in reply to: Styling weekly event list where there is no event. #20185
    Jonah
    Participant

    In the above query, that’s pretty much how you’d do it where if($get_posts) is blank do something else…

Viewing 15 posts - 2,761 through 2,775 (of 4,001 total)