Brook

Forum Replies Created

Viewing 15 posts - 3,931 through 3,945 (of 4,796 total)
  • Author
    Posts
  • Brook
    Participant

    Howdy solmedia,

    Thank you for all of the information! This is awesome.

    Typically the single-event slug is ‘event’ and the events slut is ‘events’. You generally do not want them to be the same as this can cause conflicts. Can you try changing the events slug to ‘tribe-test’ for now?

    Have you tried flushing permalinks? This can be accomplished by going to WP Admin > Settings > Permalinks, and clicking save. You might event try changing the structure, and pressing save. Does that affect it at all?

    I notice that your default view is upcoming, yet only Photo and Map views are enabled. Could you try temporarily enabling all views?

    Out of curiosity, when you deactivated all plugins did you also disable MU ones? This problem is very peculiar, and while a bit doubtful an MU plugin being the cause is certainly not outside the realm of possibility.

    Hopefully one of those ideas helps us solve this. Please let me know if you have questions, or if you find the resolution. Thanks!

    – Brook

    Brook
    Participant

    Howdy thyatt,

    To remove those you can either use insert CSS like this into your theme’s CSS file:

    ul.tribe-events-sub-nav { display: none; }

    Or you can follow our themer’s guide to create a theme override, and remove the relevants bits of HTML.

    Does that make sense? Will that work for you? Please let me know. Cheers!

    – Brook

    in reply to: Date format changed again after update. #218111
    Brook
    Participant

    Howdy marcosnoy,

    Our latest update included options for modifying date formats. A good explanation of this change can be found here, under section 4. Simply follow those instructions to change the format around. Now that it is a supported setting instead of an unsupported work around, your date settings should be here to stay. Plus they are now easy to modify!

    Does that make sense? Did that work for you? Please let me know. Cheers!

    – Brook

    in reply to: Bulk Edit Increase Visible #218102
    Brook
    Participant

    Howdy mggillespie,

    I am happy to answer that for you.On every page of the WP Admin area in the upper right you will notice a link to “Screen Options”. This allows you to edit the options for that page. Go to WP Admin > Events, then click Screen Options. You can now edit the amount of events displayed on these pages.

    Does that answer your question? Did my solution work for you? Please let me know. Thanks!

    – Brook

    in reply to: Google Calendar #218096
    Brook
    Participant

    Excellent! Thanks again for taking the time to report it.

    – Brook

    Brook
    Participant

    You are very welcome!

    – Brook

    Brook
    Participant

    Ahh thank you for the extra explanation Robertde. I can now reproduce the problem. I tried simply changing $term’s default to null, and that made it work properly for me. Although, this “fix” has very little testing so far.

    I am reporting this to our devs straight away. They can investigate a proper fix and release it with one of our upcoming maintenance builds. Thank you again for everything involved in reporting this! A member of the Tribe support staff will update this topic once a patch for this has been integrated into our code and is about to be released.

    – Brook

    Brook
    Participant

    Howdy dmuuc,

    I am glad you were able to isolate this! Thanks for confirming.

    A little background information: A lot of WP security plugins restirct access to /wp-admin/. The trouble is that WordPress’ Ajax API routes all requests through /wp-admin/admin-ajax.php. So when a plugin cuts off access to this, it effectively kills one of WordPress’ APIs that a log of plugins like ours use. Because of this, many of those security plugins have options relating to restricting access to /wp-admin/. Frequently unchecking those boxes makes them play nice with other plugins.

    I am going to close this topic out now that it is resolved. Thanks for posting! If you have a minute or two, we would love it if you could write a few words about the plugin here. Happy developing!

    – Brook

    Brook
    Participant

    Howdy rallygoddess,

    That is no good! This might be a symptom of your theme not being 100% compatible with The Events Calendar. Perhaps the heading/image are outside of the traditional loop. To test this, could you try temporarily activating the default Twenty Thirteen theme, and seeing if the issue persists.

    If disabling the theme fixes it: we have narrowed the issue down to a theme conflict. Do you feel comfortable making modifications to your theme? You should try following the WP Theme design guidelines regarding putting your calls to the_title and featured image within the loop. You can even create a second Page Template for this, and select is in WP Admin > Events > Settings > Display “Events Template”.

    If the issue persists in the default Twenty Thirteen theme: then we have a different set of debugging steps. Please keep the Twenty Thirteen theme enabled, and also disable any plugins other than the ones from Modern Tribe to see if that fixes it. If it does, please try reenabling the plugins one at a time until the issue resurfaces. When it does resurface, can you let me know which plugin caused that to happen?

    Please let me know the result, or if you have any questions. Cheers!

    – Brook

    Brook
    Participant

    Howdy robertde,

    I am unable to reproduce this, try as I might. My code is as follows:

    add_action('wp_footer', 'test_func');
    
    function test_func ($wp_query) { echo tribe_get_week_permalink('2014-5-6'); }

    Would you mind providing your code so that I can better reproduce the problem? Also, what page are you attempting this on? That page’s functionality varies based on the current page.

    I hope that we can fix this in the next release as well! Realistically though we are not always able to do that. We have to gauge how many people the bug impacts, and the severity of that impact, then compare that with other bugs/feature requests. Since this bug has so far only affected one person, it might not make it into the next release. I hope you understand that. However, if we are able to isolate it as a bug and reproduce it on our systems it most certainyl will be fixed, I just can not say when right now.

    Thanks for reporting this! Please give me some example code if you do not mind so that I can reproduce it. Also, can you let me know what version of PHP you are running? Thank you!

    – Brook

    Brook
    Participant

    Howdy johnkobe,

    That’s interesting. My biggest suspsect would be that you have a caching plugin installed. Would you mind clearing its cache? If that did not fix it, try clearing the cache again then disabling it.

    Perhaps it is not a caching plugin though. It could be any number of plugins. If the above does not work, could you try temporarily activating the default Twenty Thirteen theme, and seeing if the issue persists.

    If disabling the theme fixes it: we have narrowed the issue down to a theme conflict. Do you have any theme overrides for the Events Calendar? If so could you try disabling them by renaming your [themename]/tribe-events/ folder to ‘tribe-events-bak’. Did that fix it?

    If the issue persists in the default Twenty Thirteen theme: then we have a different set of debugging steps. Please keep the Twenty Thirteen theme enabled, and also disable any plugins other than the ones from Modern Tribe to see if that fixes it. If it does, please try reenabling the plugins one at a time until the issue resurfaces. When it does resurface, can you let me know which plugin caused that to happen?

    Does that all make sense? Were we able to isolate the problem using those steps? Please let me know. Thank you!

    – Brook

    in reply to: Consolidating multiple venues on a 'main' calendar #216711
    Brook
    Participant

    Since this topic has gone a couple of weeks without a response we are archiving it. Please direct any more questions to a new topic. Thanks!

    – Brook

    in reply to: Spacing Problems in "View As" menu #215567
    Brook
    Participant

    You are very welcome Andy! I wish you the best.

    – Brook

    in reply to: Spacing Problems in "View As" menu #215500
    Brook
    Participant

    Howdy andyjohnston,

    It seems like your theme has custom styles specific to our plugin. Likely your theme developer has not yet updated the theme since our latest 3.6 release. You should alert them to this issue so that they can fix it forthwith. We unfortunately can not provide code to integrate with themes beyond general snippets, the theme specific stuff needs to be done by you or the theme developer. But, let the theme developer know. I bet they will be eager to fix since they clearly have gone out of their way to make the theme look nice with our plugin. Cheers!

    – Brook

    in reply to: Wootickets- Pay at Checkin, but secure with CC #215487
    Brook
    Participant

    Since this thread has been inactive for a while we are closing it down. Please direct all questions to a new thread. Thanks!

    – Brook

Viewing 15 posts - 3,931 through 3,945 (of 4,796 total)