Forum Replies Created
-
AuthorPosts
-
Barry
MemberClosing this thread as it’s been quite a while – of course if we can help with anything else please do create a new thread. Thanks!
April 21, 2014 at 7:29 am in reply to: Remove/hide organizer email from public display and spam bots #138249Barry
MemberClosing this thread as it’s been quite a while – of course if we can help with anything else please do create a new thread. Thanks!
Barry
MemberClosing this thread as it’s been quite a while – of course if we can help with anything else please do create a new thread. Thanks!
Barry
MemberClosing this thread as it’s been quite a while – of course if we can help with anything else please do create a new thread. Thanks!
Barry
MemberClosing this thread as it’s been quite a while – of course if we can help with anything else please do create a new thread. Thanks!
Barry
MemberClosing this thread as it’s been quite a while – of course if we can help with anything else please do create a new thread. Thanks!
Barry
MemberClosing this thread as it’s been quite a while – of course if we can help with anything else please do create a new thread. Thanks!
April 21, 2014 at 7:23 am in reply to: Sidebar on Events Pages & Community Submission Page Not Showing #138224Barry
MemberClosing this thread as it’s been quite a while – of course if we can help with anything else please do create a new thread. Thanks!
Barry
Member(Closing this thread as it’s been quite a while – if we can help with anything else please do create a new thread. Thanks!)
Barry
Member(Closing this thread as it’s been quite a while – if we can help with anything else please do create a new thread. Thanks!)
Barry
MemberUnfortunately I am unable to replicate this locally and I’m not sure what the missing link here that would allow me to do so.
All we can really say then is that they appear to have compatibility issues in some but not all circumstances. I appreciate from your perspective that doesn’t get you any further forward – but perhaps you could approach the team behind Series Engine and see if they can replicate and troubleshoot this?
April 18, 2014 at 12:41 pm in reply to: Possible wrong ID in /views/community/modules/website.php #136648Barry
MemberI do believe you’re right – looks like a bug to me. We’ll get this logged and issue a fix as soon as we can. Thanks for reporting!
If you need a temporary workaround you can set up a template override (details of the process in our Themer’s Guide) and change the ID attribute from within there.
Thanks again and sorry for the inconvenience 🙂
Barry
MemberI’m sorry you’re facing difficulties – this is a known bug and we’re actively working on a solution: I’ve added this thread to our internal issue tracker and we’ll do our best to post an update once it’s been resolved.
Is it possible to just turn off the AJAX stuff?
I’m afraid there’s no setting to turn this off and stripping out pieces of Javascript to forcibly do this can result in unexpected consequences. We’re sorry for the inconvenience – but we’ll try to get this in order as quickly as we can.
Barry
MemberHi!
They aren’t actually intended to take you to the event information or day view, rather they cause the events to be listed below the calendar grid. In your case something seems to be going wrong, though, because that’s not happening either.
Would you be able to try turning off all other plugins and switching to a default, unmodified theme – check if it works correctly then – and, if it appropriate, start reactivating everything one item at a time, checking at each stage to see if the problem has returned?
Let me know how you get on!
Barry
MemberHi!
One approach is as outlined here. You might take a more universal approach to the problem though, something like this:
add_filter( 'gettext', 'replace_events_keyword_everywhere' ); function replace_events_keyword_everywhere( $text ) { $text = str_replace( 'events', 'new keyword', $text ); return str_replace( 'Events', 'New Keyword', $text ); }You could also take a more fine grained approach by setting up lots of individual filters or, if you really wanted to, by actually “translating” the plugin (but only changing the use of the Events keyword).
The above should give you a basic, working solution though – simply drop it into your theme’s functions.php file.
I hope that helps!
-
AuthorPosts
