Jonah

Forum Replies Created

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

    Hi Jeremiah,

    Hmm, it seems to be working ok for me. I would suggest first try deactivating all other plugins to see if there is a conflict. Also, try changing the ‘past’ arg to ‘upcoming’.

    Let me know how that goes.

    – Jonah

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

    Hi Kevin,

    We are working on a CSV import plugin but it is not ready yet and will likely come out after 3.0 is launched. Any events you have in 2.x will automatically be migrated over to 3.0 though.

    Let me know if you have any other questions.

    – Jonah

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

    Hi insightokc,

    This would be fairly complicated to setup and my recommendation would be to use WP_Query so you can more control the ordering of events. You can see an example of usage for that here: https://gist.github.com/jo-snips/5112025 – My suggestion would be to create a custom field select box or radio option for the 3 choices and then check for these in your query. My custom field plugin of choice is: http://www.advancedcustomfields.com/

    I hope that gives you a bit of an idea of what you’ll need to do but ultimately you’re going to have to work on the solution yourself. Let me know if I can provide any other guidance though.

    Activating your license anywhere uses up one of the sites but you can easily deactivate for any site by visiting the Account Central > Licenses page above.

    I hope that helps but let me know if you need anything else.

    – Jonah

    in reply to: Why no calendar/list of events for 'Organiser'?? #52452
    Jonah
    Participant

    Hi univiz,

    Unfortunately with the 2.x version there is no organizer page like you are wanting. In 3.0 which is coming out very soon there is this functionality where you can see all events by a particular organizer on a page. In 2.x it would take some sort of custom query setup to pull events by organizer. It wouldn’t be too hard to setup but I would recommend just waiting for 3.0.

    I understand if you don’t want to wait though. You are welcome to request a refund by emailing pro [at] tri [dot] be

    Let me know if you have any other questions.

    Regards,
    Jonah

    in reply to: Date and time fields missing in Add/Edit Event form #52421
    Jonah
    Participant

    Hi sunbridgeinstitute,

    Sounds like an installation or server issue. I would suggest manually reinstalling both plugins. Just re-copy over all the plugin files. You don’t need to deactivate and it won’t mess with the database at all.

    If that doesn’t work I’d like to know more about your server environment and have you try increasing the PHP memory using one of the following techniques: http://www.dailyblogging.org/wordpress/increase-wordpress-memory-limit/

    Let me know how that goes.

    – Jonah

    in reply to: Omit Weekend Days from event with date range #52396
    Jonah
    Participant

    Excellent to hear! I’m going to close this thread out but feel free to open another one if you need anything else.

    Thanks,
    Jonah

    in reply to: Add venue to calendar widget tooltip #52395
    Jonah
    Participant

    You’re welcome Jeremiah! I’m going to close this thread out but feel to open another one if you need help with anything else.

    Thanks,
    Jonah

    in reply to: Add venue to calendar widget tooltip #52335
    Jonah
    Participant

    Hi Jeremiah,

    You need to use $post->ID with tribe_get_venue because $post is just the array of post data. I might suggest using tribe_get_venue_id() too since checking for the venue ID is a little cleaner.

    I hope that helps!

    – Jonah

    in reply to: Default view for category archive pages #52333
    Jonah
    Participant

    You’re welcome Bryan, I’m glad that worked for you. I’m going to close this thread out now but feel free to open another thread if you need anything else.

    Regards,
    Jonah

    in reply to: Add venue to calendar widget tooltip #52316
    Jonah
    Participant

    Hi Jeremiah,

    Where in table-mini.php did you place your code? Could you share the full code @ http://snippi.com/

    Thanks,
    Jonah

    in reply to: Omit Weekend Days from event with date range #52301
    Jonah
    Participant

    Hi daviemurphy,

    Some screenshots of the dilemma would be helpful. The ‘tribe-events-right’ class is added in the /wp-content/plugins/the-events-calendar/resources/events.js file on line 7.

    Thanks,
    Jonah

    in reply to: Single Event Template Pushes Sidebar Down #52299
    Jonah
    Participant

    Hi Jacci,

    You’ll need to modify your CSS on single event pages so that the content or other wrapper div is similar to how it is on other pages. You can specifically target the single event pages in CSS via the ‘events-single’ class. Here is an example where you could set the width like its set on other pages:

    .events-single #content {
    width: 930px;
    }

    Add that to your theme’s style.css file and see how it looks. Let me know if you have any questions.

    Regards,
    Jonah

    Jonah
    Participant

    Hi siamack,

    So you are just going to Events > Import Events, inputting the ID and clicking Go? Are you running the latest versions of all the plugins?

    in reply to: Default view for category archive pages #52235
    Jonah
    Participant

    Hi Bryan,

    This snippet should do that for you: https://gist.github.com/jo-snips/5864294

    Place in your themes functions.php file and make sure to follow PHP syntax as far as opening closing tags (i.e. if PHP is still open, you can remove the open PHP tag in the snippet).

    I hope that helps but let me know if you need anything else.

    Regards,
    Jonah

    Jonah
    Participant

    Hi Linda,

    That’s great to hear! I’m going to close this thread out then but feel free to open another thread if you need help with anything else.

    Regards,
    Jonah

Viewing 15 posts - 421 through 435 (of 4,001 total)