Forum Replies Created
-
AuthorPosts
-
January 2, 2017 at 3:02 pm in reply to: All Events link appears at top of List View as of 4.3 #1212366
Cliff
MemberSure thing, and thanks for your understanding.
Feel free to reply back if there’s anything more you want me to look into.
Please note that threads get Closed automatically after a couple weeks of inactivity. If it does get Closed, please open a new thread, adding your current problem description and also linking back to this thread.
Thank you!
Cliff
MemberThanks, Ryan.
Could you please try changing your Home URL and Site URL to remove “/blog” — then re-save Permalinks — and see if that resolves the issue?
December 30, 2016 at 5:16 pm in reply to: Problem with drop-down lists of venues and organisers for a marketplace #1211902Cliff
MemberMy apologies for the confusion. I swear this is the way it used to work (but I didn’t go back looking through past code to verify). Anyway, another person and I both tested and it doesn’t function this way anymore.
I dug through the code and found Tribe__Events__Linked_Posts__Chooser_Meta_Box from /wp-content/plugins/the-events-calendar-community-events/src/views/community/modules/organizer.php is what renders the O/V edit areas in the Community Events form.
Tribe__Events__Linked_Posts__Chooser_Meta_Box is from /wp-content/plugins/the-events-calendar/src/Tribe/Linked_Posts/Chooser_Meta_Box.php
Organizers and Venues (O/V) are “linked posts” to Events, if that helps you understand the naming…
It uses saved_linked_post_dropdown() from /wp-content/plugins/the-events-calendar/src/Tribe/Linked_Posts.php, which is where the magic happens for what you’re wanting — you can see its code here: https://github.com/moderntribe/the-events-calendar/blob/4.3.5/src/Tribe/Linked_Posts.php#L731-L878
It uses edit_others_posts capability, but the code didn’t lend itself to a quick and dirty customization to change how this works. But we created a new extension for you. I tested it and it seems to work as expected:
https://theeventscalendar.com/content/uploads/2016/12/tribe-ext-hide-linked-posts.zip
Please try it out and let me know how it works for you.
Cliff
MemberThis reply is private.
Cliff
MemberHi, Ryan.
Could you please provide a link(s) to see the issue for myself?
If you share an annotated screenshot or video screen capture, it might help communicate what you’re seeing and what exactly the issue is.
Thank you.
Cliff
MemberAwesome. Thanks for letting me know. Same to you! 🙂
December 29, 2016 at 11:01 am in reply to: All Events link appears at top of List View as of 4.3 #1211483Cliff
MemberKarly, I had 2 others test and they couldn’t reproduce the issue either… so I compared my localhost System Information Report with your latest one and I noticed the schema-version and pro-schema-version numbers were older than my own.
I’m not 100% sure what those are for, but I’d suggest deleting all of our plugins from your site and re-installing manually — see if you get schema-version 4.3.5 and pro-schema-version 4.3.4
===
Deleting The Events Calendar or its add-on plugins will NOT delete any of your data if you delete it via the WordPress plugin manager because that’s how we’ve decided to code our plugin.
FYI: deleting <i>any</i> plugin via FTP or cPanel’s File Manager (i.e. deleting just the files from the server) will also ensure a plugin gets deleted (if you delete the entire plugin folder) without removing any data from the database. This can sometimes be helpful to know in cases where a plugin <i>does</i> run an uninstall routine to delete data (again, our plugins do not run such a routine at this time and probably never will).
You can also see the difference when you click to delete a plugin, like this.
Cliff
MemberHi, Sascha.
1) I visited your link and did experience that the Tribe Bar datepicker didn’t work. However, I found it odd that this was true but there weren’t any console errors at your site. (If needed, you may reference our KB article Using Google Chrome Developer Tools.)
2) Regarding the Tribe Bar’s datepicker looking like it’s underneath the other parts of your site — https://cl.ly/3j0K0K2s2L0l — that’s likely a z-index issue, a conflict with your theme’s CSS.
3) I’d suggest switching this setting to see if it fixes it for you: https://cl.ly/2J1x400Q272U
All three of these issues are related to the theme you’re using, which I see is this one: http://demo.goodlayers.com/recibo
If you need some coding help, you may want to ask your developer, theme author, or reference our documentation and list of known customizers.
December 29, 2016 at 10:31 am in reply to: Bulk scanning QR codes should be an option, to avoid errors #1211473Cliff
MemberThanks for sharing this feedback, and I’m sorry to hear that.
I’d guess with near-100% certainty that the people scanning the QR codes aren’t waiting long enough for the scan to complete before scanning the next code.
Personally, I understand that the worker and the attendee don’t want to sit there and wait for the page to load before allowing them to enter — and so speed of check-in that we discussed before is the issue — but “not working” is probably more a UX thing than a bug in the code is all I’m saying.
For the current functionality, I’d stress the importance of waiting for full page load to complete before scanning the next ticket.
Again, thanks for sharing this and your other real-world experiences!
Cliff
MemberThere are 2 ways to totally change the text, either to nothing (what you said you wanted) or to something custom:
1) use the wootickets_email_message filter. This code snippet should do just what you want:
https://gist.github.com/jesseeproductions/6a9e0674d0f2c28def03
2) use the code snippet from the bottom of https://theeventscalendar.com/knowledgebase/change-the-wording-of-any-bit-of-text-or-string/ to use WordPress’ custom translation functionality for this string:
"You'll receive your tickets in another email."===
Either option will require a bit of custom code — I’d recommend Option 1 (sorry I didn’t think of it in my previous reply) — and welcome to WordPress customizing!
Best practice for adding custom code (like to implement a PHP snippet to modify The Events Calendar) is to create a functionality plugin, unless it’s something specific to your theme, in which case best practice is to make sure you’re using a child theme, then add the customization to your child theme’s functions.php file.
I hope this information helps!
Cliff
MemberIsuru,
You’ll need to purchase, install, and activate The Events Calendar PRO add-on in order for the tribe_events shortcode to work.
I visited http://osmium.rocks/clients/ec/ and it looks like you’ve done that by this time.
If you have any follow-up questions, please start a new thread in our Premium Forums, as this thread is in our Pre-Sales Forum.
Thanks! 🙂
Cliff
MemberGotcha. Thanks for clarifying.
There’s obviously something wrong when the Available Widgets appears but the Widget Areas do not.
I’d suggest deleting your debug.log file, then load your Widgets screen only once. Then see what WP_DEBUG messages are in the fresh debug.log file that should get auto-created (as I suspect there will be WP_DEBUG messages). Then do a search-and-replace in the debug.log file to remove all instances of this text:
/home/sites/wfdevelopment.co.uk/public_html/lymelrm/lrm(this step will make it easier to read)
Then work toward resolving all those WP_DEBUG messages, whether that means reporting them to your web developer, your other plugin or theme authors (if the debug messages relate to their product), or even your web host if you think they’ll be able to help.
I hope these detailed instructions help you get to the bottom of this!
Cliff
MemberThis reply is private.
Cliff
MemberThanks for your detailed replies.
If you edit the plugin’s files directly, you’ll lose the customizations each time you perform a plugin update. The proper way to accomplish what you want is to leverage the tribe_related_posts_args filter inside tribe_get_related_posts()
You can get an idea how to accomplish that by referencing the code snippet I shared in my previous reply.
I hope this works for you.
Cliff
MemberHere’s an installable .zip file (install it at your Plugins screen) that adds two URLs:
- example.com/events/?ical=1&tribe_display=recently-published
- example.com/events/?ical=1&tribe_display=year
The first is useful when folks are trying to use the iCal importer to pull events from one website to another. It will contain any recently published or modified events. Note: It is subject to the postsperpage setting in WP-Admin > Events > Settings.
The second exports this year’s events (from January through December).
If preferable, there’s a code snippet to share just the events one year out from today. Let me know if this plugin works for you or if you want the code for exporting one year from today.
-
AuthorPosts
