Forum Replies Created
-
AuthorPosts
-
January 4, 2017 at 10:11 pm in reply to: How can i set some color in widget calendar month pro #1213623
Cliff
MemberDiego, I’m going to need to Close this thread because I’ve made it clear that I cannot provide you with the CSS assistance you’re asking for.
I can say that !important is almost never the recommended solution and that you should not make edits to our plugin files.
You can add custom CSS code via your child theme’s style.css file or via a third-party plugin (not guaranteed or supported by us), like:
- SiteOrigin CSS (helps you visually build CSS selectors via its Inspector and Visual Editor, if that’ll help you)
- Simple Custom CSS
- Jetpack (supports regular CSS and the LESS and Sass pre-processors)
If you’re not a CSS expert, Jetpack’s Custom Design reference may prove helpful.
Cliff
MemberThis reply is private.
Cliff
MemberIt sounds like you should install the free The Events Calendar, the free Event Tickets, and purchase Event Tickets Plus.
Please refer to my prior comment on December 23 for further details and let me know if you have any follow-up questions.
Cliff
MemberI’m unsure if this is the right thing, but you might want to play with the WP_Query inside the get_tickets_ids method at Line 1879 of /wp-content/plugins/event-tickets-plus/src/Tribe/Commerce/WooCommerce/Main.php — maybe add an order or orderby argument
However, I thought they were ordered according to the order they’re displayed in wp-admin… Are yours not?
FYI: I believe there’s an existing feature request for editing the order the tickets appear in — that the front-end display order would be editable in wp-admin.
Please let me know how things go for you.
Cliff
MemberAh, I see you have WordPress installed in your “blog” subdirectory so you probably wouldn’t be able to change Permalinks like I requested. Sorry about that.
I visited your homepage and I’d suggest setting up WordPress in the root of your domain instead of in the “blog” subdirectory and then use a static front page and a blog page.
If this causes things to work for you, then we may need to investigate further if this is reproducible (while WP is installed in a subdirectory).
Let me know how it goes for you.
January 3, 2017 at 9:21 pm in reply to: Can TheEventsCalendar import events from an RSS (or other) feed? #1213001Cliff
MemberHi, Dave.
Thanks for your interest in our plugin suite.
The Events Calendar is free and includes the ability to import via CSV files.
We have a paid add-on service to import from other formats–such as iCal files, Google Calendar, Facebook Events, and more–called Event Aggregator (EA), but we do not have a way to import from RSS feeds.
EA can do a one-time import or a recurring import, like you’re asking.
Please let me know if you have any follow-up questions on this topic.
Cliff
MemberIf you’ve logged in to https://theeventscalendar.com/my-account/ but show nothing at https://theeventscalendar.com/license-keys/ then you’ve never had a license with us.
Yes, ET+ (paid add-on for ET) works with WooCommerce.
Let me know if there’s anything more I can do for you.
Cliff
MemberThis reply is private.
January 3, 2017 at 12:19 pm in reply to: Where's my calendar? (not) Right here (continued). #1212765Cliff
MemberHi. Sorry for your experiences here.
I show this user profile is brand new and therefore I don’t see any prior forum threads to refer to as far as shutting down conversations. Threads here do get Closed automatically after a couple weeks of inactivity or if the customer states the issue is Resolved.
Also, I do not know of any time we adjusted existing settings via plugin updates unless possibly if a feature was sunset and replaced by some other feature. However, sometimes this can appear to be the case if our plugins have a conflict with your theme or other plugins.
Please do elaborate on any specific issues I can assist you with so The Events Calendar is up and running on your site.
Cliff
MemberGreat. Thanks for letting me know.
Cliff
MemberThanks for specifying that you’re wanting to change the text here.
Not being able to change that text via the gettext filter is currently a known issue that we have on our to-do list.
Here’s a code snippet to edit that text:
https://gist.github.com/cliffordp/aaace2e7dfe4b8a5fbf2dc5429999021
Please let me know if you have any follow-up questions on this topic.
January 3, 2017 at 9:57 am in reply to: Problem with drop-down lists of venues and organisers for a marketplace #1212722Cliff
MemberSure thing. Please do let us know how it goes.
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
Memberwpv_tribe_events shortcode is not from any of our plugins.
These are our plugin’s widgets and shortcodes.
Cliff
MemberI’m glad you had a break and that things are working for you!
🙂
Cliff
MemberHappy New Year, Mathew.
Thanks for all that detailed information. I really appreciate all your effort on this issue.
I reviewed the thread you linked to and noticed this Private Reply that may be relevant (and that you wouldn’t have been able to see). If you don’t think it’s relevant, just disregard.
I’ve heard of other users reporting this or something similar but, as you tried too, we haven’t been able to replicate it either.
Searching through the core plugin’s current code base, I didn’t find any suspicious code, which makes sense if it can’t replicate the issue in the current version.
Referring to the current version, the _EventOrganinzerID and _EventVenueID meta keys do not exist for the Event’s postmeta if an Organizer or Venue is not assigned so having a post ID of zero isn’t the expected value. I know this isn’t new information to you, but I thought I’d share in case it helps in some way.
If you do find some way that we can replicate the issue, we’ll definitely try to help in any way we can.
One idea might be to find all Events with an Organizer or Venue ID as zero and delete those meta keys.
-
AuthorPosts
