Jonah

Forum Replies Created

Viewing 15 posts - 2,416 through 2,430 (of 4,001 total)
  • Author
    Posts
  • in reply to: Conflict with Theme #22283
    Jonah
    Participant

    Hi David,

    On #1:

    The only work around for this is kind of involved and you may need to hire a developer to help you if you can’t figure it out. Basically, you have to first go into the plugin settings Events > Settings > Template and change the Events Template to the Default Events Template which will force the template to use it’s own built in templates for rendering event pages. Now, this is likely going to not look as good as your current template setting so what you need to do is modify the plugins template, bringing in some of the code from your themes to get things looking better. The plugins templates you’ll want to modify are:

    /wp-content/plugins/the-events-calendar/views/ecp-page-template.php and /wp-content/plugins/the-events-calendar/views/ecp-single-template.php. Make copies of those files and place in an ‘events’ folder in your theme. Next, open up your theme’s page.php template file and find all HTML wrapper code (usually divs) and migrate this over to the plugin template files, wrapping the template code with your themes wrapper code. Where you’ll want to replace stuff is right where tribe_events_before_html() and tribe_events_after_html() are called in the plugins template files. You’ll want to put in the beginning part of the wrapper code where tribe_events_before_html() is and the closing tags where tribe_events_after_html() is. And that’s about it! Once you do that and if it’s done right and you may need to play around with it a bit, it should work.

    That’s the only workaround there is for this issue right now so if that doesn’t work you’ll either need to try it again, hire someone to help you or wait for the fix to be officially released. One of our devs stated that it’s not a problem with our plugin but a problem with the way some themes use wpautop to auto insert p and br tags into the page in certain cases. So, you could try reporting the issue to your theme developer as well.

    Will follow up on #2 in another comment.

    – Jonah

    Jonah
    Participant

    Hi Richard,

    You might want to look at the documentation for strtotime here: http://php.net/manual/en/function.strtotime.php but changing the parameter to ‘+3 hours’ should work…

    – Jonah

    in reply to: Conflict with Theme #22246
    Jonah
    Participant

    Hi David,

    Do you have a link you can provide to your site and examples for each issue? It always helps to be able to see the problem in action…

    – Jonah

    in reply to: Future events display as Event has passed. #22245
    Jonah
    Participant

    Hi Kelli,

    We can take a quick look for you but there’s no guarantees we’ll be able to find a solution. Unfortunately yes in these scenarios you can sometimes be out of luck. You can try contacting the theme author too to see if they’ll help you. Please email us the theme to pro [at] tri [dot] be and reference this thread and we’ll take a look ASAP.

    Thanks for your patience,
    Jonah

    in reply to: 2.0.8 Update Failed. Damn. #22244
    Jonah
    Participant

    Hi Krysia,

    That is strange. Well, it sounds like there might still be problems with the auto update. Yes, as an alternative you can to a manual update just by replacing the plugin files on the server. Let me know if you have any issues with that. Make sure to take normal care in updating 🙂

    Thanks,
    Jonah

    in reply to: Unable to get "my events" to work #22234
    Jonah
    Participant

    Hi everybody,

    With the release of 1.0.2 late yesterday, this issue should be resolved. Please update the plugin and report back here if you are still having issues.

    Thanks,
    Jonah

    in reply to: WP Router Placeholder Page #22233
    Jonah
    Participant

    Hi everybody,

    With the release of 1.0.2 late yesterday, this issue should be resolved. Please update the plugin and report back here if you are still having issues.

    Thanks,
    Jonah

    in reply to: Update for Gravity Forms Integration #22231
    Jonah
    Participant

    Sounds good Kyle. I’ve followed up in the other thread so I’m going to close this one out.

    – Jonah

    in reply to: Where is the "dig-in" div created? #22230
    Jonah
    Participant

    Hi Mike,

    You’re welcome. I was not aware of this other issue or at least I cannot find it. Do you have an example to share and have you tried deactivating all other plugins to rule out a conflict?

    Thanks,
    Jonah

    in reply to: 1.0.2 update no longer listed #22229
    Jonah
    Participant

    Hi Jason,

    Sorry for the troubles. We’re definitely looking into why the updates for the release didn’t show for everyone right away… Let us know if you need help with anything else.

    Cheers,
    Jonah

    in reply to: Force Shortcodes #22228
    Jonah
    Participant

    Hi Kyle,

    The My Events page is not a public page and can only be accessed by a logged in user. When I visit the above page, I just see a login form. Have you tried updating to the most recent version of Community Events (1.0.2)? That may help. Otherwise, you can send us wp admin credentials to pro [at] tri [dot] be referencing this thread and we will take a look.

    Thanks,
    Jonah

    in reply to: Selecting country in submission form #22227
    Jonah
    Participant

    Sounds good guys. Let me know if you need anything else here.

    – Jonah

    in reply to: 2.0.8 Update Failed. Damn. #22225
    Jonah
    Participant

    Hi Krysia,

    Can you try clicking through Dashboard > Updates and then clicking the Check Again button at the top?

    Thanks,
    Jonah

    in reply to: Where is the "dig-in" div created? #22224
    Jonah
    Participant

    Hi Mike,

    The ‘dig-in’ can be found in /wp-content/plugins/the-events-calendar/lib/widget-list.class.php. Since this is a core file you should not edit it directly but you can create your own copy of this widget by following the instructions here: https://theeventscalendar.com/how-to-completely-customize-widgets/

    I hope that helps!

    – Jonah

    in reply to: 1970 Bug #22223
    Jonah
    Participant

    Hi Benjamin,

    Please email a copy of the theme to pro [at] tri [dot] be and I’ll see what I can do. Make sure to reference this thread so we know what its about.

    Thanks,
    Jonah

Viewing 15 posts - 2,416 through 2,430 (of 4,001 total)