Brian

Forum Replies Created

Viewing 15 posts - 2,056 through 2,070 (of 11,256 total)
  • Author
    Posts
  • in reply to: Sidebar Not Appearing #1051431
    Brian
    Member

    Hi,

    I am not sure. I have not used that theme before and not sure how it works.

    Does it have layout settings for the archives?

    Have you contacted the theme developer and see if they can help and we could meet in the middle?

    Brian
    Member

    Great, glad you got it and thanks for sharing!

    I am going to go ahead and close this ticket, but if you need help on this or something else please post a new ticket.

    Thanks!

    in reply to: Admin Panel Events List – dates no longer include year #1051425
    Brian
    Member

    You’re Welcome.

    Since this is marked resolved I am going to close this ticket, but if you need anything else related to this topic or another please post a new topic on the forum and we can help you out.

    Thanks

    Brian
    Member

    Hi,

    Thanks for using our plugin. I can try to help out here, but we are limited in supporting plugin compatibility issues.

    I looked and we released a fix for Posts 2 Posts in 3.11 6 months ago.

    I tested out it on my test site and it worked for me to connect posts to events.

    What is the connection coding you are working with? I can try it out and see if I get a different result.

    Thanks

    in reply to: Events showing up twice on calendar view #1051317
    Brian
    Member

    Hi Again,

    I can help out here.

    Are you talking about the “Improv Level 1 – Monday Nights – 8 Weeks (Feb. 1 – Mar. 21)” Events on February 8th?

    I see them having two different urls

    improv-level-1-monday-nights-6-weeks-feb-2-mar-8-2016-02-08

    vs

    improv-level-1-monday-nights-8-weeks-feb-1-mar-21

    And two different ids:

    3065

    vs

    3311

    So they do not appear from there to be the same event.

    Is that the duplicate events you are talking about? Or is it somewhere else?

    Let me know and we can go from here.

    Thanks

    Brian
    Member

    Hi,

    Thanks for using our plugins.

    I took a look at your site and see what you mean.

    It is actually your theme’s css causing this.

    Try adding this css:

    .single-tribe_events .entry-content {
    width: 100%;
    }

    Add that css to your theme’s stylesheet or through a plugin such as Simple Custom CSS.

    Let me know if that helps.

    Thanks

    in reply to: Enable Event Coordinator to Publish Events #1051304
    Brian
    Member

    Hi,

    Thanks for using our plugins.

    We have this article about roles and capabilities that can help:

    Editing User Roles and Permissions

    You might have to use a plugin such as User Role Editor to add the capabilities to a specific role:

    User Role Editor

    Cheers

    in reply to: Admin Panel Events List – dates no longer include year #1051303
    Brian
    Member

    Hi,

    Thanks for using our plugins.

    By default the year is not shown for events in the current year.

    So if it is 2016 all those events will not show a year.

    If an event is in 2015 or 2017 it will show the year.

    I do not believe there is a way around it as it is coded into the plugin that way to work.

    Let me know if you have any follow up questions.

    Thanks

    in reply to: Bug: Recurrence Description doesn't save #1051302
    Brian
    Member

    Hi,

    Thanks for reporting this and all the other issues too. I am pushing hard to get these all resolved.

    We created a bug ticket for this yesterday and I have added this ticket to it to notify you once we have a fix.

    Let me know if you have any follow up questions.

    Thanks

    in reply to: Event Image Size #1051300
    Brian
    Member

    Hi,

    Thanks for using our plugins. I can help out here.

    First for feature requests I encourage you to visit our User Voice Page and either upvote an existing request or make a new request there.

    http://tribe.uservoice.com/

    For the most part a good place to start with customizations is looking at your themer’s guide:

    https://theeventscalendar.com/knowledgebase/themers-guide/

    That will show you how to move templates to your theme.

    1) We have this guide for the featured image and ways to change it:

    Using Featured Images in Events

    The Single Event Feature Image is found in this template:

    plugins/the-events-calendar/src/views/single-event.php

    Around line 58.

    You will want to move it here to change:

    yourtheme/tribe-events/single-event.php

    2) Brook still has that ticket open and will work on the issue there.

    3) This template is located here:

    plugins/events-calendar-pro/src/views/pro/modules/meta/additional-fields.php

    And you can move it to your theme to edit the wording there.

    Let me know if you have any follow up questions.

    Thanks

    in reply to: Include Price in Pop-up #1051296
    Brian
    Member

    Hi,

    Thanks for using our plugins. I can try to help out here, but I am limited in supporting customizations.

    A good place to start with any customizations is our themer’s guide:

    https://theeventscalendar.com/knowledgebase/themers-guide/

    The two files needs to change the tooltip are:

    plugins/the-events-calendar/src/views/month/single-event.php

    plugins/the-events-calendar/src/views/month/tooltip.php

    And this function will return the price:

    tribe_get_cost()

    Please review that and I can help if you get stuck, but might not be able to provide everything.

    Thanks

    in reply to: Reverse publishing to print #1051281
    Brian
    Member

    Hi,

    Thanks we do not have a feature to publish in print view as you ask and we do not take on customization projects.

    We have this list of free lancers that might be able to help:

    https://theeventscalendar.com/knowledgebase/find-a-customizer/

    Let me know if you have any follow up questions.

    Thanks

    in reply to: How do you set list view for mobile/small screens? #1051280
    Brian
    Member

    HI,

    Thanks for using our plugins. I can help out here.

    What you are looking for is possible with a snippet.

    It replies on wp_is_mobile to detect mobile devices so that will include tablets.

    Use the following snippet in your theme’s functions.php to do this:

    https://gist.github.com/jesseeproductions/fc21ce52314f31dc230b

    Let me know how that works out.

    Thanks

    in reply to: Need more verbose export #1051279
    Brian
    Member

    Hi,

    Thanks for using our plugins.

    I can try to help out here, but I am only able to support existing features and may not be able to provide much for a customization.

    There is a good article someone wrote on this that might get you most of the way there:

    https://nielsvr.com/2015/12/07/extending-the-events-calendar-attendees-csv/

    George has the basis for a system here too:

    Add Attendee Telephone Number to Attendee List

    If you think that is something you would like as a feature I encourage you to visit our User Voice Page and either upvote an existing request or make a new request there.

    http://tribe.uservoice.com/

    Let me know if you have any follow up questions.

    Thanks

    in reply to: Change email subject line #1051276
    Brian
    Member

    Hi,

    Thanks for using our plugins. I can help out here.

    Are you talking about the subject line, “Your tickets from”

    If so you can use the following snippet in your theme’s functions.php to change it:

    https://gist.github.com/jesseeproductions/77671af6eb939d474f53

    If you do not want to use the blog name in the tickets then you can remove everything and just do something like this:

    $subject = 'Subject';

    Let me know if you have any follow up questions.

    Thanks

Viewing 15 posts - 2,056 through 2,070 (of 11,256 total)