Brook

Forum Replies Created

Viewing 15 posts - 3,886 through 3,900 (of 4,796 total)
  • Author
    Posts
  • in reply to: Single Day from Week view listing order #221444
    Brook
    Participant

    By the way, if you have a minute or two, we would love it if you could write a few words about the plugin here. Thanks!

    – Brook

    in reply to: Add featured image thumbnail to calendar view #221441
    Brook
    Participant

    By the way, if you have a minute or two, we would love it if you could write a few words about the plugin here. Thanks!

    – Brook

    Brook
    Participant

    By the way, if you have a minute or two, we would love it if you could write a few words about the plugin here. Thanks!

    – Brook

    in reply to: Repeating Event Chaos #221391
    Brook
    Participant

    Thanks for keeping us posted lgoodwin.

    One thing I want to make sure I was clear about, I was stating that you would need a backup from before you updated the plugin. If you made such a backup a few days ago or whenever you updated, awesome definitely ask your server administrator to restore it. But, if you do not have such a backup, that is when you might be “up the creek without a paddle”.

    I hope not though. Let us know what happens. Thank you!

    – Brook

    Brook
    Participant

    Howdy veruska,

    Based on your description that is not normal at all. It is not a bug I have seen before, unless i misunderstood you. Can you perhaps link to the page that you are seeing this on?

    It would seem very likely that you have a theme or plugin conflict. Would you mind running through our Events Calendar theme/plugin conflict troubleshooting guide? What is the result?

    Please let me know. Thanks!

    – Brook

    in reply to: Dequeue ECP scripts #221218
    Brook
    Participant

    Howdy martyspellerberg,

    Those are a bit of a pain to find. I was able to find each of them by searching the plugins directory for “getMinFile”, which is the function we use to find the minified versions of our scripts. Here are your requests:

    1. /the-events-calendar/vendor/jquery-resize/jquery.ba-resize.min.js
    2. /the-events-calendar/resources/tribe-events.min.js
    3. /the-events-calendar/vendor/jquery-placeholder/jquery.placeholder.min.js
    4. /the-events-calendar/vendor/bootstrap-datepicker/js/bootstrap-datepicker.js
    5. /the-events-calendar/resources/tribe-events-bar.min.js
    6. /the-events-calendar/resources/tribe-events-ajax-list.min.js
    7. /events-calendar-pro/resources/tribe-events-ajax-maps.min.js
    8. /events-calendar-pro/resources/tribe-events-pro.min.js

    Their corresponding handles:

    1. ‘tribe-events-jquery-resize’
    2. ‘tribe-events-calendar-script’
    3. ‘jquery-placeholder’, or if the WooCommerce plugin is active  ‘tribe-placeholder’
    4. ‘tribe-events-bootstrap-datepicker’
    5. ‘tribe-events-bar’
    6. ‘tribe-events-list’
    7. ‘tribe-events-pro-geoloc’
    8. ‘tribe-events-pro’

    We ought to put together a list of script and style handles for users like you. I will bring it up to the team.

    Did that work for you? It is possible that I misspelled one of these or grabbed the wrong handle. If so you can double check the code by performing that search, or post back and wait for me to respond. Thanks for posting! If the issue is now resolved, would you mind marking the topic as such? Cheers!

    – Brook

    in reply to: Single Day from Week view listing order #221184
    Brook
    Participant

    You are very welcome Daniella. Please let us know if you ever need anything else. Thank you for posting!

    – Brook

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

    Awesome! Let us know if you ever need anything else. Thanks!

    – Brook

    in reply to: Remove Recurring Event Info From Events List Widget #221177
    Brook
    Participant

    Howdy rebeccagill,

    Just to double check, have you read through the themer’s guide linked above? Theme overrides are a bit different than adding a function to functions.php.

    That snippet I posted works great for me. Here is the exact code for my [theme-name]/tribe-events/pro/widgets/list-widget.php. When I run that theme override, it hides the link and tooltip, and any mention of “Recurring Event”. However, the recurring events themselves continues to show up in the List Widget they just do not state they are recurring.

    – Brook

    in reply to: Script output in head of front-end #221167
    Brook
    Participant

    Sweeeeet! I linked this topic to our bug tracker. If everything goes according to plan we will keep you posted on this, and notify you once a fix is forthcoming. Ta!

    – Brook

    in reply to: Add featured image thumbnail to calendar view #221161
    Brook
    Participant

    Excellent digitalmoxie! Glad you got this nailed down. Happy developing!

    – Brook

    in reply to: 1,000s of 404 errors caused #221149
    Brook
    Participant

    Good question! Go to one of those pages, basically they are pages where there are no results. So if you go to a month that has no events for instance, or a Day or a Week.

    Now, view the source of your page. Generally near the top of the page source you will see the <meta> tags. If it worked one of them will be:<meta name="robot" content="noindex,follow" />

    Or very similar to that. If you see a similar one, please post it here so I can examine it and explain it to you. If it worked, would you mind marking this topic resolved? Thanks! 

    – Brook

    in reply to: memory and speed #221034
    Brook
    Participant

    Howdy 7iber,

    We have worked very hard to make our plugin as performant as possible, while still implementing the huge array of options our users want. Virtually every release we take a scrutinizing look at performance and see if there is anything more we can do.

    It sounds like you might simply require a more powerful server. Or, often times web hosts will allow you to increase the memory limit on your current server. Here are some helpful links regarding this:

    Keep in mind that WordPress is a powerful application, and our Calendar only adds to that power. Often times the cheapest hosts out there simply will not accommodate these, especially once you start having a lot of posts or events.

    There is one other thing to try, that might help things allow. Try pasting this snippet in your theme’s functions.php file. If your server has a low limit set on joins, then this can sometimes fix that bottle neck.

    Does that all make sense? Please let me know if you have any more questions, or if the above was able to help you resolve the issue. Thank you very much!

    – Brook

    in reply to: Events List Widget – Recurring Event problem #220999
    Brook
    Participant

    Thank you for your feedback everyone. I have brought this matter up to the team, and we want to go ahead and implement an option in an upcoming release that disables this link. Even still, it never hurts to voice you support for this feature request that the OP submitted. That will definitely assist us in prioritizing this feature request.

    Susan, the CSS I posted will work with some themes but not all. You will need to make sure that it is not getting overridden by another more specific rule in your theme. Sadly, this requires a fair bit of CSS knowhow. You should however be able to insert that CSS in any of the CSS files you mentioned. If you need more assistance with this please open a new topic so that your issue gets the attention it deserves, and detail the problem there along with a link to your website. While we do not ordinarily provide anything but generic CSS and rely on you to adapt it to your site, we might be able to make an exception for you 🙂 .

    Instead of simply hiding this link, you can fully remove it from the HTML source as well. This can be accomplished by following this guide.

    Since the original poster’s issue has now been resolved this topic marked for archiving to avoid his inbox getting spammed with others problem. If you need any further assistance please open a new topic. Thanks everyone!

    – Brook

    in reply to: Remove Recurring Event Info From Events List Widget #220985
    Brook
    Participant

    Howdy rebeccagill,

    That is a good question. Like dchaney pointed out there is an easy way to hide the link using CSS mentioned in that thread (thanks dchaney!). If you prefer to truly remove it, then this is possible by following our themer’s guide and creating a theme override.

    The file you want to override is /pro/widgets/list-widget.php. On line #64 replace :

    <?php echo tribe_events_event_schedule_details(); ?>

    With:

    <?php
    $tep = TribeEventsPro::instance();
    $tep->disable_recurring_info_tooltip();
    echo tribe_events_event_schedule_details();
    $tep->enable_recurring_info_tooltip();?>

    Does that make sense to you? Were you succesfully able to hide the modification? Please let me know.

    It is worth noting that we are going to be making the recurring events link an option in an upcoming version of our plugin. This might change the API, which will mean that when you upgrade to that version (now known yet which version) you might need to delete this theme override. So keep an eye on our release notes page. Cheers!

    – Brook

Viewing 15 posts - 3,886 through 3,900 (of 4,796 total)