Forum Replies Created
-
AuthorPosts
-
January 31, 2013 at 7:02 pm in reply to: Unnecessary tribe-events-calendar-header specificity? #31918
Jonah
ParticipantCheck out http://www.sublimetext.com/2 – it’ll save you tons of time searching for things like that. In 2 seconds you can search an entire projects directory structure for all instances of that string. That’s only one of it’s very powerful feature 🙂
January 31, 2013 at 6:58 pm in reply to: Previews not reflecting changes. Updating not working correctly. #31916Jonah
ParticipantHi Cameron,
Sounds like a possible PHP memory issue. You may not have enough allocated. Take a look at this article for some different ways you can do that: http://www.dailyblogging.org/wordpress/increase-wordpress-memory-limit/
Let me know whether or not that works.
Thanks,
– JonahJonah
ParticipantHi John,
We do not have any shortcodes at this time. You can do this with a PHP include in your template files:
include('wp-content/plugins/the-events-calendar/views/gridview.php');
Does that help?– Jonah
Jonah
ParticipantHi L,
Our migration script has not been fully tested in the more recent versions of the plugin. What I would suggest is that you revert back to 1.5.4 and run the migration with 2.0 which you can get from here: http://wordpress.org/extend/plugins/the-events-calendar/developers/ – the update the plugin from there.
Let me know whether or not that works.
– Jonah
January 31, 2013 at 6:46 pm in reply to: Unnecessary tribe-events-calendar-header specificity? #31913Jonah
ParticipantHi Cameron,
It’s used in the events list page so the .grid CSS will only apply when viewing the calendar. It’s there for a reason.
– Jonah
January 31, 2013 at 6:43 pm in reply to: calendar menu flips to header after selecting next/prev month #31912Jonah
ParticipantGlad to hear Javier, let us know if there’s anything else you need help with.
– Jonah
January 31, 2013 at 6:38 pm in reply to: Remove "View All Events" link from Advanced List Load Widget #31911Jonah
ParticipantHey Cameron, there’s a better way to do it so that your changes are not overwritten, check out this tutorial I wrote: https://theeventscalendar.com/how-to-completely-customize-widgets/
– Jonah
Jonah
ParticipantHi Robert,
I work a lot with Genesis so I should be able to help you out. Have you tried these conditional checks to set the layout: https://gist.github.com/2415009
I’ll double check things on my end to make sure these are still working with this function but let me know if the above helps.
Thanks,
– JonahJonah
ParticipantHi Zebbie,
That is strange behavior indeed. Have you tried deactivating all other plugins and/or reverting to the Twenty Eleven/Twelve theme to see if that helps?
– Jonah
January 31, 2013 at 3:41 pm in reply to: Remove "View All Events" link from Advanced List Load Widget #31900Jonah
ParticipantHi Cameron,
The easiest way is going to be to just hide this using CSS by adding the following to your theme’s style.css file:
.dig-in {
display: none;
}
Does that help?– Jonah
Jonah
ParticipantHi Simon,
I’m glad you’re happy with pro! Let me see what I can do to help… Are you running the latest version of our plugins (2.0.11)? Have you made any modifications to the mini widget code or other template files that could be the cause for this? I can’t see your website right now so I can’t take a look. Can you let me know when it’s back up? Is that the right URL?
Thanks,
JonahJonah
ParticipantHi Dusan,
There are two ways you can query events, one using WP_Query and the other using tribe_get_events() as we have documented here: https://theeventscalendar.com/support/documentation/the-events-calendar-template-tags-general-functions/#functiontribe_get_events – there are some examples there to query for different dates and categories. Does that help?
– Jonah
January 31, 2013 at 3:31 pm in reply to: calendar menu flips to header after selecting next/prev month #31896Jonah
ParticipantHi Javier,
This is a known issue with some theme’s and our plugin. There’s nothing we can do on our end at the moment but there are some possible solution. Please take a look at this thread and my answer or the other solution further down below: https://theeventscalendar.com/support/forums/topic/conflict-with-theme/
I hope that helps!
– Jonah
Jonah
Participant🙂
Jonah
ParticipantHi Michael,
I got the theme from Pat, thanks. I installed it and I’m seeing my menu on every page regardless of the Events Template I have selected. How do you have your menu setup? Are you using WordPress custom menus or something else? I’m using custom menus with it assigned to my Theme Location as you see here: http://cl.ly/image/1Z3o1Z0Z3c1m
– Jonah
-
AuthorPosts
