Brian

Forum Replies Created

Viewing 15 posts - 10,741 through 10,755 (of 11,256 total)
  • Author
    Posts
  • in reply to: The Events Calendar plugin conflict with blog’s sticky posts #762338
    Brian
    Member

    The Sticky Post works in the WordPress standard theme’s and your theme is doing something different to show those posts and without seeing that coding there is not much we can do.

    We try to make out plugin compatible with most themes by following WordPress standards, but if there is a theme conflict we can try to help, but ultimately per our terms and conditions we are not going to be able to compatible with every theme.

    The theme developer may have a better idea on the coding creating the posts and if they have a way to change it.

    I am not sure what else we can do, but we will try to answer your questions and help out as much as we can, but as it stands we do not have enough information about the theme to troubleshoot.

    in reply to: Remove mini calendar, leave the event feed #762298
    Brian
    Member

    Great, glad it helps, 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: Edit single instance of recurring events #762295
    Brian
    Member

    If you edit a single instance it does not become a new event, it is still the same event. If you edit a single instance it breaks it out of the recurring event series and becomes independent of them.

    So if you would edit the recurring event series after doing a single event edit it would not change that event, but it would the rest of the series.

    Does that make sense?

    in reply to: Appearance of Events Widget on frontend #762280
    Brian
    Member

    Hello!
    Event with a year in the timestamp
    When an Event Starts showing for another year it will include the year. See the screenshot below:

    event-lists

    Custom CSS

    where would I change the color of the text output? My widgets have a light blue background and the test of the location of the venue is hard to read since it is coming in also as light blue?

    There are no options with the Events Calendar to change text colors. We provide a base theme and any modifications to get it to work with your site’s theme are typically up to you. We can provide some tips or some css to get you started. In this case you theme built with Canvas is making the link color blue.

    To change it you are going to have to add this css to your theme or using a plugin such as Simple Custom CSS.

    This will change the color to black, you can change the #000000 to the hexcode of the color you would like.

    .tribe-events-adv-list-widget .location a {
    color: #000000;
    }

    Let me know if you have any questions.

    Thanks

    *I deleted your other post as it is a duplicate of this one.

    in reply to: Two Questions for Woo Tickets #762260
    Brian
    Member

    Hi Ryan

    Thanks for the interest in WooCommerce Tickets.

    I have answers for your two questions below:

    1. When you create an event do you have to manually create a product as well, or does that happen automatically or is it not needed?

    When you create a ticket in the event it creates the product and sets everything up. You do not have to edit the product at all if you do not want too.

    2. Can you manually add people to the event? For example, someone signs up and pays over the phone.

    You could use WooCommerce Guest Checkout and add peoples information in over the phone for them from the front end of the site.

    Does that answer your questions?

    in reply to: Double Login #762230
    Brian
    Member

    Hi thanks for the love for the Events Calendar. I am going to try and help you out on this, but not sure how much we can do.

    The login you see on the Community Events Page is a WordPress login so once you are logged in there, you are logged into WordPress and can access the dashboard(unless blocked). That is needed so the plugin can track what events a person creates and I am not sure how your theme will replace that functionality.

    You can try modifying the Community Events Plugin, but I would not recommended it as the changes will be lost on updates and there is not much we can do to help with that customization.

    Another Option
    There is a setting in the Community Events to enable anyone to post an event from the form without logging in. If you did that and then used something in Classipress to wrap around the Community Events Form to check if they are signed in using Classipress login might be the best way to do this.

    You can follow our themer’s guide to move the community template to your theme and modify it there.

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

    Does that help? Let me know and I can answer some more questions too.

    Thanks

    in reply to: Calendar Pro and Comunnity Events #762213
    Brian
    Member

    Hi Pablo thanks for the interested in our plugins for the Events Calender.

    I can answer both of your questions.

    Calendar Pro come the feature of the global map with all events, isn´t it?

    Yes the Pro Add On includes the map view of the plugin.

    The Community Events enables you to have people submit events and those events can appears on that map view as well. Those events created through the community calendar are treated like all other events once published.

    Here is how the map view is going to look:

    http://wpshindig.com/events/map/

    Let me know if that answers your question.

    Thanks!

    in reply to: Time/Date Display problems… #762201
    Brian
    Member

    Hello,

    Sorry for the issues and thanks for providing the link to the site. I checked it out.

    Looks like the theme has some css with the same selector as those two areas causing them to be hidden.

    Adding this to your css or through a plugin such as Simple Custom CSS should fix it.

    .tribe-events-meta-group .updated,
    .tribe-events-event-body .updated {
    display: inline;
    }

    Let me know if that works.

    Thanks

    in reply to: Week and Day View Not working #761724
    Brian
    Member

    Hello,

    Thanks for purchasing the Events Calendar Pro. I can help you resolve this.

    I took a look at your site and it looks to be a 404 Error.

    Can you please follow our 404 Error Guide and see if that helps:

    https://theeventscalendar.com/support/documentation/troubleshooting-404-errors/

    Let me know if that works.

    If not can you try our Testing for Conflicts Guide and see if that enables us to narrow down the problem.

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

    Let me know what you find out.

    Thanks

    in reply to: Remove mini calendar, leave the event feed #761702
    Brian
    Member

    Hello,

    I can help point you in the right direction.

    We have a tutorial created for just this very thing.

    Here is the link:

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

    Let me know if that works for you.

    Thanks

    in reply to: Appearance of Events Widget on frontend #761678
    Brian
    Member

    It is in the Widget Section of WordPress Under Appearances.

    It will look like this. You will have to drag it to the section you would like to show.

    events-widgets

    The Events List is apart of core Events Calendar.

    Does that help?

    in reply to: iCal export of an event not working #761539
    Brian
    Member

    Hello

    Sorry for the ical troubles, I can help troubleshoot this with you and resolve it.

    I went to your site and checked out an events and was able to click on ical and it worked for me.

    Is it working now for you? Maybe it was a caching issue?

    I am using Firefox, what browser are you using that is getting the error?

    Let me know and we can work on taking the next step to fix this.

    Thanks

    in reply to: Appearance of Events Widget on frontend #761530
    Brian
    Member

    Hi Larry,

    Thanks for using the Events Calendar and I can help you out with this.

    Have you tried using the “Events List” Widget instead of the mini calendar.

    That one displays a list of Upcoming Events only.

    Let me know if that works.

    Thanks

    Brian
    Member

    Hello Adelie,

    I noticed you are using Events Community Calendar 3.5.

    It is possible that this issue is fixed in the latest version.

    Two items to look at that do not involve upgrading are resaving your permalinks. With the following steps:

    https://theeventscalendar.com/support/documentation/troubleshooting-404-errors/

    And then looking at your caching plugins if you have one sometimes they can cause this issue.

    Let me know if either of those help.

    Thanks

    in reply to: Can I publicly display a list of attendees? #761495
    Brian
    Member

    Since there is has not been any activity on this thread for over 2 weeks so I am now closing it. Feel free to start a new thread if you have further issues. Thanks! 🙂

Viewing 15 posts - 10,741 through 10,755 (of 11,256 total)