Brian

Forum Replies Created

Viewing 15 posts - 10,336 through 10,350 (of 11,256 total)
  • Author
    Posts
  • in reply to: Events Calendar PRO 3.8.1 #813221
    Brian
    Member

    Hi Michael sorry for the issues you are having. I can help out though.

    That is strange the Events Calendar is not uploading and not showing in the Plugins page.

    It sounds like something is corrupted with the files. Are you able to either go in with ftp or through the cPanel file manager and delete the Event Calender Directory in your Plugins directory?

    typically it would in this directory structure:

    \wp-content\plugins\

    Let me know if you get that deleted and then it works to reload the Events Calendar.

    in reply to: Event Pro Version – Change Front End Text #813207
    Brian
    Member

    I can help out here.

    Have you tried this tutorial:

    https://theeventscalendar.com/support/documentation/changing-the-word-events-to-something-else/

    I think that can be modified to work to change Events to Classes.

    Does that work for you?

    in reply to: fb automatic import workin or not? #813194
    Brian
    Member

    I apologize that coding and my instructions were hard to follow. I am going to remove that coding and related posts as I do not want it followed by other people as it could create more problems then it solves.

    I came up with a new code that echos the cron into the console.

    Can you please add that to your functions.php and then I can see the array myself. Then I can let you know when to remove it.

    http://pastebin.com/qKu8tetg

    Does that work for you?

    Also let me know if any Events have imported with the Cron back on from WordPress.

    Thanks

    Brian
    Member

    On this page:

    Events->Setttings->Display

    What is this setting set to:

    Month view events per day

    Is there a way to filter certain events off of the grid calendar?

    Unfortunately, There is no feature to do that from the admin.

    Let me know and we can go from there.

    Thanks

    Brian
    Member

    eFromDC,

    I can help answer your question. That button is for installations that moved from Pre 3.x.x installs of the Events Calendar and for just merging duplicates.

    So it does work, but not the way you described.

    in reply to: Switching Between Months In Month View Not Working #813160
    Brian
    Member

    Sounds good.

    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: Background color of event is not white, how do I fix #812822
    Brian
    Member

    Hello,

    I can help you out. For the most part theme compatibility issues are up to you, but I have some css below to get you started.

    So you can add this to your theme’s stylesheet or through a plugin like Simple Custom CSS:

    #tribe-events-pg-template {
    background: none repeat scroll 0 0 #fff;
    padding: 20px;
    margin: 0 auto 30px;
    }

    That will add a white background to the Events Pages.

    It may not be exactly how you want it, but if you play around with the padding and margin that should get you there.

    Let me know if that helps out.

    Thanks

    in reply to: Event Categories #812801
    Brian
    Member

    Hi Melle,

    Thanks for the interest in our plugins.

    I can help you out.

    There are a couple different ways we provide to display Events by Category.

    By default all the views (month, list, photo, etc) have Category Pages so in this case the Concert Category and the Meetup Category Events would have these urls to only show events from those categories:

    /events/category/concert/

    /events/category/meetup/

    You are not able though to take those views and embed them on a specific page with a shortcode.

    Widgets
    Both our Mini Calendar and List Widget enable you to filter by category too. It would be up to you though to show those widgets on a specific page.

    Does that answer your questions?

    in reply to: Publishing Events without a new DB entry for each event #812791
    Brian
    Member

    Hi, thanks for the interest in our plugins I can answer your questions.

    Just wondering if it’s possible to publish facebook events (from multiple pages) WITHOUT creating a new post (db entry) for each event.

    I am afraid that is not a feature we have, each one we be created as a new Event Post. I could see that as being possible, but that customization would be up to you and be beyond the support we can give.

    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.

    http://tribe.uservoice.com/

    Thanks

    in reply to: How to only target categories or sub-category pages #812785
    Brian
    Member

    Hello,

    Not sure what you are using as the main event page, but here is a list on conditionals that might help you out:

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

    To not show on a Category page you are going to want to use !is_tax()

    Let me know if you can’t get one of those to work and we can work to help you get to the next step.

    Thanks

    in reply to: Menu Displaying Behind Calendar in Month View #812752
    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.

    By the way, if you have a minute or two, we would love it if you’d write a few words for us here: http://wordpress.org/support/view/plugin-reviews/the-events-calendar?filter=5

    Thanks!

    in reply to: 404 on event detail page #812750
    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.

    By the way, if you have a minute or two, we would love it if you’d write a few words for us here: http://wordpress.org/support/view/plugin-reviews/the-events-calendar?filter=5

    Thanks!

    in reply to: fb automatic import workin or not? #812744
    Brian
    Member

    The Auto Importer is run through this file:

    \the-events-calendar-facebook-importer\the-events-calendar-facebook-importer.php

    About line 1140 is where we call this WordPress Function to schedule with the Cron wp_schedule_event

    Cron Disabled
    It sounds like you have cron disabled in your wp-config.php file, is that correct?

    Can you do a test and re-enable the cron and then see if Events Auto Import?

    There could be some issue with manually triggering the cron, why that would be I do not know yet.

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

    in reply to: Calendar not working for non-logged-in users #812699
    Brian
    Member

    Ok, then whatever is on line 1023 of the functions.php is causing the issue.

    So I would start with fixing or removing that to solve the issue.  That is about all the support we can provide on theme conflicts and troubleshooting them, but if you fix that issue and there is still an issue please come back to us and we can try to work on the next step to resolve this.

    Thanks

    in reply to: Add venue to week view tooltip, week view mobile #812691
    Brian
    Member

    I am afraid I cannot provide any more support on this customization. We have provided all we can in terms of coding and I have to leave it to you to take it from here and troubleshoot the errors.

    As much as I would like to troubleshoot this with you, per our terms of service I cannot do it.

    We have answered your questions in two different topics related to this and got you to the next step each time, but from here you are going to have to take it on your own or find a developer to help troubleshoot this with you.

    Thanks

Viewing 15 posts - 10,336 through 10,350 (of 11,256 total)