Brian

Forum Replies Created

Viewing 15 posts - 10,126 through 10,140 (of 11,256 total)
  • Author
    Posts
  • Brian
    Member

    After asking around I am going to put in a feature ticket in our system to take a look at adding this into the plugin.

    I cannot say when or even if it will be added, but we will take a closer look at doing it.

    So I will include this ticket with that one and we will update you on this ticket here when we might have something.

    Thanks for bringing this to our attention and let me know if you have anymore information to add before I close this ticket for now.

    Thanks

    in reply to: Room bookings? #844525
    Brian
    Member

    Hi Tim,

    Thanks for the interest in Events Calendar Pro. I am afraid that Pro or any of our ticking plugins do not have a booking system. It is a feature we are looking to add in our long term roadmap, but nothing solid is in place about it. AS much as we would like your business we are noting going to be able to help you on that feature.

    Let me know if you have any followup questions.

    Thanks

    in reply to: Not all Public Events are imported. #844501
    Brian
    Member

    Hi,

    Sorry for the issues you are having with the Facebook event import.

    I can help troubleshoot this with you, but it looks like it is an event that the Facebook API is not allowed to import.

    Not all events are able to be imported and anything with an Age or Country Restriction cannot be imported.

    Not sure how the Page that created the event is setup, but it looks like they have an Age or Country Restriction in their settings.

    Are you able to contact the Page Owner and see if they do have any restrictions?

    There is no workaround with that I am afraid as it is built into the Facebook API.

    Does that answer your question?

    in reply to: Change "Event Title" on community form #844373
    Brian
    Member

    I am glad to see you were able to find the answer

    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!

    in reply to: Avada recent post #844369
    Brian
    Member

    Great that that helps. We are working to add some of the shortcodes from that plugin into our next release as well.

    As for the css, it is hard to say without really digging into the coding how to get it to work right. I would recommend using a Developer tools like Firebug or built in developer tools in a browser to see how the css is interacting to get it right. Looks like it might take some trial and error to get it as you would like.

    I am going to go ahead and close this ticket, but if you need any other on something else please post a new ticket.

    Thanks!

    in reply to: Filtering Events by Categories? #844367
    Brian
    Member

    Great, glad it helps.

    Out of interest, if I created a custom taxonomy for tribe events, would it be possible to filter by them, instead of the standard tribe events categories?

    I believe it might be possible, but cannot say for sure exactly how to go about that. It could end up being quite the project and we could try to answer questions about it, but for the most part customization such as that are beyond the support we can provide.

    Since the original question is answered I am going to go ahead and close this ticket, but if you need any other on something else please post a new ticket.

    Thanks!

    in reply to: View More in Widget #844312
    Brian
    Member

    So it looks like you are Filtering by a category and that is the reason why it goes to that calender and not the main one.

    You can either remove the category from the widget or can modify the widget to put the link you would like. (this will modify all list widgets)

    To modify the widget please follow our themer’s guide:

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

    to edit this file in your theme:

    \events-calendar-pro\views\pro\widgets\list-widget.php

    Look at the bottom of the file and edit the link with the View More text.

    Let me know if you have any questions.

    Thanks

    in reply to: Display events in RSS feed ordered by date posted #844287
    Brian
    Member

    Ok I see what you are trying to do.

    I tried to duplicate what you said about the pubdate, but in my feed, Feedly ignored it and the order was the publish order even though the pudate was the eventdate.

    So not sure why it is different for you.

    Anyway if you add this to remove the filter the Events Calendar in your theme’s function.php it should work:

    https://gist.github.com/jesseeproductions/121e4434b8ed6e23e889

    You may have to modify it with some more conditionals you can find those here:

    https://gist.github.com/jo-snips/2415009

    Thanks

    in reply to: Avada recent post #843938
    Brian
    Member

    Hi,

    Thanks for using our plugins. I can try to help out a little, but there is not much we can do to support this.

    To make it work you would have to find a filter or hook to include the custom post type, that would have to be provided by Avada:

    tribe_events

    Also, I see you have this in the shortcode:

    cat_slug=”tribe_events”

    I am afraid that is for post categories and not for the custom post type.

    The Events Calendar uses its own custom taxonomy:

    tribe_events_cat

    Again that maybe able to be added to the shortcode, but would have to be provide on Avada’s side.

    Event Rocket
    You could try the Event Rocket:

    Event Rocket

    It does have shortcodes to display lists of events and our widgets.

    It is an unofficial plugin, but updated by some of our developers.

    That maybe a better option then modifying the shortcode from Avada.

    Let me know if you have any follow up questions.

    Thanks

    in reply to: Filtering Events by Categories? #843909
    Brian
    Member

    Hello hypedev,

    I can help you out with this, see if changing the query to this works:

    'tribe_events_cat' => 'biochemical-engineering_',

    And then remove the ‘tax_query’ array.

    Let me know if that helps.

    Thanks

    Also, I understand the username and password are just to see the site and not admin access, but in the future it maybe better to include that in a private reply as the forum is public. I have removed the access information from both your posts.

    Brian
    Member

    Hi,

    Thanks for using our plugins, I can help point you in the right direction for this customization.

    I think the first option is the easiest to do, but see my answers below:

    1. Remove the Add to Cart button from Event pages (I’m using a plugin to add html and css to individual pages to, which can remove the Add to Cart button), but it doesn’t apply to Event posts (only posts and pages apparently).

    It is possible to remove, if you follow our themer’s guide:

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

    You could modify this file once moved to your theme to remove the Add to Cart Button or change the box as you would like, including removing all the coding and using your custom coding instead:

    \wootickets\views\wootickets\tickets.php

    2. Make the Add to Cart button on Events pages go to the Product page for the Event (created with your Tickets for WooCommerce plugin) instead of the Cart.

    This maybe able to be done with some javascript, but beyond the support we can provide on the forum to create that coding.

    Let me know if that works for you.

    Thanks

    in reply to: List view event images blurry and pixelated #843856
    Brian
    Member

    Oh right sorry I was thinking of something else.

    To make a change here you will have to follow our Themer’s Guide:

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

    Then you will want to move this file to your theme:

    \the-events-calendar\views\list\single-event.php

    On that file look for this function:

    <!-- Event Image -->
    <?php echo tribe_event_featured_image( null, 'medium' ) ?>

    And make sure it is set with medium as it looks like right now it is set to thumbnail.

    That should fix the issue.

    Let me know how that works out.

    Thanks

    in reply to: View More in Widget #843844
    Brian
    Member

    Hi,

    Thanks for using our plugins. I can help you with this.

    Can you please advise me on how to change this so that the link takes you to the full calendar?

    Right now when I click on the View More link it takes me here:

    http://www.standrews.net/calendar/category/upcoming-events/

    Is that not correct? It is the calendar view I am seeing.

    Let me know and we can work something out.

    Thanks

    in reply to: Display events in RSS feed ordered by date posted #843837
    Brian
    Member

    Hello,

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

    I loaded the coding on my test site and it appears to be working for me.

    So lets see what is different about your site.

    I visited the feed here: (changed the url on purpose)

    http://www.yoursite.org/feed/

    And it looked to be ordered by publication date.

    The first event is “Test news again”

    Is that not what you are seeing?

    Let me know and we can go from there.

    Thanks

    in reply to: Widget Help #843762
    Brian
    Member

    Ok sounds good.

    The best tip I can give is to head to your Events Calender Pro New User Primer:

    https://theeventscalendar.com/support/documentation/events-calendar-pro-new-user-primer/

    It goes through all the features of the plugin.

    As for the Mini Calendar, I forgot we do have a tutorial on just using it as a list view here: (you maybe already used it)

    https://theeventscalendar.com/remove-calendar-grid-from-calendar-widget/

    However, again it does not show next month’s events in the list.

    I tried to see if we had any css to change the styling for you on the List Widget, but could not find any 🙁

    Let me know if you have any other questions.

    Thanks

Viewing 15 posts - 10,126 through 10,140 (of 11,256 total)