Jonah

Forum Replies Created

Viewing 15 posts - 451 through 465 (of 4,001 total)
  • Author
    Posts
  • Jonah
    Participant

    Yep, it was the date and time settings in the general WordPress settings that were blanked out. You can set them to “custom” and then leave the fields blank. This is what you had set.

    Are you all set here?

    in reply to: Fullwidth template problem #51744
    Jonah
    Participant

    Hi Michelle,

    You would need to change the code in your theme’s header.php and footer.php files. Unfortunately we cannot help you with this level of customization. You’ll need to work on it yourself or hire someone to help you.

    Regards,
    Jonah

    in reply to: Venue name changes to event title #51739
    Jonah
    Participant

    Hi Dale-Anthony,

    Is this on the front end of back end? Have you tried deactivating all other plugins or switching the theme to rule out a conflict there?

    – Jonah

    in reply to: Enable comments on events #51738
    Jonah
    Participant

    Hi Ashley,

    There’s a setting in Events > Settings > General to enable comments on events. Just check that box and you should be good to go.

    Regards,
    Jonah

    Jonah
    Participant

    Hi bbswebmaster,

    Thanks for providing your login information. I was able to figure it out. You had your date and time format settings blanked out and the plugin relies on these to display dates and times. I set them back to the defaults and all the dates and times are showing up now.

    That should resolve things for you but let me know if you have any questions or need anything else.

    Thanks,
    Jonah

    Jonah
    Participant

    Hi bbswebmaster,

    Ok, can you please post your wp-admin credentials here privately? I’ll take a look shortly. Do I have permission to turn off all plugins and switch the theme so I can verify that myself?

    Thanks,
    Jonah

    in reply to: Imported time is off by 4 hours #51691
    Jonah
    Participant

    Hi cristiana,

    Sorry to hear about the issues here. Can you confirm you are running version 1.0.5 of the Facebook plugin? And, have you tried switching to a UTC time instead?

    – Jonah

    in reply to: Recurring Events & Tiered Pricing #51688
    Jonah
    Participant

    Hi James,

    I’m going to move this thread to our WooTickets forum where someone will be able to help you there.

    Regards,
    Jonah

    Jonah
    Participant

    Hi bbswebmaster,

    Before we do that, please try and deactivate all other plugins to see if that changes anything.

    Thanks,
    Jonah

    Jonah
    Participant

    Hi dkinney,

    I’m glad that worked for you. Actually with our upcoming 3.0 release, there are going to be easier template changes for things like this. For now though, this is all we’ve got.

    I’m going to close this thread out, but if you need help with anything else, please let us know.

    Regards,
    Jonah

    in reply to: can not style size of sidebar widgets #51684
    Jonah
    Participant

    Excellent to hear mamalm, let us know if there’s anything else you need help with.

    Regards,
    Jonah

    Jonah
    Participant

    Hi bbswebmaster,

    Have you modified any of the plugin templates? Check to see if you have an ‘events’ folder in your active theme. If so, do you have single.php and events-advanced-list-load-widget-display.php files in there?

    – Jonah

    in reply to: can not style size of sidebar widgets #51600
    Jonah
    Participant

    Hi mamalm,

    If you change the .TribeEventsFeatureWidget class to .eventsAdvancedListWidget your CSS should work. You need to use the class for the right widget 😉

    Let me know if that helps or if you have other questions about this.

    – Jonah

    Jonah
    Participant

    Hi dkinney,

    The easiest way to accomplish that would be with a snippet like this: https://gist.github.com/jo-snips/5806869 – put that in your theme’s functions.php file.

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

    Regards,
    Jonah

    in reply to: events customi #51526
    Jonah
    Participant

    Hi pandology,

    For #1, my suggestion would be to use something like http://wordpress.org/plugins/advanced-excerpt/ – in order to use that plugin in the events list you’ll need to make an override of the list template by making a copy of /wp-content/plugins/the-events-calendar/views/list.php and placing in an ‘events’ folder in your theme. Then replace the_content() on line 45 with the the_advanced_excerpt() function and the options you would like.

    On #2, you should just need to change the post thumbnail size that’s being displayed. You can do this by making an override of /wp-content/plugins/the-events-calendar/views/single.php – again, make a copy and place in the same ‘events’ folder you created for #1. Then, find line 97 where the_post_thumbnail() function is called and add ‘full’ in between the parentheses like this:

    the_post_thumbnail('full');

    That should do it but let me know if you need any other assistance.

    – Jonah

Viewing 15 posts - 451 through 465 (of 4,001 total)