Jonah

Forum Replies Created

Viewing 15 posts - 1,996 through 2,010 (of 4,001 total)
  • Author
    Posts
  • in reply to: URL Slug Change for "ort" #26564
    Jonah
    Participant

    Hi Michael,

    Make sure you update your permalinks by visiting Settings > Permalinks after updating the WPLANG line in wp-config.php

    – Jonah

    in reply to: Event Details Not Showing Up? #26563
    Jonah
    Participant

    Hi Matt,

    You can remove the sidebar on the calendar view, you’ll just need to modify a little PHP and CSS to get this looking good. Can you post a copy of your theme’s page.php file to http://snippi.com/ so I can take a look and help you try some things? It would also help if you could apply the Default Page Template so I can look at your site and see what’s in place. Set that up and shoot me the code and I should be able to help you.

    Thanks,
    Jonah

    in reply to: Can't get events to show in Advanced Widget #26559
    Jonah
    Participant

    You’re welcome Christopher. Is it ok if I close this thread out now?

    Thanks,
    Jonah

    in reply to: Can't get events to show in Advanced Widget #26555
    Jonah
    Participant

    Hi Christopher,

    So I got word back from one of our developers and apparently there is a badly implemented function in made/functions/custom.php line 59 that messing with our query and basically any other custom query any plugin does there. To fix, delete lines 59-82. Not sure what else this will impact in the theme but this is the source of the conflict and needs to be corrected either with this modification or by the theme author. If you want this as a more permanent fix I suggest you contact the theme author with these details because the issue is going to crop up not only with our plugin but others as well. Our developer that looked into this suggested the following:

    “At the very least they should check if ($query->is_main_query()) so it affects only the, doh, main query and not the widgets/menus/etc”.

    I hope that helps but let me know if you need anything else.

    Regards,
    Jonah

    Jonah
    Participant

    Glad that helped Kristy! Is there anything else you need with this or can I mark it as answered and closed?

    – Jonah

    in reply to: Using Event CPT in Loop #26503
    Jonah
    Participant

    Hi Kyle,

    It likely has something to do with the author argument. Is $getid populated with anything? Try echoing it to see if it has anything or taking out the author argument in the query altogether. If it works without that, then you know it’s a problem with that part. Also, for post_type try ‘post_type’=>array(TribeEvents::POSTTYPE) instead.

    I hope that helps!

    – Jonah

    in reply to: Event Details Not Showing Up? #26502
    Jonah
    Participant

    Hi Matt,

    You should try and use the Default Page Template or other template option if it works. Is there a reason why you don’t want to use that?

    – Jonah

    in reply to: URL Slug Change for "ort" #26501
    Jonah
    Participant

    Hi Michael,

    You should be able to do that by changing the language files and you can find out how to do that here: https://theeventscalendar.com/faq/can-i-change-the-language-that-the-content-of-my-calendar-appears-in-on-the-site/

    I hope that helps!

    – Jonah

    in reply to: Recurrence Demons #26493
    Jonah
    Participant

    Hi Jamie,

    Sorry for the delay on getting back to you on this. I’d like to have you try deleting and recreating some of the problem recurring events if it’s not too much trouble. If that doesn’t work try exporting your events via the WordPress exporter, deleting them and then re-importing. When I did this with your events, I did not have the duplicating issue.

    Let me know how that goes.

    Thanks,
    Jonah

    in reply to: Conflict with Gravity Forms? #26490
    Jonah
    Participant

    Glad that worked. Memory is one of the first things I look at with a 500 error. Let me know if it crops up again though.

    Thanks,
    Jonah

    in reply to: Embed Google maps #26477
    Jonah
    Participant

    The div id is ‘googlemaps’… Inspecting it it doesn’t look like it’s being hidden. What version of The Events Calendar and PRO are you running?

    Might help if you provided me access to your site and I can take a quick look at things. You down to send me that? You can email to pro [at] tri [dot] be – please reference this thread and attn. to me.

    Thanks,
    – Jonah

    in reply to: Embed Google maps #26455
    Jonah
    Participant

    Hmmm, the div for the map is there but it’s not displaying. Have you tried deactivating all other plugins to rule out a conflict?

    Jonah
    Participant

    Hi Daniel,

    My bad, you’re right. I was searching for “Starts:” with a colon instead of “Starts” without. I think we introduced some slight changes to the widget in 2.0.9 including this one. What you’ll need to do if you want to get rid of the “Starts” is make a copy of /wp-content/plugins/events-calendar-pro/views/events-advanced-list-load-widget-display.php and place in an ‘events’ folder in your theme. Then just comment out or remove line 46:

    //echo __('Starts', 'tribe-events-calendar-pro') . ': ';

    I hope that helps, let me know if anyone needs anything else with this.

    Regards,
    – Jonah

    in reply to: Embed Google maps #26452
    Jonah
    Participant

    Hi Mathew,

    Are you saying with the boxes checked you’re not seeing the map show up for an event?

    – Jonah

    in reply to: Embed Google maps #26449
    Jonah
    Participant

    Mathew,

    The option in individual events will not display if you don’t have the main Events > Settings option checked. Please check it and re-save and see if it shows up for individual events then.

    – Jonah

Viewing 15 posts - 1,996 through 2,010 (of 4,001 total)