Cliff

Forum Replies Created

Viewing 15 posts - 5,671 through 5,685 (of 10,686 total)
  • Author
    Posts
  • in reply to: Text wrap on images in list view #1215509
    Cliff
    Member

    Okay, great. Thanks for sharing your solution. Have a great week!

    in reply to: Tag bleu #1215506
    Cliff
    Member

    The text color is already white so if you change the button color to blue, like I provided you the CSS to do, the button’s white text on blue background will look like you’re wanting… and if it’s not exactly how you’re wanting, you may want to ask your developer or reference our documentation and list of known customizers, as we do not provide CSS or theme customizations, per our Scope of Support / Terms.

    Thank you very much for your understanding.

    in reply to: Customise Add Event Page #1215406
    Cliff
    Member

    Okay, thanks for letting me know. Have a great week!

    in reply to: Exporting Attendees Issue #1215404
    Cliff
    Member

    Right. The “View Details” link doesn’t appear in the ticket options/links for Alena because there is no Attendee Meta for that ticket.

    Please do let us know what you find out.

    Here’s a code snippet to implement <noscript>:

    https://gist.github.com/cliffordp/9edebb79954507935ddb8a9b323ae1b5

    FYI: It’s scheduled (no guarantees) to have a fix within the next couple of weeks (I don’t know what it might look like) so this snippet may be unnecessary / duplicative once that comes out.

    in reply to: Blank widgets screen #1215304
    Cliff
    Member

    To be clear, A) you installed and activated the Recurring Event Cleanup Tool but it didn’t display any recurring events, or B) you did NOT try it out?

    If you haven’t tried it out, please do, just in case something might have happened by accident or via a bug.

    Thank you.

    Cliff
    Member

    You bet!

    I hope you have a productive week 🙂

    in reply to: Event Organizer Not Saving #1215301
    Cliff
    Member

    Thanks so much, Mathew.

    in reply to: Access to API documentation #1214617
    Cliff
    Member

    Hi, Ron.

    Thanks for your detailed question.

    I don’t have any Java experience so I’m not exactly sure what you’d consider ideal, but this is what we have…

    I’m not sure which video you’re referring to, and I don’t know of any additional documentation to point you to. I hope this helps in some way though.

    Please let me know if you have any follow-up questions on this topic.

    in reply to: Adding social sharing buttons to single events #1214616
    Cliff
    Member

    Hi, James.

    We do not provide support for integration with third-party themes’ features, but here’s a code snippet that may be helpful if you want to use Jetpack’s sharing feature:

    https://gist.github.com/cliffordp/36162128f190563c782c0e029cb915a4

    Best practice for adding custom code (like to implement a PHP snippet to modify The Events Calendar) is to create a functionality plugin, unless it’s something specific to your theme, in which case best practice is to make sure you’re using a child theme, then add the customization to your child theme’s functions.php file.

    Also, FYI, the code you shared looks incomplete unless it’s going to be used in one of your theme template files (i.e. not complete for using in functions.php).

    If you want to use your theme’s sharing buttons, please contact them for further assistance.

    I hope this information helps!

    in reply to: No Monthly Calendar View #1214611
    Cliff
    Member

    Hi. You posted in our Pre-Sales forum from a user account that doesn’t have any purchases associated with it.

    We don’t answer support questions for The Events Calendar core/free or Event Tickets core/free or their paid add-ons in the Pre-Sales forum.

    If you made your purchase(s) through a different user account, please login to that account and then post in one of the paid forums.

    Thank you for your understanding and thank you for using our plugins.

    ===

    Possibly helpful references:

    in reply to: Pre-Sales Calendar Pro Short Codes #1214610
    Cliff
    Member

    Hi, Mark. Please check out these links for our PRO add-on‘s widgets and shortcodes.

    PRO also enables a “Near” search, which can be helpful but is not perfect because it depends on how the user inputs data.

    And our Filter Bar add-on allows filtering by preset fields, such as State and City.

    Feel free to try out our demo site: http://wpshindig.com/

    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.

    I hope this info helps. Let me know if you have any follow-up questions.

    in reply to: Calendar Feed for Golf Club #1214609
    Cliff
    Member

    Hi, Pete.

    Yes, this is possible.

    Please see the export buttons at the bottom right of each of our events archive and single events views on our demo site: http://wpshindig.com/

    You can install the free/core The Events Calendar plugin to get this functionality; no paid upgrade is required.

    You might also benefit from this customization:

    Here’s an installable .zip file (install it at your Plugins screen) that adds two URLs:

    1. example.com/events/?ical=1&tribe_display=recently-published
    2. example.com/events/?ical=1&tribe_display=year

    The first is useful when folks are trying to use the iCal importer to pull events from one website to another. It will contain any recently published or modified events. Note: It is subject to the postsperpage setting in WP-Admin > Events > Settings.

    The second exports this year’s events (from January through December).

    If preferable, there’s a code snippet to share just the events one year out from today. Let me know if this plugin works for you or if you want the code for exporting one year from today.

    If you do want to buy one of our add-ons, we have a pretty great Refund Policy so you can buy one or many of our add-ons and thoroughly test them.

    I hope this info helps. Let me know if you have any follow-up questions.

    in reply to: Customise Add Event Page #1214608
    Cliff
    Member

    Hi, Justin.

    I appreciate your detailed question and the desire to customize Community Events for your use. However, we cannot provide such in-depth customization help, per our Scope of Support / Terms.

    Thank you very much for your understanding.

    If you need some coding help, you may want to ask your developer or reference our documentation and list of known customizers.

    However, I can try to point you in the right direction…

    You can accomplish most of these via our Themer’s Guide for the files here: /wp-content/plugins/the-events-calendar-community-events/src/views/community/modules and in the directory above that (such as the edit-event.php file)

    I’ll hit a few highlights that may not be part of the Themer’s Guide…

    #1 – I believe the only way to accomplish that is to disable the TinyMCE / WYSIWYG editor by unchecking the box at wp-admin > Events > Settings > Community tab > “Use visual editor for event descriptions” option

    #6 – Simply add custom CSS to get the coloring/styling you want.

    For some of the other ones, you could likely hide such text via CSS as well.

    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.

    Please let me know how it goes for you.

    in reply to: Ticket numbers not decreasing #1214606
    Cliff
    Member

    Hi. Thanks for your detailed question.

    Your issue sounds like this internally-logged bug report:

    If you have tickets that are not Free, and you try buying them with PayPal Standard (the out-of-the-box version of PayPal payment gateway included with WooCommerce), then the ticket stock is not reduced.

    I’ll mark this ticket as Pending Fix, which means this thread should receive a reply once the applicable fix has been released. I cannot guarantee when it will be fixed as it’s in the development team’s hands now. They need to assign it, code it, test it, and schedule it for release. I see it’s currently assigned to be released soon (weeks, not days).

    Unfortunately, I do not have a temporary code snippet to solve this issue for you while you await a future release that includes this fix.

    I apologize for this issue and appreciate your understanding and patience.

    in reply to: Event title missing on first listing of Events page #1214604
    Cliff
    Member

    This reply is private.

Viewing 15 posts - 5,671 through 5,685 (of 10,686 total)