Brian

Forum Replies Created

Viewing 15 posts - 8,131 through 8,145 (of 11,256 total)
  • Author
    Posts
  • in reply to: ICS Import #940387
    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: General questions about funcionality #940331
    Brian
    Member

    Your Welcome,

    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: Adjust slug #940330
    Brian
    Member

    Thanks for the suggestion.

    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: Questions before I buy WooCommerce Tickets #940329
    Brian
    Member

    Add that to your theme’s function.php file.

    in reply to: Events page no longer showing calendar #940327
    Brian
    Member

    Ok thanks for the information. Pro will still work regardless of the License so that is not it.

    Can you try out testing for conflicts guide and see if that help narrow down the issue:

    Testing Conflicts With Themes and Other Plugins

    Let me know what you find out from that and we can go from there.

    Thanks

    in reply to: Questions before I buy WooCommerce Tickets #940317
    Brian
    Member

    Glad you are getting closer and like the plugin!

    I think if you use this snippet it should change the text of the subject line:

    add_filter('gettext', 'change_tickets_text', 10, 3);

    function change_tickets_text( $translations, $text, $domain ) {

    // Match the text you want you want to translate, preferably also match the text domain
    if( $domain === 'tribe-wootickets' ) {
    // The custom text you want instead
    $text = str_ireplace( "Your tickets from", "Please print your tickets from", $text );

    }

    return $text;
    }

    That is untested on my end, but should work.

    Let me know if that helps.

    Thanks

    in reply to: Events page no longer showing calendar #940315
    Brian
    Member

    Hi,

    Sorry for the issues you are having. I can help troubleshoot them with you.

    Do you have any custom templates in your theme or custom coding in your theme that might be causing the conflict?

    I see this commented in the events page:

    <!-- < ?php if (is_page('events') || tribe_is_month() || tribe_is_week() || tribe_is_upcoming() || tribe_is_day() || tribe_is_event() ) { echo ""; }else { echo '<div id="main">'; } ?> -->

    If you change the Event Template on this page:

    Events > Settings > Display Tab

    Then change this setting to:

    Default Page Template or to Default Event Template

    And see if that helps.

    Let me know what you find out and we can go from there.

    Thanks

    in reply to: Signup for event #940310
    Brian
    Member

    Hi,

    Thanks for the interest in our plugins.

    We do not have a registration feature, but you could use the one of the tickets add on’s to get people to sign up for an event.

    I have found this pluign, but not tried it out that does add registration form to an event, that might work out for you.

    https://github.com/GlynnDevins/The-Events-Calendar-Registration

    Let me know if you have any follow up questions.

    Thanks

    in reply to: General questions about funcionality #940309
    Brian
    Member
    in reply to: Events appear staggered in month view #940308
    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: Adjust slug #940306
    Brian
    Member

    Hi,

    Thanks for purchasing Community Events.

    Unfortunately, we do not have a feature to change either of those two slugs.

    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

    Thanks

    Brian
    Member

    Hi,

    Sorry for the issues you are having.

    I can help troubleshoot these with you.

    Account
    Your account is tied to an email ending in @sunset-technologies.cat

    You can enter your email that ends like that on this page and setup your password:

    https://theeventscalendar.com/my-account/lost-password/

    Event Sort
    I see the issue on your site. Do you have any plugins that customize Post Order or Category?

    If not can you run through our testing for conflicts guide to see if that helps narrow down the issue:

    Testing Conflicts With Themes and Other Plugins

    Let me know what you find out and we can go from there.

    Thanks

    in reply to: Maximum funpages / Design of calendar #940202
    Brian
    Member

    Hi,

    Thanks for purchasing our plugins. I can help you out. Please see my answers below.

    1) I would like to add thousands of funpages to my page. But I’ve notices plugin has problem to read a big amount of funpages. Pluging doesn’t upload all events to calendar. Is it any maximum number of funpages?

    For Facebook importing it depends on your server and Facebook and there is only so much they will be able to import before the server runs out of resources. I would say thoursands of facebook pages is beyond the capabilities of the plugin and even most sites to handle. It is hard to say what that limit is for your site. In the next release we are working on improving the process, but it still will not be able to handle that many pages.

    2) Is it possible to add mniatury photos to view of mounthly calendar?

    We have this guide to help out with this:

    https://theeventscalendar.com/knowledgebase/adding-featured-images-to-month-view/

    3) Events in mounthly calendar are in the same order every day. Is it possible to mix?

    We do not have a method to do this, but you can maybe follow our themer’s guide to see about adding it:

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

    Let me know if you have any follow up questions.

    Thanks

    in reply to: Exporting From Timely Calendar #940201
    Brian
    Member

    Hi,

    Thanks for the interest in moving over your events to The Events Calendar.

    We have a CSV importer, not sure of the features of Timely, but if you can export the events into the csv format you could then import them into our calendar.

    If they do not have a direct method to do that I have good luck with using this plugin to export data:

    Import Export Suite for CSV and XML Datafeed

    Let me know if you have any follow up questions.

    Thanks

    in reply to: Event Not Displayed On Main Calendar View #940110
    Brian
    Member

    Hi Doug,

    Sorry for the issues you are having. I can help troubleshoot them with you.

    Looks like there is a css conflict, possibly from your theme that set the padding really large.

    Try this css:

    .builder-module-content .tribe-events-thismonth .hentry {
    padding: 0;
    }

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

    Let me know if that helps.

    Thanks

Viewing 15 posts - 8,131 through 8,145 (of 11,256 total)