Forum Replies Created
-
AuthorPosts
-
Cliff
MemberHani, I don’t see any errors in your file naming, but you don’t seem to have .mo files.
And are you using any translation plugins? If yes, please deactivate it while testing to see if this is working.
Thank you.
April 13, 2016 at 9:58 pm in reply to: I want to display event calendar (Calendar View) in BuddyPress Profile #1102293Cliff
MemberHi Kishore. Thanks for your question.
https://shop.opentuteplus.com/product/the-buddypress-events-calendar-community-events/ is the only item I’m familiar with (haven’t tested it, 3rd party, not guaranteed by us), but I’m not sure if it’s exactly what you’re looking for.
Please provide more details of what you’re needing if something you’re wanting isn’t available via their plugin.
Thanks.
Cliff
MemberHi Emily.
Please reference our CSV Importer help article.
I believe that help article isn’t up-to-date with one of the recent versions of The Events Calendar adding support for the Featured Image as an importable field via CSV Importer, but it would require the image to be already uploaded to your site and the CSV Importer’s Featured Image field takes an ID of the media attachment.
Please reference that article and let me know if you think I can be of further assistance.
Thanks!
Cliff
MemberHi Holly. Thanks for your question.
I’ve never heard of the Front End Only Users plugin before, but I’d suggest checking with them to see if there’s a way for their plugin to protect the Events Archive “page”.
Please let me know if I can be of further assistance.
April 13, 2016 at 9:48 pm in reply to: how can I remove this sentence: how can I remove this sentence: #1102287Cliff
MemberHi Patrick. Thanks for your question.
Please reference the answer at https://theeventscalendar.com/support/forums/topic/remove-the-public-attendee-list-entirely/#post-1098684 and that should do it for you.
Let me know if I can help more!
Cliff
MemberHi sdep.
Thanks for testing with Twenty Fifteen.
We don’t provide support for non-default WordPress themes, per our Scope of Support / Terms, but I’d suggest enabling WP_DEBUG and sharing any PHP errors you see while navigating your site’s home page, events page, single-event pages, and any other of your site’s pages relevant to this ticket.
Once you share your WP_DEBUG findings, we may be able to get an idea of any plugin or theme conflicts.
Please enable WP_DEBUG on your site. You’ll need to edit to your site’s wp-config.php file and change this line of code:
define('WP_DEBUG', false);to this:define('WP_DEBUG', true);
(or add this line of code if you can’t find mention of ‘WP_DEBUG’ in your wp-config.php file)If any errors do appear while navigating your site’s pages, please copy and paste them in their entirety into a new ticket reply — along with the URL of where you saw the error(s) — and make sure you set it as a Private reply.
Let us know what you find. 🙂
Cliff
MemberHi Angela.
Thanks for your detailed question.
I’d suggest using the free version of Event Tickets if everyone who does owe money pays in person. You’d just be using RSVPs.
If you want people to be able to pay online in advance, then you’d want to upgrade to Event Tickets Plus.
Another great reason to upgrade to ET+ is to have all the Attendee Information features.
Please review this information and let me know if I can be of further assistance.
Last but not least, we have a pretty great Refund Policy so you can buy one or many of our add-ons and thoroughly test them.
Cliff
MemberHi Brian.
Please reference our Import events from Google Calendar article for our iCal Importer plugin.
FYI: we have a pretty great Refund Policy so you can buy one or many of our add-ons and thoroughly test them.
Let me know if you have any follow-up questions.
Cliff
MemberGlad to hear that. Thanks for the quick update!
Cliff
MemberVivianne, here’s a video I recorded demonstrating that a comma entered into the Event Cost field in wp-admin does get displayed on the front-end — no special code required: http://cl.ly/1Z2D2h2z3q1p
Please review and let me know if things are different for you.
Thanks.
Cliff
MemberPer our Scope of Support / Terms, we don’t guarantee that our stuff will work with all the other plugins and themes out there.
That being said, we know ACF is a very popular plugin and I don’t know of any known conflicts at this time.
So, to be clear, if ACF is deactivated, our plugins work just fine, correct?
If yes… if only ACF and none of its add-ons are active, does everything work?
If yes… can you determine which ACF add-on might be causing the issue?
Or, with ACF and all its add-ons active, do you have some custom ACF code that, if removed, makes everything work again?
Cliff
MemberLove to hear that!
Glad I could be such a help to you.
Until next time… 🙂
Cliff
MemberIt’s never great to use !important
I think the reason the CSS you’re trying wasn’t taking effect is because
#wrapperis used in several CSS rules… so to get more CSS specificity, you have to use #wrapper in your rule too — in addition to the actual selector you’re using.For example:
body.page-id-6222 #wrapper .tribe-this-week-widget-wrapper .tribe-events-page-title { font-size: 3em; } body.page-id-6222 #wrapper .tribe-this-week-events-widget .tribe-this-week-widget-horizontal a { font-size: 1.1em; color: #fff; }I would ordinarily not need #wrapper but that CSS wouldn’t work on your site without it.
Hopefully that CSS will help you get you the results you’re wanting — or at least help you get it there yourself.
Please let me know how it goes for you.
Cliff
MemberI would refer you to https://codex.wordpress.org/Installing_WordPress_in_Your_Language
Are you using the correct country/language code in the mo/po file name — to match the language chosen in your WordPress Settings?
Cliff
MemberSure thing!
Please reference https://theeventscalendar.com/knowledgebase/themers-guide/#tickets
-
AuthorPosts
