Forum Replies Created
-
AuthorPosts
-
Jonah
ParticipantHi Michael,
Make sure you update your permalinks by visiting Settings > Permalinks after updating the WPLANG line in wp-config.php
– Jonah
Jonah
ParticipantHi 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,
JonahJonah
ParticipantYou’re welcome Christopher. Is it ok if I close this thread out now?
Thanks,
JonahJonah
ParticipantHi 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,
JonahOctober 11, 2012 at 12:45 pm in reply to: Events Calendar Pro Version 2.09, Advanced List Widget Display Issue #26504Jonah
ParticipantGlad that helped Kristy! Is there anything else you need with this or can I mark it as answered and closed?
– Jonah
Jonah
ParticipantHi 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
Jonah
ParticipantHi 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
Jonah
ParticipantHi 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
Jonah
ParticipantHi 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,
JonahJonah
ParticipantGlad 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,
JonahJonah
ParticipantThe 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,
– JonahJonah
ParticipantHmmm, the div for the map is there but it’s not displaying. Have you tried deactivating all other plugins to rule out a conflict?
October 10, 2012 at 7:57 pm in reply to: Events Calendar Pro Version 2.09, Advanced List Widget Display Issue #26454Jonah
ParticipantHi 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,
– JonahJonah
ParticipantHi Mathew,
Are you saying with the boxes checked you’re not seeing the map show up for an event?
– Jonah
Jonah
ParticipantMathew,
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
-
AuthorPosts
