Jonah

Forum Replies Created

Viewing 15 posts - 16 through 30 (of 4,001 total)
  • Author
    Posts
  • in reply to: Removing actions? #57341
    Jonah
    Participant

    You’re welcome Ben, let us know if there’s anything else you need help with.

    – Jonah

    in reply to: "Upcoming Events" is the page title across my entire site #57340
    Jonah
    Participant

    Hi flipp,

    I asked if you had changed the Events Template because I was wondering if this changes anything with how titles are displayed. I’m not seeing the behavior you described either, I don’t Upcoming Events used as the page title for every page. Can you please clarify what you’re seeing? In any case, you are going to need to follow the FAQ instructions to specifically set the titles on each page.

    Regards,
    Jonah

    in reply to: Add Specific Additinal fields to template. #57338
    Jonah
    Participant

    Hi Schalk Joubert,

    Sorry about that. As indicated in the Themer’s guide, there are various list templates in the /wp-content/plugins/the-events-calendar/views/list folder. If you want to add specific markup/code to each event, you would want to edit /wp-content/plugins/the-events-calendar/views/list/single-event.php by making a copy and placing in a ‘tribe-events’ folder in your theme. Then, if you wanted to add code for custom fields to display you could use the tribe_the_custom_fields() function somewhere in the single-event.php file (wherever you want it to display).

    Does that help?

    – Jonah

    in reply to: Change View Names #57328
    Jonah
    Participant

    Hey pandology,

    So here’s a snippet you can use to change the view names:

    https://gist.github.com/jazbek/6086295

    You should also be able to target and hide the day view in the drop down (instead of unchecking the option and breaking day view) with this CSS:

    li.tribe-bar-views-option[data-view="day"] { display: none; }

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

    – Jonah

    in reply to: Browsing events by category #57223
    Jonah
    Participant

    Hi Jeremy,

    No, it’s not built in and will be included in a new plugin (Advanced Filters) coming out soon.

    Regards,
    Jonah

    in reply to: Removing actions? #57222
    Jonah
    Participant

    Hi Ben,

    What about placing it in it’s own function and attaching it to the WordPress init action?

    – Jonah

    Jonah
    Participant

    Hi Gordon,

    Your theme has some CSS which is cutting things off. You should be able to override it b adding the following to your themes style.css file:

    .tribe-events-calendar {
    overflow: visible;
    }

    Let me know whether or not that helps!

    – Jonah

    in reply to: Set Event Date to T.B.A. #57218
    Jonah
    Participant

    Hi Catherine,

    The easiest way to do this would be to use a plugin like http://www.advancedcustomfields.com/ and setup a custom field on events that allows you to flag them as such. Then, you would just need to modify the template files accordingly to check for this custom field and if it’s checked, don’t display the date.

    Does that help?

    – Jonah

    in reply to: Events importing multiple times #57214
    Jonah
    Participant

    Ok, slwinter. Looking at my own local setup it looks like there might be some multiple imports going on here too. I’m going to test some things out but it will take a couple more hours since I’ll need to wait for the auto import to run… If I start seeing multiple imports with the auto importer again, I’ll know we’ve got an issue and there’s not much need to test the manual imports. I’ll check back in as soon as I know more. Stay tuned.

    Thanks,
    Jonah

    in reply to: Remove Venue Link #57213
    Jonah
    Participant

    Hi Jonathan,

    No update yet, I just pinged the developer assigned to the ticket so hopefully will have an answer soon. Sorry for the delay.

    – Jonah

    Jonah
    Participant

    Glad to hear it Mark, I’m going to close this thread out then but please let us know if you need anything else.

    – Jonah

    Jonah
    Participant

    Hi flipp,

    Have you tried changing the Event Template in Events > Settings > Display? What theme are you using? Are you using any sort of SEO plugin to set page titles?

    – Jonah

    in reply to: CSS styles for right to left( Arabic) sites #57208
    Jonah
    Participant

    Hi Mamdouh,

    Adding the styles to your theme’s CSS should be fine as long as they’re specific enough. You’ll need to look at how things are being overwritten to know how or what you need to make more specific. For more info: http://css-tricks.com/specifics-on-css-specificity/

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

    – Jonah

    in reply to: Calendar Widget no longer displays links on the dates #57206
    Jonah
    Participant

    Hi guys,

    It looks like this is an issue for this months events too. I’ve updated the ticket to reflect this and we’ll get it fixed in the next release. Sorry about the inconvenience.

    – Jonah

    Jonah
    Participant

    You’re welcome Cynthia, glad that worked!

Viewing 15 posts - 16 through 30 (of 4,001 total)