Brian

Forum Replies Created

Viewing 15 posts - 5,311 through 5,325 (of 11,256 total)
  • Author
    Posts
  • in reply to: Options #972967
    Brian
    Member

    Hello,

    I have answered your questions below:

    If users are registered as semi-admins (not all the privileges of an admin but most) would that work?

    That might work, but you would have to create the role yourself and not much support we can do for it.

    Secondly, apart from tickets, with Community Events, how do users that create an event get paid? This is my biggest problem.

    We do not have any features for this so as the plugins are now they would not. There maybe something in WooCommerce that does this, but nothing we can support.

    Community Events is a front end form to create events and manage them if the user is logged in.

    It looks like to achieve what you are looking for it would take major customization, which we would not be able to help with unfortunately.

    Thanks

    in reply to: Placing Events List Widget on a page or post? #972964
    Brian
    Member

    Great glad it helps.

    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: Events Calendar Pro 3.10 No Day or Map view #972963
    Brian
    Member

    To get the Map view do you have it checked in the settings?

    Go to Events > Settings > Display Tab

    And confirm Map view is checked in this field “Enable event views”

    Second Issue
    And for the slider being hidden that is caused by some css in your theme.

    Try out this:

    .tribe-is-responsive #header {
    float: 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: Placing Events List Widget on a page or post? #972940
    Brian
    Member

    I took a look and you have this css hiding the titles:

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

    This css should fix it for the Event List Widget:

    .page-id-615 .type-tribe_events .entry-title {
    display: block;
    }

    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: Placing Events List Widget on a page or post? #972920
    Brian
    Member

    Hello Again,

    With 3.10 we have our own Event List Shortcode:

    [tribe_events_list]

    And it takes all the settings the widget does and you can read about it here:

    https://theeventscalendar.com/knowledgebase/pro-widget-shortcodes/

    I can support this shortcode if it does not work for you. I am unable to support amr shortcode any widget.

    Let me know if our shortcode works for you. If it is not please first check if you have any custom templates in your theme for the widget as they need to be updated as of 3.10.

    Thanks

    in reply to: Can't get sidebar to appear on Events pages #972916
    Brian
    Member

    Thanks for the link.

    I had success with getting this css to move the sidebar to the right:


    .single-tribe_events #tribe-events-content {
    float:left;
    width:70%;
    overflow:hidden;
    clear: none;
    }

    .single-tribe_events #sidebar {
    float:right;
    width:28%;
    max-width:300px;
    overflow:hidden;
    clear: none;
    }

    @media only screen and (max-width: 600px) {

    .single-tribe_events #tribe-events-content,
    .single-tribe_events #sidebar {
    float:none;
    width:100%;
    margin: 0 auto;
    }

    }

    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: Shortcode for full calendar? #972907
    Brian
    Member

    Hi,

    I can help out here.

    We do not have shortcodes for the main views such as month list, photo, etc.

    These are our current shortcodes:

    https://theeventscalendar.com/knowledgebase/pro-widget-shortcodes/

    As you see the plugin creates its own url and in your case it is /calendar/

    To modify those event templates we have the themer’s guide and it does take a bit of coding to do:

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

    Let me know if you have any follow up questions.

    Thanks

    in reply to: tribe_mini_calendar Shortcode Not Displaying Anything #972905
    Brian
    Member

    Hi,

    Sorry for the issues, but I can help troubleshoot them with you.

    It looks like on the live site you are running 3.9.2

    Can you please update to 3.10 and see if that resolves the issue.

    You can get the latest version of the plugin from your account here.

    Let me know how that works out.

    Thanks

    in reply to: List events by category #972903
    Brian
    Member

    Hi,

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

    We do have a event list shortcode with 3.10 that could do this:

    [tribe_events_list]

    It accepts categories like this:

    [tribe_events_list category=”lettuce”]

    You can read more about it here:

    https://theeventscalendar.com/knowledgebase/pro-widget-shortcodes/

    There is the Event Rocket Plugin an unofficial plugin maintained by some of our developers that has shortcodes in it:

    Event Rocket

    Let me know if you have any follow up questions.

    Thanks

    in reply to: Options #972901
    Brian
    Member

    Hi,

    Thanks for the interest in out plugins. I can help out.

    We do not have a feature to use Community Events to create an event and create tickets for it. So what you are looking for cannot be done with our plugins.

    We are working on adding this as a feature, but I do not have a timeline when that might happen.

    Let me know if you have any follow up questions.

    Thanks

    in reply to: Warning: include(/customers error #972900
    Brian
    Member

    Hi,

    Sorry for the issues.

    It looks like you updated The Events Calendar to 3.10, but still have WooCommerce Tickets at 3.8.

    For the 3.10 update all plugins must be updated to 3.10 to work.

    Let me know if you have any follow up questions.

    Thanks

    in reply to: Events Calendar Pro 3.10 No Day or Map view #972890
    Brian
    Member

    Ok sorry for the issues here.

    Did you reload the site from a backup? I was just able to visit all the Event Views.

    Also, do you have any coding or event templates in your theme for the Events Calendar? That could be the issue when updating to 3.10.

    Let me know and we can take the next step.

    Thanks

    in reply to: Can't get sidebar to appear on Events pages #972888
    Brian
    Member

    Sure I can try to help out some, but I am limited in supporting themes.

    I do not have much experience with Canvas as I usually use Genesis, which has it’s own issues as well.

    For the single events you have the sidebar on it sounds like some css is needed to get the sidebar to appear on the side.

    Do you have a link you can send a in a private reply and I can take a look?

    I am not sure why the sidebar does not appear in the Event Views (month, list, photo, etc). It could be those are archives in WordPress and not pages.

    Let me know about that single event and I can try to help out there first.

    Thanks

    in reply to: The Great Firewall of China slows us down #972883
    Brian
    Member

    Hi,

    I can help out here and have answered your questions below.

    Google Maps
    Google Maps is the only service we provide. You can hide the map view and disable all the maps in the single templates and add your own, but we have no alternate map feature.

    You can do these edits following our themer’s guide:

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

    Social Media
    We do not connect to any social media service from our plugins, besides using the Facebook Importer, which is its own plugin and not included in Pro.

    All social media sharing links would be done by another plugin.

    The gCal and iCal Buttons simply create buttons, but do not call a service on creation. The ical button creates a button to download from your site. The gCal button does connect with Google Calendar on clicked, but that is intended as it would not work otherwise.

    3rd Party Conflicts
    We code our plugin using the best practices from WordPress, although issues can still arise with other plugins and themes. We do not have a list of compatible plugins and we are limited on supporting 3rd party plugins.

    Let me know if you have any follow up questions.

    Thanks

    in reply to: Weekend Day Formatting #972880
    Brian
    Member

    I am glad to see you were able to fix this issue.

    Since the issue is resolved I am going to go ahead and close this ticket. If you have a similar issue or another in the future, please do not hesitate to create a new ticket.

    Thanks!

Viewing 15 posts - 5,311 through 5,325 (of 11,256 total)