Jonah

Forum Replies Created

Viewing 15 posts - 2,806 through 2,820 (of 4,001 total)
  • Author
    Posts
  • in reply to: Event titles not displaying in browser bar #20006
    Jonah
    Participant

    Hi Sheila,

    On the first question, do you have any SEO plugin or does your theme come with SEO options that maybe got reconfigured for your single posts/events? Single events are either going to be controlled by your themes single.php file or the ecp-single-template.php file depending on what you have set for your Events Template in Settings > The Events Calendar > Template. If you’re using the Default Events Template, the file used will be ecp-single-template.php located in /wp-content/plugins/the-events-calendar/views/ecp-single-template.php (or in an ‘events’ folder if you’ve overridden this). Otherwise, it’s controlled by your themes single.php file so you would want to look there…

    As for the second tweek, looking at your source I found this: http://cl.ly/3o0i1W0V0O3O1i3B0I18 – it looks like the Shareaholic plugin is inserting a paragraph and line break there. Typically plugins like that have options to automatically insert their code at the top or bottom of posts so this is probably why it’s there. You could remove it by disabling the automatic insertion and manually placing the Shareaholic function into your theme where you need it.

    I hope that helps!

    – Jonah

    in reply to: Rewrite permalinks without modifying core files #20005
    Jonah
    Participant

    Hi Jesse,

    We’ve had a few users ask about this and unfortunately the answer is its too complicated at the moment. We do have a ticket out for a request to look into options for this further but that’s about the best we can do right now.

    Sorry I can’t offer more here.

    Cheers,
    Jonah

    in reply to: Events Calendar PRO displaying improperly #20004
    Jonah
    Participant

    You’re welcome, let us know how it goes 🙂

    in reply to: Remove Category from Displaying in Event Listing #19986
    Jonah
    Participant

    Glad to hear Meg 🙂

    in reply to: Changing Title Of Gridview? #19966
    Jonah
    Participant

    Hi John,

    It might help to have an example to look at… So with your different categories, by pages do you mean the auto generated pages for event categories that are created or have you embedded the calendar in actual WordPress pages some other way? There is a difference.

    Can you give me some actual examples I can look at? Links to these specific categories and what you would like the titles to be?

    Thanks,
    Jonah

    in reply to: Events Calendar PRO displaying improperly #19961
    Jonah
    Participant

    Hi Marcos, I forgot something, you’re also going to need the ecp-single-template.php – this also goes in the ‘events’ folder along with the ecp-page-template.php – here is a copy with sidebars: https://gist.github.com/2839507

    in reply to: Month Navigation is not displaying correctly #19960
    Jonah
    Participant

    Hi Joe & Meg, I’ve found an interim solution but it’s kind of messy to have you do. If you send me your theme I should be able to get it working. You can email to jonah [at] tri [dot] be and please reference this thread. I’ll respond back with the code to use and how to set it up.

    in reply to: Calendar doesn’t fit page #19959
    Jonah
    Participant

    Hi Rough, I actually found a solution for this but it’s kind of messy to have you do but if you send me your theme I should be able to get it working. You can email to jonah [at] tri [dot] be and please reference this thread.

    in reply to: Events Calendar PRO displaying improperly #19958
    Jonah
    Participant

    Hi Marcos,

    Thanks for sending us your theme. I was indeed able to recreate the issue. I did notice that if I set the Events Template in Settings > The Events Calendar > Template to “Default Events Template” the problem disappeared. The only problem with this setting is that you will then need to work on fixing your layout because that layout does not include your themes HTML markup and subsequently it’s CSS.

    I’ve gone ahead and modified the ecp-page-template.php which is the file that’s used when you select “Default Events Template” to include all your themes markup and it’s looking good. Please get the code for the file here and place in an ecp-page-template.php file in an ‘events’ folder in your theme: https://gist.github.com/2839432 – and make sure to select the “Default Events Template” option.

    I hope that helps! We’ll get this fixed for everyone in an upcoming version 🙂

    Cheers,
    Jonah

    Jonah
    Participant

    Sorry but it’s out of my area of expertise. We’ve got a ticket out to add a filter for iCalFeed in the next release and I’ll add another for googleCalendarLink. Unfortunately you’ll have to wait until its out.

    in reply to: Calendar doesn’t fit page #19951
    Jonah
    Participant

    You can try changing your Events Template in Settings > The Events Calendar > Template to “Default Events Template” as an interim fix but you’ll still likely need to adjust the layout via CSS to get it looking right.

    in reply to: Month Navigation is not displaying correctly #19950
    Jonah
    Participant

    Hi Meg,

    Unfortunately this is a known bug that we are working on for the next release. In the interim you can try adjusting the CSS or switching your Events Template in Settings > The Events Calendar > Template to “Default Events Template”.

    I hope that helps.

    – Jonah

    Jonah
    Participant

    Hi Ross,

    This is much clearer. So what you’ll want to do is take /wp-content/plugins/events-community/views/events-meta-box.php and place a copy in an ‘/events/community/’ folder in your theme. Then basically just remove or comment out lines 93-98 to remove the Venue fields and then remove or comment out lines 121-133 (these lines will change if you remove the lines above) for the Organizer block.

    Does that help?

    – Jonah

    in reply to: Calendar doesn’t fit page #19938
    Jonah
    Participant

    Hi Rough, unfortunately this is bug that we’re working on but will hopefully have a fix for soon.

    – Jonah

    in reply to: Add a ‘purchase tickets’ button to event-list-meta #19937
    Jonah
    Participant

    Hi Meg,

    Yep, if you wanted to have a link in the table in the event-list-meta div you would just do something like this: https://gist.github.com/2837925 – I just added another table row and table cells containing a label (which you can omit) and the button with the class you want to use. The link uses tribe_get_event_link() to get the event link.

    Does that help?

    – Jonah

Viewing 15 posts - 2,806 through 2,820 (of 4,001 total)