Forum Replies Created
-
AuthorPosts
-
Andras
KeymasterHey Chris,
Thanks for getting back to me on that! I’m happy the string issue got solved!
As for the error logs, could you send me a chunk of that to see what are the full warning / error messages now after the update?
Thanks and cheers,
AndrasAndras
KeymasterHey Faris,
Thanks for getting back to me on this.
I checked and and the code it doesn’t seem to be implemented on any of the two pages.
On the first one, the widgets are affected by this code, which seems to be in your styles.css file:
.widget {
background: #fff none repeat scroll 0 0;
border: 1px solid #ddd;
box-shadow: 0 0 4px #ddd;
margin-bottom: 1.5em;
overflow-wrap: break-word;
padding: 1.5em;
}
Please check again.The code I sent in my previous reply does not affect the widgets in any way. Please try again and let me know the results.
Cheers,
AndrasOctober 17, 2016 at 2:39 am in reply to: Link to get list of events of specific category in shortcode-view #1177601Andras
KeymasterHello Timon,
I talked to the dev team and yes, it is on our to-do list. However at this time I cannot confirm and date or release when it is going to come. We hope that it is going to be still this year.
Thanks for hanging in there!
Let me know if there’s anything else I can help you with.
Cheers,
AndrasPS: Matthew, thanks for chiming in and pointing that one out! Indeed it looks like that needs a quick edit. π Thanks again!
Andras
KeymasterHi Jerry Lee,
A setting for that doesn’t exist. Fortunately a snippet does. π
Paste this in your child theme’s functions.php file and see the magic happen. π
https://gist.github.com/cliffordp/66bf05df61ee269c60ff20d6f39e2cab#file-functions-php
Let me know if that solves it for you.
Cheers,
AndrasOctober 17, 2016 at 2:27 am in reply to: Event time not importing correctly for iCal import (Events Aggregator) #1177594Andras
KeymasterDo you know if that feed is an outlook365 feed? Or what is the origin?
Thanks!
Andras
October 17, 2016 at 2:25 am in reply to: Event time not importing correctly for iCal import (Events Aggregator) #1177593Andras
KeymasterHello controlyours, hope you had a great weekend!
This is the right place for posting questions and bugs, no worries about that. Usually people have a question in their post and since I didn’t see one in yours I got a bit confused. :blush:
I checked that thread again, and actually not only for the Science Olympiad, but for all events the start time is being changed to the end time. I’ll file a bug ticket for this and hopefully we can resolve it fast. I’ll be in touch if we need any more info.
I think the same will happen for the duplication, though we released a hotfix for TEC (4.3.0.1), please update and check if the duplication issue still exists, and let me know. Thanks!
Cheers,
AndrasOctober 17, 2016 at 2:08 am in reply to: The Events Calendar Filterbar – Override the "flattened_term_list" function #1177590Andras
KeymasterThis reply is private.
Andras
KeymasterHello again Faris,
Thanks for reaching out! Let me help you with this as well:
Unfortunately I cannot see that page as it is password protected. Though I might be able to help without that.
create eventbrite tickets
To my knowledge this is not possible to do from the add community event page. Only from the admin. Can you please clarify where you want to disable this and maybe send a screenshot?
select the βSAYPβ category
First you will need to look up the id of the category you want to hide. You can do this via going to Events > Event Categories and open it for editing. Then in the address bar of your browser you will something like this:
wp-admin/term.php?taxonomy=tribe_events_cat&tag_ID=9&post_type=tribe_events
The number after tag_ID is the one you need.
Then add this to your child theme’s style.css file, replacing the ID with the appropriate one:
#tribe_events_cat-9 {
display: none;
}
select us as the organizer
Please give me some time for this. I’ll try to cook something up for you.
Let me know if the rest works out.
Cheers,
AndrasAndras
KeymasterHi aehhub,
Thanks for using our plugins and welcome to the forums! I’m sorry you are having an issue, let me help you with this one.
So far I haven’t been able to reproduce this issue. Could you please run a test for conflicting plugins / theme? This can help us narrow down if some incompatible plugin or the theme might be causing the issue. Here’s a handy guide on how to do this:
Let me know the result, I’ll be waiting.
Cheers,
AndrasAndras
KeymasterHi Chris,
Thanks for reaching out! I’m sorry you are experiencing this issue. Let me try to help you out here.
I just visited you site, even added a ticket to the cart and kept browsing but I didn’t experience the issue. I didn’t see the extra string added to the url.
Do you still have this issue? Does the extra string appear both when you are logged in and when you are just browsing as a visitor?
On which page does it start appearing?
I’ll be here waiting for your answer.
Cheers,
AndrasAndras
KeymasterHey Rodrigo,
I’m happy to hear that got solved!
I am going to close this ticket, but if you need anything else related to this topic or another please post a new topic in the forum and we will help you out.
Good luck with your project!
Cheers,
AndrasPS: If you like our plugin, 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/view/plugin-reviews/the-events-calendarAndras
KeymasterHello Faris,
Thanks for reaching out! I can help you with this.
Copy the following snippet in to your child theme’s style.css file:
.blog .container .type-tribe_events {
background: #fff none repeat scroll 0 0;
border: 1px solid #ddd;
box-shadow: 0 0 4px #ddd;
margin: 0 0 1.5em;
padding: 0.8em 1.5em 1.5em;
}
This should do the trick. Let me know how that works out.Cheers,
AndrasAndras
KeymasterHey Judy
Thanks for going Pro and welcome to the forums! Let me help you with your issue.
Maybe I’m looking at the wrong place, but I don’t see any calendar on that page. Could you please send a screenshot with the example?
Also, is the event not showing a recurring event? If yes, then do you have Events > Settings > General tab > Recurring event instances switched on?
In your system information I also see that your Event Tickets Plus plugin is a bit out of date. Please update that as well to version 4.3, like the rest is.
Thanks and cheers,
AndrasOctober 14, 2016 at 8:17 am in reply to: "Units remaining" stuck at 0; can't change number of tickets on event page #1176560Andras
KeymasterHello again Scott,
Well, it is me again. π
I’m sorry you are having an issue with the ticket stocks. Now let’s look at this.
Do I understand correctly that when you create an event and add a ticket with a stock, then it already shows Sold 0 (units remaining 0)? (This all without global stock.)
So far I have not been able to replicate that. Does this happen with newly created events as well?
Could you share with me the exact steps you take, so I can try to reproduce? This would be important, so we can determine whether we are facing a bug or a localized issue.
Thanks and cheers,
AndrasOctober 14, 2016 at 7:23 am in reply to: Link to get list of events of specific category in shortcode-view #1176534Andras
KeymasterHey Timon,
Thanks for using our plugins and welcome to the forums!
At the moment category filtering with the new shortcodes is not supported.
What you can do is have a link to the regular calendar views with category filtering. That would look something like this:
http://yourdomain.com/events/category/sports/
http://yourdomain.com/events/category/sports/listΒ Β <- for list view, etc.
Does this help? Let me know.
Cheers,
Andras -
AuthorPosts
