Forum Replies Created
-
AuthorPosts
-
Jonah
ParticipantCan you share more examples or the full code you are working with? Please post to http://snippi.com/ or https://gist.github.com/
Thanks,
JonahJonah
ParticipantHi Danny, does this help: https://gist.github.com/2415009
– Jonah
Jonah
ParticipantHi Michael,
You can achieve this by filtering the pre_get_posts function like so: https://gist.github.com/4444422 – add that to your theme’s functions.php file and you should be set.
Let me know if you need anything else.
Cheers,
JonahJonah
ParticipantHi Lee,
This sounds like either a plugin or theme conflict or maybe something to do with Permalinks. Have you tried deactivating all other plugins or reverting to the Twenty Eleven/Twelve theme? Or, try refreshing your Permalinks by visiting Settings > Permalinks. Let me know whether or not that or if you find deactivating all other plugins or switching themes helps.
Thanks,
– JonahJonah
ParticipantHi Will,
The easiest thing to do here would be to take advantage of body classes that should be available on any of these pages. For example on the single event pages you should have ‘events-single’ as a body class and on venue pages you should have ‘events-venue’. So you can use those to prefix your CSS selector and specifically target your events menu item when on those pages. Does that make sense/help?
– Jonah
January 3, 2013 at 7:30 am in reply to: inconsistant calendar view: grid view checked in settings but list view displays #30238Jonah
ParticipantHi Brenna,
Try setting your permalinks to Postname in Settings > Permalinks. Let me know whether or not that works.
Thanks,
JonahJonah
ParticipantHi Finn,
Thanks for all the info. Do any of these events have any sort of restriction, age or other?
– Jonah
Jonah
ParticipantHi Steve,
I won’t be able to help you with the permalink issue because this is more an IIS6/WordPress thing but on the original issue please take a look at my solutions and replies posted here: https://theeventscalendar.com/support/forums/topic/conflict-with-theme/
Let me know whether or not any of that works.
Thanks,
JonahJonah
ParticipantHi Finn,
What is the FB page or account you are trying to import from? Can you provide an FB event ID or two for me to test? What type of Facebook account are you trying to import from? It will not work from a group.
Thanks,
JonahJanuary 2, 2013 at 1:57 pm in reply to: Calendar month/year selection control "jumps" in Firefox #30208Jonah
ParticipantExcellent, glad to hear it! Let us know if you need anything else.
Thanks,
JonahJonah
ParticipantGlad to hear Caitlin, let us know if you need anything else!
– Jonah
Jonah
ParticipantHi Ryan,
There is no way to reduce the load our plugin has on your server. The only things you can do are try tweaking things as much as possible on the server – i.e. increasing PHP memory and the WordPress memory limit. Aside from that I don’t think there’s much else that can be done right now. We are always working on improving performance and do have a huge update coming soon but for right now you are stuck with the current functionality. What exactly is going on in your case?
– Jonah
Jonah
ParticipantHi Caitlin,
Yes, would just put that on line 133 but be sure to wrap the tag in PHP tags like the other PHP code you see… And, you don’t have to use the size or attr arguments – it will use the post-thumbnail size (150×150) by default. But if you want a custom size, yes, you will need to add another size in your functions.php file and regenerate all image to generate the new size and then pass that size name in as an argument.
Let me know if you have any other questions.
– Jonah
January 2, 2013 at 12:04 pm in reply to: Calendar month/year selection control "jumps" in Firefox #30199Jonah
ParticipantHi Michael,
It looks like the loading spinner is causing problems with the jumping for some reason. Try adding this to your theme’s style.css file:
#ajax-loading {
position: absolute;
right: -40px;
top: 0;
}
Does that help?– Jonah
Jonah
ParticipantI’m glad that worked Michael. Let us know if you need anything else.
Thanks,
Jonah -
AuthorPosts
