Courtney

Forum Replies Created

Viewing 15 posts - 2,101 through 2,115 (of 5,607 total)
  • Author
    Posts
  • in reply to: website crashes due to TEC #1428132
    Courtney
    Member

    Thanks Pau. Let us know if you need further help.

    Thanks
    Courtney 🙂

    in reply to: Calendar month view links to ticket manager #1428131
    Courtney
    Member

    Hi Kelly

    It would require the user to go to the single event page first and then on to the 3rd party ticket sales page.

    Is there anything else I can help you with?

    Thanks
    Courtney 🙂

    in reply to: WordPress Update occures new Colours in the Calender #1428130
    Courtney
    Member

    Let’s try this Nina:

    .tribe-grid-body .tribe-events-week-hourly-single {
       border: none !important;
    }
    

    Thanks
    Courtney 🙂

    in reply to: I can not enter ANY NEW events! URGENT! #1427993
    Courtney
    Member

    Hi Jennifer

    The errors could be caused by a number of things. It would be good to start by disabling all plugins and go to a default theme such as Twenty Seventeen https://wordpress.org/themes/twentyseventeen/. Check if the errors display at that time.

    Then turn each plugin on one at a time to see if the errors appear. Finally revert back to your theme and check again.

    Please let me know how it goes.

    Thanks
    Courtney 🙂

    in reply to: Two Calendars/One Site #1427986
    Courtney
    Member

    I see John

    In that case, I’d recommend you use shortcodes for both. You can filter each down to show just the categories you want. You are able to show multiple categories on each shortcode.

    It isn’t ideal, but it will get you working. You can then omit the main events calendar link from menus and instead go to a page you’ve created with the shortcode it contains.

    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.

    You can suggest it it http://tribe.uservoice.com.

    Is there anything else I can help you with?

    Thanks
    Courtney 🙂

    in reply to: Altering Layouts #1427971
    Courtney
    Member

    Hi Syahmi

    It’s hard to be sure without having your theme handy, but you could try to replace

     
     if ( is_singular( 'post' ) ) {
            $class = 'full-width';
        }
    

    With:

     if ( function_exists( 'tribe_is_event_query' ) && tribe_is_event_query() ) {
            $class = 'full-width';
        }
    

    Let us know how this goes.

    Thanks
    Courtney 🙂

    in reply to: work with zapier, ifttt, buffer ? #1427965
    Courtney
    Member

    Hey there Andrei

    Are you wanting to automatically publish links from your site to Facebook? If so, I’d suggest looking for an RSS tool to do that. I’ve used https://blog.hootsuite.com/hoottip-how-to-set-up-your-rss-feed-in-hootsuite/ in the past to auto-publish links from sites to Facebook. Your event RSS feed would look like https://wpshindig.com/events/feed/ (our demo site).

    We also have Event Aggregator which would import Facebook events as event posts on your site.

    We do not have a way to auto-generate events on Facebook.

    Does that clarify things?

    Thanks
    Courtney 🙂

    in reply to: Underline Links in TECPro #1427961
    Courtney
    Member

    Great news Lance! Happy to help. I hope you get your child theme working soon.

    Thanks
    Courtney 🙂

    in reply to: Month view using shortcode doesn’t display properly #1427959
    Courtney
    Member

    Hi Storm

    Your theme is setting a padding there in the .hentry class. Modifying this would negatively impact other things on your site while resolving the issue inside the calendar.

    You could try to add the following code to your child theme, or in Appearance » Customize » Additional CSS

    table .type-tribe_events {
      padding: 6px !important;
    }
    

    Let me know if this works for you.

    Thanks
    Courtney 🙂

    in reply to: Aggregator and Filter Bar #1427941
    Courtney
    Member

    Hi Christina

    There is a register link at the bottom of the Community Add page. Just select that.

    To get a pro-rated quote, please send an email to support [at] theeventscalendar [.] com.

    Is there anything else I can help you with?

    Thanks
    Courtney 🙂

    in reply to: mailchimp #1427768
    Courtney
    Member

    Hi Andrei

    We don’t have a direct integration with Mailchimp. However, you might find some ways to integrate using either Zapier or Mailchimp itself.

    https://theeventscalendar.com/automating-event-promotion-zapier/

    or https://kb.mailchimp.com/campaigns/blog-posts-in-campaigns/share-your-blog-posts-with-mailchimp

    https://wpshindig.com/events/feed/ is an example of RSS just from the calendar. Your site would be similar to that.

    Is there anything else I can help you with?

    Thanks
    Courtney 🙂

    in reply to: Moved Site to live site name license does not work #1427760
    Courtney
    Member

    Hi Lisa

    Can you walk through the steps on Moving Your License Key. I believe the issue is mostly that you need to disconnect your website from My Account » Licenses on our site. Then, depending upon how you changed your domain, you might need to delete the license from the new site and then add it back.

    Let me know if that helps.

    Thanks
    Courtney 🙂

    in reply to: CSS Photo View #1427748
    Courtney
    Member

    Hi Giuseppe

    The Photo View uses jQuery Isotope to output the items in a Pinterest-type grid but not in a rigid row-column type grid.

    If you’d like to see the sorting script improved, feel free to suggest it as an enhancement at our plugins’ UserVoice page.

    This allows others who are interested in that feature to easily voice their support. We frequently review suggestions there to find out which ones are popular, then we implement as many of them as we can.

    If you’re wanting Photo View’s sorting or grid/layout customized for your site, I’d guess any customization would need to be done via JavaScript, not CSS. If you need some coding help, you may want to ask your developer or reference our list of known customizers.

    Thanks
    Courtney 🙂

    in reply to: Does the event aggregator auto import eventbrite events? #1427723
    Courtney
    Member

    While our Eventbrite Tickets plugin does not support the automatic import of Eventbrite events at this time, you can easily import events one at a time from your Eventbrite account after linking, and events that are created and published to your WordPress site can be automatically synced to Eventbrite using our plugin. We’re also exploring future options for interacting with Eventbrite through our Event Aggregator tool:

    https://tribe.uservoice.com/forums/195723-feature-ideas/suggestions/16858270-import-events-from-eventbrite-api

    Feel free to vote on this feature request, as we tend to implement features based on popularity, so your feedback is greatly appreciated!

    Please let me know if you have any other questions!

    Thanks
    Courtney 🙂

    Courtney
    Member

    Hi Raymond

    Unfortunately, Filter Bar only works on your default events page.

    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.

    You can suggest it it https://tribe.uservoice.com/forums/195723-feature-ideas/suggestions/6138297-filter-bar-as-a-widget.

    Could you test either Calendar View Shortcodes or Widget Shortcodes in Events » Settings » Display » After HTML.

    Let me know how this goes.

    Is there anything else I can help you with?

    Thanks
    Courtney 🙂

Viewing 15 posts - 2,101 through 2,115 (of 5,607 total)