Jeremy

Forum Replies Created

Viewing 15 posts - 856 through 870 (of 985 total)
  • Author
    Posts
  • in reply to: Creating a Link to /all-View page #1520058
    Jeremy
    Keymaster

    Hi Joern,

    Thanks for reaching out to us! I’d be happy to help you 🙂

    How did you create your list of events, and how do you display theme? If you want to customize the templates files from The Events Calendar, be sure you read our Themer’s Guide first.

    In your case, you might want to override the single-event.php file from the List view.
    <p dir=”ltr”>Here’s how that could be done done:

    1. Copy /wp-content/plugins/the-events-calendar/src/views/list/single-event.php to /your-theme/tribe-events/list/single-event.php (replace /your-theme with the actual folder name of your theme, of course)
    2. Edit /your-theme/tribe-events/list/single-event.php and add the following code underneath the Event Title:
      <a class="tribe-event-url" href="<?php echo esc_url( tribe_get_event_link() ); ?>all" title="<?php the_title_attribute() ?>" rel="bookmark">
      <?php the_title() ?>
      </a>
    3. Save, and you’re done!

    Please do let me know if that helps or if you have further questions.

    Cheers,
    Jeremy

    in reply to: CSS no longer works with update #1520032
    Jeremy
    Keymaster

    Hi Robert,

    Thanks for reaching out to us! I would be happy to help you.

    In order to do so, I would need more information. Where was your added CSS saved? Was it in a child theme? If not, did you update your theme as well?

    Also, could you share with me your System Information so I will have a better understanding of your installation?

    Thanks in advance 🙂

    Cheers,
    Jeremy

    in reply to: Disable event clicks in week view #1520028
    Jeremy
    Keymaster

    Hi Andrew,

    Yes, you could disable the click for the list view as well. In order to do so, you could add, in Additional CSS, below the previous snippet:

    .tribe-events-list .tribe-events-list-event-title a {
      pointer-events: none;
    }
    

    In case you want to get rid of the “Find out more” button, you could add the following code:

    .tribe-events-list .tribe-events-read-more {
      pointer-events: none;
    }
    

    I hope this helps,

    Cheers,
    Jeremy

    in reply to: Ad +Google Calendar and +iCal to monthly calendar #1519861
    Jeremy
    Keymaster

    Hi,

    I visited your website but didn’t come across that message saying the calendar does not contain any appointments. Could you tell me exactly how to reproduce this error?

    Regarding your second question, we can provide you a snippet that changes the “iCal Export” buttons to be webcal:// links, which suggests to calendar applications that they should subscribe instead of downloading the .ics file. Would that suit your needs?

    Here’s the snippet (to paste in your functions.php file): https://gist.github.com/cliffordp/be034504a2c530495b7d58e704352069

    I hope this helps,

    Cheers,
    Jeremy

    in reply to: Error after completing latest ECP plugin update #1519851
    Jeremy
    Keymaster

    Hi Kat,

    I’m glad you eventually managed to update all your plugins, including ECP!

    Sometimes plugin updates behave in a weird way, and it’s very important to have a good back up system in place like you have with BackUpBuddy, in case something goes wrong.

    I’m closing this thread then, but feel free to start a new one if you come across more difficulties!

    Cheers,
    Jeremy

    in reply to: CSV auto mapping #1519845
    Jeremy
    Keymaster

    Hi Rupert,

    It’s probable that your WordPress still has in “memory” the previous import, remembering which columns should be imported and which ones shouldn’t.

    Once you do an import from a CSV with the correct columns like the file I shared with you, you will notice that, from next imports on, the mapping will be automatic.

    Feel free to ask if you have any further questions or concerns 😉

    Cheers,
    Jeremy

    in reply to: Is it possible to hide past events in month view? #1519841
    Jeremy
    Keymaster

    Hi,

    I’m glad the second trick worked, but it’s not ideal indeed if the rollover still has an effect.

    Well, maybe you could try this instead (still in Additional CSS):

    .events-archive.events-gridview #tribe-events-content table.tribe-events-calendar td.tribe-events-past .type-tribe_events {
        display: none;
    }
    

    Please do let me know if that solved your issue.

    Cheers,
    Jeremy

    in reply to: Create event through from on frontend #1519141
    Jeremy
    Keymaster

    Hi Ruven,

    Thank you for your interest in our product!

    Yes, it is definitely possible to let visitors of your website submit events via a frontend form, even if there are not logged in 😉

    In order to do that, you would need our plugin Community Events. The process would be the same as the one you described, with events being held as a draft for moderation before an administrator would publish them.

    I hope this answers your question,

    Cheers,
    Jeremy

    Jeremy
    Keymaster

    Hi Kelvin,

    Thanks for reaching out to us! I would be happy to help you.

    In order to understand better the situation, could you share your information system with me please?

    There might be a conflict somewhere — could you switch to a default theme such as TwentySeventeen, to see if you can switch month that way? If the problem doesn’t come from your theme, then it might be related to a plugin. I would recommend you then to do some testing for conflicts.

    Cheers,
    Jeremy

    in reply to: Nothing is working #1519116
    Jeremy
    Keymaster

    Hi,

    Thanks for reaching out to us! I would be happy to help you 🙂

    The events which were meant to be displayed on your website, were they imported from Facebook? If so, your problem is a known issue: Facebook recently announced some significant changes, including wide-ranging changes to its APIs (the protocols through which applications like Event Aggregator can speak to Facebook).

    You can refer to this page for more updates on this situation.

    In case your problem is not related to Facebook, I would need more information about the bug you encounter (where the events were imported from, etc) and about your website (you could share your system information).

    Cheers,
    Jeremy

     

    in reply to: Event Aggregator Stopped Importing :( #1518900
    Jeremy
    Keymaster

    Hi Yougos,

    About the first question (Is there a way to export Facebook events on meetup?), I’m not quite sure as we do not have any control over Facebook or Meetup exports, so you would need to check it with them.

    Also, you want to know if you could use the import from Meetup while using Facebook events. I’m not sure I understood properly but you can definitely import from Meetup with Event Aggregator.

    Finally, regarding other solutions such as IFFT, Facebook has pretty much limited their API, so importing with other tools is probably equally challenging. We don’t really know about other tools, so you would need to check yourself.

    I hope this helps,

    Cheers,
    Jeremy

    in reply to: License key does not work #1518895
    Jeremy
    Keymaster

    Hi,

    I can confirm your licence is valid. This might be a cache problem then. Coud you try to install and activate a transient manager plugin, such as this one?

    I hope this will solve the issue.

    Best,
    Jeremy

    in reply to: Action Links on event list page don't work #1518892
    Jeremy
    Keymaster

    Hi Jennifer,

    Thank you for having providing me those extra information, which help me understand the situation better.

    I could identify the error which blocks the Previous/Next buttons from working:

    TypeError: a(...).tribe_spin is not a function
    tribe-events-ajax-list.min.js:1:1373
    

    This is happening because you probably have multiple versions of jQuery running in your website: WordPress is loading its own version of jQuery, while your theme is loading another one.

    In order to solve this, try to add this snippet in your functions.php file:

    function my_scripts() { // Creates the my_scripts function
        wp_deregister_script('jquery'); // Deregisters the built-in version of jQuery
        wp_register_script('jquery', 'http' . get_template_directory_uri() . '/YOUR-JS-PATH.js', false, null, true); // Registers your javascript file
        wp_enqueue_script('jquery'); // Activates the jQuery script
    }
    add_action('wp_enqueue_scripts', 'my_scripts'); // Tells WordPress to run the my_scripts function
    

    Please do let me know if that helps.

    Cheers,
    Jeremy

    in reply to: CSV auto mapping #1518882
    Jeremy
    Keymaster

    Hi Rupert,

    Could you show me a screenshot when you see “Do not import”? Also, could you share with me the CSV file you are trying to import? (you can set your reply as “Private”).

    Thanks in advance,
    Jeremy

    in reply to: Is it possible to hide past events in month view? #1518867
    Jeremy
    Keymaster

    Hi,

    Thank you or this screenshot, I understand better.

    Well, to hide those colored past events, maybe you can try to add the following code in Additional CSS (below the previous code I gave you):

    .tribe-events-calendar .tribe-events-past .tribe_events {
    	background-color: inherit;
    }
    

    If that doesn’t work, you could add !important:

    .tribe-events-calendar .tribe-events-past .tribe_events {
    	background-color: inherit !important;
    }
    

    I hope this will solve your issue!

    Cheers,
    Jeremy

Viewing 15 posts - 856 through 870 (of 985 total)