Brook

Forum Replies Created

Viewing 15 posts - 1,081 through 1,095 (of 4,796 total)
  • Author
    Posts
  • in reply to: tribe-common #1118586
    Brook
    Participant

    Howdy Reine,

    Thank you for sharing all of those details and troubleshooting steps. That is very helpful.

    what impact does “cannot load tribe-common” have and how can I load it.

    Basically Tribe Common contains much of the necessary functions for our plugins to work together. If it does not load, the plugins won’t work.

    Could we take a step back for a minute? You say you are trying to override the headers on certain views. Which views? Which files are you trying to override? If I know that I might be able to give you more specific instructions than our Themer’s Guide  and I think that might help here. You should not need to mess with the settings or Tribe Common folder to do overrides, so hopefully this will be easier than you’re thinking!

    Cheers!

    – Brook

    in reply to: Same issue #1118583
    Brook
    Participant

    Howdy Keinan,

    Geoff is out for the rest of the week, but I’d be happy to try and pick up where he left off. I might be missing a little backstory here but I’ll do my best to fill in the blanks.

    Are the fields setup in WP-Admin > Events > Settings > Additional Fields ? WordPress has its own thing called “custom fields” while ours are called “Additional Fields”. It’s confusingly similar names so I wanted to double check that you are using Additional Fields.

    Are all of your plugins up to date and on the same version? Right now Pro, Filter Bar, The Events Calendar  and any addons should all be on the 4.1.x versions.

    Thanks for reaching out! Please let me know if you have any questions of your own. Cheers!

    – Brook

    in reply to: Soft 404s #1118474
    Brook
    Participant

    Howdy again,

    Those two URLs are not 404ing for me either but they might have at a certain point in the past. Notice how they both have a page number in them. One of them is page 2 of the upcoming events, the other page 4. As time goes on the amount of upcoming events will fluctuate, at times there may be 5 pages worth, others times only 3. Once you get down to 3 pages the 4th one will no longer exist and generate some variation of 404. I am going to guess they were 404 on February 23rd based on what you’ve copy/pasted, but at the moment they are not.

    Please do let me know if there is anything else. Cheers!

    – Brook

    in reply to: Adding organizer to add new event #1118468
    Brook
    Participant

    Excellent news! Thanks for getting back Roxanne.

    • Brook
    in reply to: Able to view and select other organisers #1118219
    Brook
    Participant

    Howdy Tac,

    After some investigation I have pinned this down. There is actually an apparent bug in our plugin making this more difficult than it should be, one we are looking into further to see if it needs a fix. It’s complicated by the fact that our next release will dramatically change how this works.

    Until then though if you are the adventerous sort a small modification to one of our files will make this doable. Open this file: /the-events-calendar/src/Tribe/Main.php and scroll down to line 1915. You will see:

    $organizers = $this->get_organizer_info(
    null, array(
    'post_status' => 'publish',
    'post__not_in' => $my_organizer_ids,
    )
    );

    If you change that to:

    $organizers = null;

    You will see that only the “My Organizers” list appears for subscribers. For admins and editors you will still see everyones organizers, but for anyone else with lesser privileges they will see only their subscribers.

    Does that sound like what you wanted for now?

    Cheers!

    – Brook

    in reply to: Display countdown to next event using a shortcode #1118190
    Brook
    Participant

    Howdy Charles!

    I would love to help you with this.

    Our existing shortcode is built around the premis that you have given it an ID or a slug. We should definitely make it not require that in the future. Until then though adding your own “next” shortcode that’s entirely separate is pretty easy.

    Paste the following snippet at the top of your theme’s functions.php file. Replace the opening “<?php” with this snippet, as this snippet includes that opening tag.

    https://gist.github.com/elimn/a14a3042ce253a594416cfbe454c652d

    And there you have it, you should have a [tribe_event_countdown_next] shortcode available now.

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

    Cheers!

    – Brook

    Brook
    Participant

    Howdy Michael,

    We have a snippet that does this. It seems to be working just fine but for some users it is generating an error. If you don’t have errors set to show you won’t see the error and you should be fine. In spite of the error though it works!

    https://gist.github.com/elimn/d90f9a4b1900b0fe4d50eca9f5e0921c

    Paste that snippet at the top of your theme’s functions.php file. Replace the opening “<?php” with this snippet, as this snippet includes that opening tag.

    I am still digging in to figure out why there is an error at all. But until then I suggest running this snippet with WP_DEBUG  set to false.

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

    Cheers!

    – Brook

     

    in reply to: Widgets are now gone #1118096
    Brook
    Participant

    Thanks for sharing that Mike!

    I was hoping one of those plugins would stand out as likely causing this issue, but I am not seeing anything unusally suspect. That means we should test each of them, then we can search for a fix. This guide walks you through how to test for a conflict, and then identify what is conflicting. If you follow those steps are you able to temporarily get the widget working? If so, can you narrow it down to something specifically conflicting so I can look for a fix?

    Cheers!

    – Brook

    in reply to: Organizer aka Merchant Dashboard #1118060
    Brook
    Participant

    That is beautiful! Well done. Thanks for sharing the code Matt.

    • Brook
    Brook
    Participant

    Thanks Design One! Cliff and I have been talking about that topic since it started. I am happy you were tracking it.

    If there is anything our dev team can do, while still being fully compatible with the general iCal format, they certainly will. I’ve just added this topic to our tracker for that bug so you will be notified if a patch becomes available.

    I hate to over promise here hence why I am saying “if”.. Was 9:30am (UTC-4) the correct start time in my last post? If not, it is concerning that every application we’ve tried is importing them with the “wrong time”. In the past Microsoft has done some strange things with the iCal format that no other application did, and it was not always possible to support them and all other applications as well. So we were not able to fix those incompatibilities. I really hope this is not one of those times and I kind of doubt it is, but just in case it is I don’t wish to overpromise and then ultimately underdeliver.

    Cheers!

    – Brook

    in reply to: Show one category in photo view on home page #1118042
    Brook
    Participant

    Howdy Becky,

    We were just talking about this. It seems like variations of this are a pretty common request, so the gentleman in charge said we could go a bit outside our Terms Of Service in helping you with more detail here. George of course nailed it on the advice, you probably only need to change that one line he mentioned. But if you do need further help let us know. 🙂

    Cheers!

    – Brook

    in reply to: Able to view and select other organisers #1117260
    Brook
    Participant

    Thank you Tac! I was hoping to have time today but I have run out. I will get back to you Monday.

    Cheers!

    – Brook

    in reply to: Day of the week title tag #1117181
    Brook
    Participant

    Thank John!

    Here is the CSS I would use:

    body .tribe-events-calendar thead tr, body .tribe-events-calendar thead th { display: none; }

    When I do a print preview with that in place the table header is hidden. If you put that inside your print stylesheet it should hide those only on print. If that does not work though, what happens if you put it in your regular stylesheet? Do they disappear as expected?

    Cheers!

    – Brook

    in reply to: Soft 404s #1117177
    Brook
    Participant

    Thank you Lisa!

    I am happy to say none of those pages are indexed by Google. You can see in their source code that they all have:

    <meta name=”robotscontent=”noindex,follow” />

    And if you try searching for them via Google you will notice none of them show up. For instance nearly half of those have the text “No matching events listed under IDPX” in the pages content. This search query on Google should show any page with the text “No matching events listed under IDPX” but as you can see in the two results neither is one of the soft 404 pages. These pages are not indexed by Google.

    I do agree that the soft 404s notification are annoying, and kind of distract you from real errors. But unfortunately what Google chooses to notify you about is outside of our control. We have done our best to ease peoples experience here but there is only so much that can be done without being able to Control Google’s control panel. If you want to give people the ability to search by date, then any date with no results is going to have to return a soft or a hard 404 and either way Google will notify you about it.

    Does that help clarify things. Do you have any more questions? Cheers!

    – Brook

    in reply to: user's calendar #1117172
    Brook
    Participant

    Howdy Virgil,

    That is soon going to be possible. Checkout this blog post about our upcoming features in v4.2. Does the RSVP management page sound like what you’re looking for?

    Cheers!

    – Brook

Viewing 15 posts - 1,081 through 1,095 (of 4,796 total)