Forum Replies Created
-
AuthorPosts
-
Josh
ParticipantHey Gary,
I’m glad you were able to get the plugins up and working! I also apologize for my initial confusion around the blank screen issue here.
For the other issue, were you able to get this one resolved? I clicked around the site but wasn’t able to see the redirect you were describing.
Thanks!
July 1, 2016 at 7:26 pm in reply to: Events List View – Description needs expanding in Avada #1134702Josh
ParticipantHey Kieran,
Thanks for reaching out to us!
Our views here rely on the default excerpt functions available with WordPress. It’s possible that there could be custom code within the theme (or child theme) to shorten the excerpt length using the “excerpt_length” filter. Also, if you have any plugins that modify or extend the excerpt it could be a conflict at play there. If so, you can try deactivating to see if that helps here.
Let me know if this helps.
Thanks!
Josh
ParticipantThis reply is private.
Josh
ParticipantHey Shawn,
No problem, I’m glad you were able to find the issue here.
I’ll go ahead and close this thread for now. If you have any further questions, please don’t hesitate to open a new one.
Thanks!
Josh
ParticipantThis reply is private.
Josh
ParticipantHey Barnabas,
Thanks for reaching out to us!
Sure! This is definitely possible. The current iCal feed will essentially pull the month view so it will always be the current month. However, you can add the following snippet to your theme’s functions.php file (or a plugin to make it easily accessible by all sites within your multisite network) https://theeventscalendar.com/support/forums/topic/ical-export-entire-calendar/#post-1088880.
Then, for your iCal Import onto the main site, the feed would pull from “/?ical=1&year-feed” URL to get the full 12 months.
Let me know if this helps.
Thanks!
Josh
ParticipantThis reply is private.
Josh
ParticipantHey Dan,
Thanks for following up here. I’ve done some further testing myself and followed up with the developer assigned to this issue.
Thanks!
Josh
ParticipantThis reply is private.
June 29, 2016 at 7:07 pm in reply to: Search Message "No results Found for XXX" needs to be changed #1133774Josh
ParticipantHey James,
Thanks for reaching out to us!
I took a look through our files and it appears that you can update these messages by extending the Template Factory class and using modified notices there. Check out the following example, you can add that to your theme’s functions.php file and update the messages there to be whatever you would like.
https://gist.github.com/BeardedGinger/ae7ac58500aed31651e660445f4517de
Let me know if this helps.
Thanks!
Josh
ParticipantHey Mario,
You can download the default Twenty Sixteen theme and activate that on the site temporarily while having all the other plugins deactivated to see if this addresses the image issues with the events.
As a test here as well, does deactivating all of our plugins cause the slider and other non events sections of your site to work as expected?
Finally, would you mind sharing your system information as a private reply here so we can get a little more information about this particular environment?
Thanks!
June 29, 2016 at 11:33 am in reply to: Admin page for Adding/Editing events no longer shows all fields #1133640Josh
ParticipantHey,
No problem. Happy to help!
I’ll go ahead and close this thread for now. If you have any further questions, please don’t hesitate to open a new one.
Thanks!
Josh
ParticipantHey Gary,
Does seem odd.
Does the issue persist on the sandbox site with the latest version of Events Calendar Pro installed?
Also, does the issue persist if you deactivate Events Calendar and Events Calendar Pro deactivated and Event Tickets and Event Tickets Plus activated?
Seeing the error information here for the white screen will definitely help here as well. Let me know what gets reported there.
Thanks!
Josh
ParticipantHey Alex,
Thanks for following up here.
There would be a way to access the hooks within your WordPress dashboard. These hooks are intended to be used in a code context to add additional code in particular locations.
To utilize this particular hook, you would add the following code (updated with the custom code you’d like to add) to your theme’s functions.php file
add_action( 'tribe_events_single_event_after_the_meta', 'tribe_events_after_content_ad' ); function tribe_events_after_content_ad() { ?> //add your ad code here <?php }Let me know if this helps.
Thanks!
Josh
ParticipantHey Michael,
Thanks for testing those and following up here.
We do support WPML compatibility with Events Calendar and Events Calendar Pro so any issues here would be things we would work to get worked out. As a help here, would you mind sharing your System Information in a private reply here?
Thanks!
-
AuthorPosts
