Brian

Forum Replies Created

Viewing 15 posts - 9,466 through 9,480 (of 11,256 total)
  • Author
    Posts
  • in reply to: Calendar Pro mini calendar widget #911817
    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: Mini Calendar size in sidebar #911814
    Brian
    Member

    If you play around with the css on that last snippet you maybe to get it a bit closer to the other page. I would look up how to use css padding and play around with a Browsers Developer Tools to do that.

    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: Multiple Times for Month-long Event #911806
    Brian
    Member

    Hi,

    Thanks for the interest in the Events Calendar Pro

    I can help answer your question. It is not going to be possible to create one Recurring Event to handle all the different times and days. You could use the custom recurrence to group the together the different time periods. So you would create a Recurring Event with custom recurrence set to weekly and choose Tuesday, Wednesday, Thursday for that. Then you could create another one for Friday and Saturday Shows.

    Here is a more detailed look at custom recurrence to see if it will work for you.

    https://theeventscalendar.com/pro-2-0-a-detailed-look-at-custom-recurrence/

    Let me know if you have any follow up questions.

    Thanks

    Brian
    Member

    Hello,

    Thanks for purchasing our plugins.

    There is no feature to disable the Recurring Events (See All), sorry you do not find it useful many people do!

    However, I think the easiest way to remove it is with some css.

    .single-tribe_events .tribe-events-schedule .recurringinfo {
    display: 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: Events page: how to filter event category? #911784
    Brian
    Member

    Hi,

    Thanks for using the Events Calendar. To filter by Categories is a feature of the Filter Bar. You can take a look at it here:

    https://theeventscalendar.com/shop/wordpress-events-filterbar/

    Let me know if you have any follow up questions.

    Thanks

    in reply to: Altering page headings #911779
    Brian
    Member

    Hello,

    Easy is always a relative term cause I feel the same way about command lines when someone says it is easy!

    I can try to help you out here.

    There is a file editor in WordPress under Appearance > Editor where you can edit files.

    http://codex.wordpress.org/Editing_Files#Using_the_Theme_Editor_and_Plugin_Editor

    There is also much more information on that page about file editing in general.

    Let me know if you have any follow up questions.

    Thanks

    in reply to: setup question #911767
    Brian
    Member

    Hi,

    Thanks for purchasing our plugins. I can help you out there.

    The Community Events creates it’s own url for users to submit events. On your site that is found here:

    http://victorymusic.us/VictoryMagazine/events/community/add

    And this url is for logged in users to manage their events if you like:

    http://victorymusic.us/VictoryMagazine/events/community/list

    If you would like to add a link to the community event add page you just have to add a link where you would like it in the site. There is not direct setting to add that link.

    You can add html before and after the Event Pages using the settings found here:

    Events > Settings > Display Tab > Advanced Template Settings

    Let me know if you have any follow up questions.

    Thanks

    in reply to: link to events is not working #911759
    Brian
    Member

    Ok since you marked this resolved I will close this ticket.

    You may try clearing your cache in chrome and seeing if that helps.

    If you have a similar issue or another in the future, please do not hesitate to create a new ticket.

    Thanks!

    in reply to: Dynamic text not translated #911740
    Brian
    Member

    Ok it appears there is a bug with the translation. I have created a bug report for the developers to take a look. We will update you through this ticket once we have some information.

    If you fill in this field in your Recurring Events it will overwrite that message that is not being translated:

    Recurrence Description:

    That may help get around the issue for now.

    Since there is not thing more we can do here for now 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: Compatability with X-theme? #911717
    Brian
    Member

    Hi,

    Sorry for the issues you are having.

    Not sure if you purchase Pro we would be able to resolve this either.

    However, I can say that the Events Calendar Page is an archive page so if the developer can provide a snippet to force full content or has a setting to change the archive pages to full content instead of the excerpt we can help out with a snippet to target just the Events Calendar View Pages.

    That is about all we can do for this for now. If you would buy Pro we can try to help out some more, but the coding needed to resolve this would be on the theme side we can only really provide coding to target the Events Calender Page.

    Thanks

    in reply to: Mashshare conflict with Tribe Events #911701
    Brian
    Member

    Hi,

    I can try to help you out, but it is beyond the support we can provide to solve all issues related to 3rd party coding.

    Unfortunately the priority parameter is ignored here. How can we make sure that tribe event is running as last plugin?

    Not sure there is any coding to do that, that we can provide, I have seen plugins that I think enable you to change the plugin order.

    This plugin may help you out here:

    Plugin Organizer

    Customization
    Not sure what modifications you would have to make to get this to work, but you can follow our themer’s guide to modify any of the event templates:

    https://theeventscalendar.com/support/documentation/events-calendar-themers-guide/

    There you could maybe change how the content is called in the single events to resolve the issue.

    Let me know if you have any follow up questions.

    Thanks

    in reply to: Adding AJAX to Week view #911694
    Brian
    Member

    Hi,

    I can help point you in the right direction on this.

    That variable is being created by the WordPress function wp_localize_script:

    http://codex.wordpress.org/Function_Reference/wp_localize_script

    That specific variable for the js file you reference is from this file:

    events-calendar-pro/lib/tribe-mini-calendar.class.php

    Look for this function wp_localize_script between line 200 and 215.

    Let me know if you have any follow up questions. I will be able to ask a question or to, but not provide much more then that on the customization.

    Thanks

    in reply to: "Add new ticket" is not saving when I save #911686
    Brian
    Member

    Hi,

    Sorry for the issues you are having. Are you able to open your javascript console of your browser while saving a ticket for the event and see if any errors in it?

    Are you able to clone your site into a staging area to so you can follow our testing for conflicts guide? (since you are unable on the live site)

    https://theeventscalendar.com/support/documentation/testing-for-conflicts/

    Without following that guide it is hard to tell where to start looking for this issue.

    Let me know and we can go from there to resolve this.

    Thanks

    in reply to: CSV Import of German vowel mutation / Umlaute #911682
    Brian
    Member

    Hi,

    Sorry for the issues you are having. I tested an import using characters such as ü or ä and the Events imported without issue.

    Is your csv document formatting to UTF-8 for the characters? If not that could be causing the issue.

    If you can provide a link in a private reply to your csv I can test it on my end and see if I find anything.

    Let me know.

    Thanks

    in reply to: Remove mention in email #911629
    Brian
    Member

    Great, thanks for sharing that snippet and glad you got it working.

    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

Viewing 15 posts - 9,466 through 9,480 (of 11,256 total)