Brian

Forum Replies Created

Viewing 15 posts - 8,671 through 8,685 (of 11,256 total)
  • Author
    Posts
  • in reply to: Hide Event Categories and Tags in Details area #933515
    Brian
    Member

    Ok cool, I lived in Sydney for 6 months and traveled up and down the coast surfing.

    Ok I see what you mean about everything.

    First you can use this guide to change the word Organizer to the spelling you like:

    https://theeventscalendar.com/knowledgebase/changing-the-word-events-to-something-else/

    For changing Other, try moving and editing this file:

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

    Let me know how that works.

    Thanks

    Brian
    Member

    Yeah I would prefer not to state the obvious, but if I do not start there and that is it I feel even worse.

    Anyway glad you figured it out.

    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

    in reply to: Problems with responsive formatting #933512
    Brian
    Member

    Ok I did some tests on that site and on my own and not seeing those issues with the responsive theme. I am not sure what AppPresser does to the site and we have no way to debug it from here. Do they have anyway to debug a site? Not sure what else we can do with this right now.

    in reply to: Sort order in blog loop #933509
    Brian
    Member

    Ok I get what you are trying to do. Unfortunately, we do not have a snippet for that it, not sure if that is possible in the main loop. It could be easier to either use a widget or to create a custom loop to grab the next event and display it.

    Brian
    Member

    Hi, Thanks for purchasing Pro.

    You can use the plugin with the license key on the test site. Then when you are ready to go live you can deactivate it from the plugin or from the account here, then activate it on the live site.

    The plugin still works without the license key so you could also not include it at all on the test site. You will not have automatic updates without it.

    Does that help?

    in reply to: Calendar not displaying in IE8 #933337
    Brian
    Member

    Ok sorry we cannot help more.

    Customers have used this snippet in the past to turn off ajax, which helps with IE8.

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

    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

    in reply to: Event title not displaying sidebar widget #933335
    Brian
    Member

    Great, glad it helps, 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: Enter the calendar anywhere on the website #933331
    Brian
    Member

    Hi,

    Thanks for the interest in our plugins.

    Unfortunately, we do not have a shortcode to display the calendar.

    We have widgets you can use on your home page in the widget areas, but they are smaller then the main view calendar.

    Let me know if you have any follow up questions.

    Thanks

    Brian
    Member

    Hello,

    I can help out here.

    First can you verify the Child Theme is active (just want to make sure before we go further into this 🙂 )

    After that does any other coding work in the functions.php?

    What about any style changes in the stylesheet, do those changes things on the site?

    Let me know and we can go from there.

    Thanks

    in reply to: Problems with responsive formatting #933305
    Brian
    Member

    Hi,

    Thanks for using our plugins.

    AppPresser is the Service that enables you to turn a website into a iOS App, correct?

    So those errors are viewing the site from the App?

    Do you have a link to the site I can see as well?

    Let me know and we can go from there.

    Thanks

    in reply to: Event title not displaying sidebar widget #933289
    Brian
    Member

    Hi,

    Sorry for the issues you are having.

    Looks like there is some CSS in the theme hiding the title:

    .page-id-2368 .entry-title {
    display: none;
    }

    Try using this instead:

    .tribe-mini-calendar-list-wrapper h2.entry-title {
    display: block;
    background: none;
    border: none;
    padding: 0;
    text-align: left;
    text-transform: none;
    }

    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: Calendar not displaying in IE8 #933285
    Brian
    Member

    Hi,

    Sorry for the issues you are having. I can try to help out here, but may not be able to help as we do not support IE8

    Browser Support

    Do you have a link you can provide for your site and I can take a quick look and see if I have suggestions?

    Let me know and we can go from there.

    Thanks

    in reply to: recurring events #933283
    Brian
    Member

    Hi,

    Thanks for purchasing our plugins.

    I can help out here. It sounds like you are getting on track with recurring events.

    The Start and End Date should be for the first event in the recurrence. So if you have a weekly event on Monday the Start and End Date will be that first Monday. You are correct then the end on date is the final date of the event.

    We have a guide here that explains recurring events in detail:

    https://theeventscalendar.com/knowledgebase/pro-recurring-events/

    Also, when you create a recurring event it has to be a new event, you cannot create a recurring event from a published event.

    Let me know if you have any follow up questions.

    Thanks

    in reply to: Syncing events across multiple sites #933267
    Brian
    Member

    Hi Rob,

    Thanks for the interest in our plugins.

    We do not have a feature to sync calendars across sites.

    It could be possible, but not without some customization and that is beyond the support we can provide.

    If you would like to request that feature please head to our UserVoice Page and add your own or upvote that feature as they will increase the chances of it being added to a future version.

    http://tribe.uservoice.com/forums/195723-feature-ideas

    in reply to: Hide Event Categories and Tags in Details area #933266
    Brian
    Member

    Hello,

    Thanks for using our plugins, I can help get you on track for this customization.

    You are on the right track and close to the right file. That is the start of the single events template.

    Look instead to move this file to edit:

    the-events-calendar\views\modules\meta\details.php

    In that file you will see the Category and Tag Functions:

    tribe_get_event_categories

    tribe_meta_event_tags

    Not sure where the other title is showing for you, do you have a link or screenshot and I may have a suggestion for that.

    Let me know how that works out.

    Thanks

Viewing 15 posts - 8,671 through 8,685 (of 11,256 total)