Jonah

Forum Replies Created

Viewing 15 posts - 406 through 420 (of 4,001 total)
  • Author
    Posts
  • in reply to: WP_PageNavi only showing first post(s) for each page #52633
    Jonah
    Participant

    Hi Jeremiah,

    Hmmm, a separate page might work but the URL rewriting seems like it will be difficult… I’m not quite sure why the query you provided is not working in the single venue template. Maybe you need to reset the query before you run it? Unfortunately we can’t really provide support for this type of customization. You’ll need to keep playing around with it and hopefully try to figure it out on your own. Good luck!

    – Jonah

    in reply to: Recurring Events completely broken! #52627
    Jonah
    Participant

    Yep, if you supply the range and the recurrence pattern the plugin tries to accomodate both and creates a bunch of events. So does this solve things for you?

    in reply to: Events Page not displaying properly #52625
    Jonah
    Participant

    Hi Jenny,

    Ok, I see now. You should be able to modify this pretty easily with CSS. Try adding this to your theme’s style.css file:

    #content #tribe-events-event-meta .column {
    width: 46%;
    }

    in reply to: Featured Image Missing #52622
    Jonah
    Participant

    Hi Pedro,

    Please create a new thread for this issue in the Community Events forum.

    Thanks,
    Jonah

    in reply to: Featured Image Missing #52621
    Jonah
    Participant

    Hi Flavia,

    I can’t see any of the screenshots you provided. Can you please post them again?

    Thanks,
    Jonah

    in reply to: Recurring Events completely broken! #52617
    Jonah
    Participant

    Hi ashlandcrafts,

    Try specifying the start/end date as 7/8/2013 instead of putting the full range there. You don’t need to specify the whole range since you are making it a recurring event that happens every weekday during the 10 day span. That should work better.

    I hope that helps!

    – Jonah

    Jonah
    Participant

    Hi lloydsilver,

    Just wanted to give you a quick update on this. We haven’t determined the culprit here but will be patching this in a subsequent dot-release in the near future. I can’t tell you exactly when it will be, but it should be soon.

    If you have any questions, please let me know.

    Thanks,
    Jonah

    Jonah
    Participant

    Hi Justin,

    Yeah there should be a message that displays if there are no events. Do you have WP_DEBUG set to true? Try setting it to false if it is. This error is coming from an overridden copy of list.php in your active themes ‘events’ folder. Please try renaming this file temporarily so that the plugin will use the core version instead. I’m curious if there’s something in your copy that’s causing the problem…

    Let me know how that goes.

    – Jonah

    in reply to: Events Page not displaying properly #52604
    Jonah
    Participant

    Hi jennymc,

    There may be some additional CSS / template tweaks you’ll need to make to get things working full width. Looking at the link you shared it looks like you may have worked this out. Are you still needing help and if so can you please be a little more specific about what the problem is? Screenshots would help.

    Thanks,
    Jonah

    in reply to: Events date changes after update. #52491
    Jonah
    Participant

    Hi Noxaen,

    Sorry to hear about the trouble. What is the link to the thread you reference from Steve in April? It would be helpful to know what if any solution we had there or what was some of the correspondance back and forth.

    Thanks,
    Jonah

    in reply to: Featured Image Missing #52489
    Jonah
    Participant

    Hi flaviarusso,

    Try adding this to your themes functions.php file:

    add_action('init', 'my_custom_init');
    function my_custom_init() {
    add_post_type_support( 'tribe_events', 'thumbnail' );
    }

    Let me know whether or not that works.

    – Jonah

    in reply to: Upload CSV or XLS file to Calendar Pro v3 #52488
    Jonah
    Participant

    Hi Kevin,

    Unfortunately not. You’ll need to wait for our imported plugin to be finished or you could try using this plugin: http://wordpress.org/plugins/wp-ultimate-csv-importer/ – but we can’t support that or help you out much getting it working.

    – Jonah

    in reply to: List events and Sort Priority #52474
    Jonah
    Participant

    Sounds good insightokc, let me know if you have any other questions.

    – Jonah

    in reply to: WP_PageNavi only showing first post(s) for each page #52471
    Jonah
    Participant

    Hi Jeremiah,

    Where are you placing your query code? I have mine in a page template I’ve assigned to a page. Maybe your code is being conflicted by some other query?

    Jonah
    Participant

    Hi mmaxoutquebec,

    Sorry to hear about the issues. Please try manually reinstalling both plugins by re-copying over the plugin folders via FTP. Also, what type of server are you running on? Let me know how that goes.

    Thanks,
    Jonah

Viewing 15 posts - 406 through 420 (of 4,001 total)