Jonah

Forum Replies Created

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

    Hi aguawebdesign,

    Please use the following conditional code for any of the various views:
    https://gist.github.com/jo-snips/2415009

    – Jonah

    in reply to: Widget Areas in Backend disappear #54189
    Jonah
    Participant

    Hi dorimedia,

    I didn’t notice this until but you mentioned “Event Manager Pro” initially. This is not our plugin. Is this what are using or are you using our plugins – The Events Calendar and Events Calendar PRO?

    in reply to: Events Calendar 3.0 Not Working with Theme #54187
    Jonah
    Participant

    Hi Bryan,

    It appears that the https://theeventscalendar.com/what-are-template-overrides-and-how-do-i-do-them/ might be obsolete now. Instead please see the Themer’s Guide: https://theeventscalendar.com/support/documentation/events-calendar-themers-guide/ – We are having a discussion about whether to get rid of the template overrides tut because everything in it and more is covered in the Themer’s Guide.

    Also, in the Themer’s Guide we will probably update this soon but please note that the stylesheet you need to override will depend on what stylesheet you have select in the Events > Settings > Display tab. The stylesheets you can override are:

    tribe-events-full.css
    tribe-events-skeleton.css
    tribe-events-theme.css

    I hope that helps!

    – Jonah

    in reply to: Deleting recurring events #54174
    Jonah
    Participant

    Ok, sorry to hear about that. I’m going to need wp-admin credentials from both of you if you want me to look into this further. I also need permission to deactivate all other plugins myself and/or switch the theme temporarily. I promise I’ll put everything back the way it was. You can post credentials here privately. Is this happening with all recurring events or only certain ones?

    in reply to: A few problems after 3.0 upgrade #54173
    Jonah
    Participant

    Hi Mamdouh,

    Ok, I understand now. How are you actually doing the translation? Is this with a plugin?

    – Jonah

    in reply to: Previous events not displaying #54172
    Jonah
    Participant

    This reply is private.

    Jonah
    Participant

    Hi mindshare,

    Ok, two things. One, you need to use ‘eventDisplay’ => ‘custom’ on any custom query now or else our plugin will hijack yours. Two, your date/time format for the query needs to be in ‘Y-m-d H:i:s’ format. Try those modifications and let me know how that goes.

    Regards,
    Jonah

    in reply to: Recurring Events Indefinitely #54153
    Jonah
    Participant

    Hi koderlab,

    We don’t to custom development but I have a list of other firms that may be able to help you out. Let me know and I can shoot you the list.

    Regards,
    Jonah

    in reply to: Calendar Widget loads extremely slow #54151
    Jonah
    Participant

    Hi Rick,

    Unfortunately there’s not a whole lot we can do about performance. Performance can change on a shared hosting environment on any given day or any time of the day. I would highly suggest moving to a faster hosting platform if you need more speed. The only things you can do are try installing a caching plugin and/or work on optimizations throughout your website. It doesn’t sound like you have too many events or anything like that… If you had many thousands then it might be a problem…

    – Jonah

    in reply to: Calendar Widget links to wrong recurring event #54149
    Jonah
    Participant

    Hi Rick,

    I’m not seeing any of these events in the calendar or in the calendar widget (and I dont’ see where you’ve got the calendar widget displayed…). Did you delete them?

    in reply to: 3.0 Conflict with ACF Relationship Field #54137
    Jonah
    Participant

    Hi Jared,

    Thanks for the report. We’ve got a ticket logged to get this fixed ASAP but unfortunately no ETA as to exactly when that will be. It’s not going to make it in to 3.0.2 (the next release) but should make it into 3.0.3. Sorry I don’t have more to report here.

    Regards,
    Jonah

    in reply to: Widget Calendar in Page not loading #54095
    Jonah
    Participant

    Hi Amy,

    Unfortunately not all the template options are going to work out of the box. If using the Default Events Template, you can fully customize this by making a copy of /wp-content/plugins/the-events-calendar/views/default-template.php and placing in an ‘tribe-events’ folder in your theme. Then, you can add any theme specific divs to wrap things and get things looking a little better. If you need to do page specific markup or PHP, you can use the following PHP conditional statements to further customize things: https://gist.github.com/jo-snips/2415009

    I hope that helps but let me know if you have any other questions.

    – Jonah

    in reply to: Deleting recurring events #54092
    Jonah
    Participant

    Hey Suzanne,

    Did you try deactivating all other plugins to see if this helps? yvrmark, did you try what I suggested as well?

    Regards,
    Jonah

    in reply to: CPT conditionals for filters #54071
    Jonah
    Participant

    Hey Bryan,

    Not sure why your code is not working anymore but please take a look at these conditionals that I’ve put together and tested with 3.0: https://gist.github.com/jo-snips/2415009

    That should work for you but let me know if you have any other questions.

    Regards,
    Jonah

    in reply to: How to change text color #54058
    Jonah
    Participant

    You’re welcome Derek.

    Hmm, you may need to play with the selectors a bit to style the background. We can’t help you troubleshoot CSS issues too much so you will need to figure out why it’s not working on your own.

    You can change the “Date” text with this selector:

    #inner .tribe-bar-disabled #tribe-bar-form .tribe-bar-filters input[type="text"] {
    color: #000;
    }

    You should be able to target the “View As” with:

    #inner .tribe-bar-disabled #tribe-bar-form .tribe-bar-views-inner label {
    color: #000;
    }

    – Jonah

Viewing 15 posts - 286 through 300 (of 4,001 total)