Forum Replies Created
-
AuthorPosts
-
Andras
KeymasterHello Rich,
Please note that customizations like this are beyond the scope of support that we can provide.
I quickly checked your code, but not sure what could be the issue.
Isn’t there a connection missing when you say:
if ( ! empty( $args['featured'] ) ) { $event_args['meta_key'] = '_tribe_featured'; $event_args['meta_value'] = 1; }Andras
Andras
KeymasterCool. 🙂
I still don’t have anything from my side.
Let me know if you have any news.
Andras
Andras
KeymasterHello ent20,
Thanks for reaching out to us with your questions! I’d be happy to help you with them.
I have checked the community event submission url and though it didn’t redirect me anywhere it does ask me to log in first.
You say:
…I specified in the settings under ‘redirect url’…
Our plugins don’t have a redirect url feature, so I’m not quite sure where you set this up.
Simply when you do not allow anonymous submissions, then the “/events/community/add” page will show you a login form. Once logged in, or if you allow anonymous submissions, it will show you the event submission forms.
I hope this helps. Let me know if you have any more questions.
Cheers,
AndrasAndras
KeymasterHallo Johannes,
Thanks for going Pro and welcome to the forums!
I have checked your site and compared it to my test site.
The mini-calendar widget is showing up, but the events are not showing as a bullet/dot on the given date.
As it seems, the specific theme you are using doesn’t have the dots in the Events Calendar widget, that is why you don’t see them. How this is implemented and whether it is visible or not depends on the used theme, not on our plugin.
Also the link to the event post is not working.
I’m not sure what you mean by this. I clicked on different events in the list of the widget and opened the event pages without issue. Could you specify where exactly the issue is?
Cheers,
AndrasAndras
KeymasterHello Barbara,
Thanks for using our plugins and welcome to the forums!
I’m sorry you are experiencing a performance issue which might be connected to our plugins. The issue in the other thread likely has to do (at least partially) with the complex filtering with our Filter Bar plugin. Are you using the same?
Thanks for sharing the details of your hosting, that is very helpful. Could you please also share your system information with me?
And while I know that on a live site it is almost always impossible to run a test for conflicts, would it be possible for you to set up a test site (a copy of the current one) and run a test following our conflict testing guide?
Thanks and cheers,
AndrasAndras
KeymasterHello Guys,
Some news, a colleague came up with a solution, you can read about it here:
Please check and let me know how that works out for you.
Cheers,
AndrasAndras
KeymasterThis reply is private.
Andras
KeymasterHello Michael,
Thanks for using our plugins and for your continued support!
I’m really sorry you are having an issue with Event Aggregator! We had similar reports in the past and those bugs have been addressed. I see you are using the latest versions of our plugins, so it’s quite curious why you are experiencing this. I’ll try to get to the bottom of this to help you solve the issue.
Can you please send me a screenshot of your Event Aggregator System Status? You can find it at the bottom of the Events > Help page and should look like this.
Are you experiencing the same with newly set up scheduled events as well?
Do you use any plugins that could modify your cron or did you disable the default WordPress cron?
Thanks for answering these and I’m looking forward to helping you solve this.
Cheers,
AndrasAndras
KeymasterJust checking: isn’t that because of the extra code I shared with you earlier?
A.
Andras
KeymasterHello Jo-Ann,
You got that perfectly, that is how I imagined it. Awesome job.
I just included the functions so you know / see what they do.
You can find further functions on our website under https://theeventscalendar.com/functions/
We have also discovered a small glitch in the code I provided you earlier. Here is the corrected one:
https://gist.github.com/andrasguseo/620e8deee5d11d3bf2e294813daaf733
Basically you need to wrap the foreach cycle in an if statement to check if the day has an event or not. Without this the code you inserted will be also visible on the “other” days of a multi-day event.
For your second question to show only on multi-day event you can use the tribe_event_is_multiday() function to check if it is multi-day event. Hope this helps. ;o) (I can give you the final code if you want, but then I would rob you of the “Heck yeah!!!” sense of achievement.)
This will be an awesome customization!
Let me know when it’s done, I would love to see it working!
Cheers,
AndrasAndras
KeymasterHi Penny,
I’m so happy to hear you managed to work it out! Awesome job!
Since this is marked resolved I am going to close this ticket, but if you need anything else related to this topic or another please post a new one in the forum and we will be happy to help you out.
Good luck with your project!
Cheers,
AndrasPS: If you like our plugins, and you didn’t yet do so 🙂 we would be happy to receive a review in the wordpress.org repository. Thanks!
https://wordpress.org/support/plugin/the-events-calendar/reviews/
https://wordpress.org/support/plugin/event-tickets/reviews/PS2: We’d be also grateful if you would give us feedback on your satisfaction with support. Just click on one of the classy looking emojis below. 🙂 If you can spare a few words, that’s even better. Doublethanks!
Andras
KeymasterHi Rich,
Thanks for sharing that! I see that you are using a custom theme, which we are limited in supporting, but I will try to give you some pointers on where the issue could be.
Did you manage to go through our conflict testing guide? Can you reproduce the issue with a default theme like twentyseventeen?
How are you inserting the event onto that page? Is it via a shortcode or a custom call?
Andras
July 18, 2017 at 8:30 am in reply to: Changing Breadcrumb type Event links from …/eventsdefault to calendar page #1322676Andras
KeymasterHi Michael,
Meanwhile I also had discussions if there is another solution, without a plugin.
Try pasting this snippet into your functions.php file and see if it does the trick.
https://gist.github.com/andrasguseo/91c86e787b8fc09514e1c52bb7323b2a
It should adjust all links that would point to the main calendar page. Of course, change the URL so it fits your needs.
Does this do the trick?
A.
Andras
KeymasterHi Patricia,
Sorry to hear that didn’t help.
I’m not quite sure what could cause this. I will try to check if anyone in the team has an idea about this. This might take some time though. The challenge is that the 2 plugins you mentioned above might be coded differently vs. the WordPress guidelines, for which we might not be able to provide compatibility.
In the meantime I would recommend you to get in touch with the other plugins’ developers’ to see if they have seen a similar issue / conflict with other plugins and either have a solution or can point in a direction where we could look.
Thanks and cheers,
AndrasAndras
KeymasterHey Lance,
I checked the site. The link is there and is hidden by this code in event-mod.css:
.single-tribe_events .tribe-events-back { display: none; }So you can get it back either with removing that piece of code from the event-mod.css file OR if there is a setting in Enfold than with that.
Or the last option would be adding this to your style.css file:
.single-tribe_events .tribe-events-back { display: block; }Hope this helps.
Cheers,
Andras -
AuthorPosts
