Jonah

Forum Replies Created

Viewing 15 posts - 1,666 through 1,680 (of 4,001 total)
  • Author
    Posts
  • in reply to: Conditional Tag Issues #30246
    Jonah
    Participant

    Can you share more examples or the full code you are working with? Please post to http://snippi.com/ or https://gist.github.com/

    Thanks,
    Jonah

    in reply to: Conditional Tag Issues #30244
    Jonah
    Participant

    Hi Danny, does this help: https://gist.github.com/2415009

    – Jonah

    in reply to: Display Private Events on Calendar View #30243
    Jonah
    Participant

    Hi 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,
    Jonah

    in reply to: Blog Posts Expiring / showing as events #30240
    Jonah
    Participant

    Hi 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,
    – Jonah

    in reply to: Update "Calendar" Nav Menu Item with "current" class #30239
    Jonah
    Participant

    Hi 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

    Jonah
    Participant

    Hi Brenna,

    Try setting your permalinks to Postname in Settings > Permalinks. Let me know whether or not that works.

    Thanks,
    Jonah

    in reply to: Events not importing/Page ID's not listed. #30237
    Jonah
    Participant

    Hi Finn,

    Thanks for all the info. Do any of these events have any sort of restriction, age or other?

    – Jonah

    in reply to: Dropdown box out of alignment #30236
    Jonah
    Participant

    Hi 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,
    Jonah

    in reply to: Events not importing/Page ID's not listed. #30209
    Jonah
    Participant

    Hi 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,
    Jonah

    in reply to: Calendar month/year selection control "jumps" in Firefox #30208
    Jonah
    Participant

    Excellent, glad to hear it! Let us know if you need anything else.

    Thanks,
    Jonah

    in reply to: Add Thumbnail to Calendar Grid View #30205
    Jonah
    Participant

    Glad to hear Caitlin, let us know if you need anything else!

    – Jonah

    in reply to: Removing recurring events #30204
    Jonah
    Participant

    Hi 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

    in reply to: Add Thumbnail to Calendar Grid View #30200
    Jonah
    Participant

    Hi 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

    in reply to: Calendar month/year selection control "jumps" in Firefox #30199
    Jonah
    Participant

    Hi 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

    in reply to: Events Calendar Pro and Woo Canvas theme problem #30197
    Jonah
    Participant

    I’m glad that worked Michael. Let us know if you need anything else.

    Thanks,
    Jonah

Viewing 15 posts - 1,666 through 1,680 (of 4,001 total)