Jeremy

Forum Replies Created

Viewing 15 posts - 751 through 765 (of 985 total)
  • Author
    Posts
  • in reply to: Month View – Turn OFF Hover pop-up window #1535767
    Jeremy
    Keymaster

    Hi,

    Thanks for reaching out to us! I would be happy to help you πŸ™‚

    Well, what you could do here in order to avoid the pop-up to appear on hover is the following thing:

    • create in your child theme the following folders: tribe-events/month/
    • inside the month folder, create a blank php file (with just the opening <?php tag) and save it as tooltip.php

    I hope that will work for you.

    Cheers,
    Jeremy

    in reply to: Thumbnails not showing in list view #1535753
    Jeremy
    Keymaster

    Hi,

    I had a look at your website, it seems that you would like to modify the Events List widget, and not the List View. Well, in order to do that, you may create in your child theme the following folders: /tribe-events/pro/widgets/modules/.

    Then, inside the modules folder, you can add the following php file (unzip it before you add it to your child theme): single-event.php.

    I hope this helps.

    Cheers,
    Jeremy

     

    in reply to: Options to Add Time, Location, Cost – all gone #1535734
    Jeremy
    Keymaster

    Hi Rae,

    You’re welcome! Sometimes the WordPress back-office is a bit confusing and frustrating. It wasn’t clear at all that there was a drop-down hidden underneath that title.
    Anyway, I’m glad your problem is solved now πŸ™‚

    I’m closing this thread then, but feel free to start a new one if you have more questions.

    Cheers,
    Jeremy

    in reply to: Date pop up in filter bar isn't working correctly #1535730
    Jeremy
    Keymaster

    Hi Kathryn,

    I’m glad this snippet could solve your problem.

    I’m closing this thread then, but feel free to start a new one if you have further concerns or questions πŸ™‚

    Cheers,
    Jeremy

    in reply to: Thumbnails not showing in list view #1535328
    Jeremy
    Keymaster

    Hi Karen,

    Thanks for reaching out to us! I’d be happy to help you πŸ™‚

    The function you used gives you the possibility to add a featured image to posts, pages and events. However, you don’t need to use it, since by default, you can already attach a thumbnail image to any event.

    In order to achieve what you want (show thumbnails on a list view), you need to customize the Events Calendar’s template files. Please read our Themer’s Guide for more information about how to do this.

    In your case, you’ll probably want to copy the file in /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). Then you can edit that file to display the event’s thumbnail image.

    If you’d rather have someone do that tweak for you, we can give you a list of freelancers.

    I hope this helps,

    Cheers,
    Jeremy

    in reply to: Date pop up in filter bar isn't working correctly #1535320
    Jeremy
    Keymaster

    Hi Kathryn,

    Thanks for reaching out to us! I’d be happy to help you πŸ™‚

    It seems your theme applies a css rule which has an effect on every table. To overcome that problem, you may head to Appearance > Customize > Additional CSS and paste the following snippet:

    .datepicker-months .table-condensed {
        width: auto;
    }
    

    I hope this helps,

    Cheers,
    Jeremy

    in reply to: Event featured image not importing #1535293
    Jeremy
    Keymaster

    Hi Frank,

    Thanks for reaching out to us! I would be happy to help you πŸ™‚ Could you open a new thread, so we could access your information and have a better understanding of your setup?

    Thanks in advance,
    Jeremy

    in reply to: Filter only shows for current month #1535290
    Jeremy
    Keymaster

    Hi,

    Indeed, events at the beginning of the following month are visible, even though search results from the current month return 0 event.

    What you could do to overcome that problem is to add the following snippet in your css (you can head to Appearance > Customizr > Additional CSS):

    .tribe-events-calendar .tribe-events-othermonth div {
        display: none;
    }
    

    Thay way, last days of the previous month and first days of the following month won’t appear when looking at a given month. I’m not sure that what you were looking for though, but it might help showing more comprehensive search results to your visitors.

    Cheers,
    Jeremy

    in reply to: NOT importing Facebook Events #1535143
    Jeremy
    Keymaster

    Hi Eivind,

    Thanks for reaching out to us as well πŸ™‚

    You’ll find regular updates about the Facebook situation on this page. You may also refer to the Event Aggregator status on this page.

    Cheers,
    Jeremy

    in reply to: FOLLOW-UP ON LONG STANDING BUG #1535136
    Jeremy
    Keymaster

    Hi Ivan,

    Would you be interested in a license for the remaining time for one of our other plugins instead of a refund?

    If you prefer a refund, you can fill out the refund formΒ https://theeventscalendar.com/knowledgebase/refund-policy/.

    Please let me know if you have any other questions πŸ™‚

    Cheers,
    Jeremy

    in reply to: Issue with Calendar Update #1535135
    Jeremy
    Keymaster

    Hi Ryan,

    This error might significate there’s some incompatibility between your current theme and TEC’s latest version. Is Enfold up-to-date on your staging website?

    It shouldn’t stop your website from working though. You should be able to hide this notice by editing your config.php file:

    define( 'WP_DEBUG', false );

    Please let me know how it goes,

    Cheers,
    Jeremy

    in reply to: Options to Add Time, Location, Cost – all gone #1535134
    Jeremy
    Keymaster

    Hi,

    What happens if you click on The Events Calendar tab (on top of your screenshot)?

    Also, you may click on “Screen Options”, at the top right corner of your WordPress edit screen. There, you can activate boxes such as The Events Calendar, Event Categories, Event Options, etc.

    I hope this will help,

    Cheers,
    Jeremy

    Jeremy
    Keymaster

    Hi Paul,

    Thanks for reaching out to us! I’d be happy to help you πŸ™‚

    We do have a list of freelancers who could tweak your calendar:Β https://theeventscalendar.com/knowledgebase/find-a-customizer/

    Please note that this list is provided as a courtesy to our customers, and we make no guarantees of any kind regarding the listed entities. Modern Tribe is unable to assist with any disputes related to work contracted from third-party agencies or developers.

    I hope this helps,

    Cheers,
    Jeremy

    in reply to: Weekday Names Lumped Together on Tablet #1533848
    Jeremy
    Keymaster

    Hi Eric,

    Thanks for reaching out to us! I’d be happy to help you πŸ™‚

    Normally, weekday names don’t overlap on smaller screens as it’s the abbreviated version which is displayed, such as Mon, Tue or Wed (like you can see on our demo website:Β https://wpshindig.com/).

    If that’s not the case on your website, it’s probably due to a JavaScript error; there might be a conflict somewhere in your website. I would recommend you to run some tests to find where the conflict comes from (ideally, you would do that on a staging environment).

    Please let me know how it goes.

    Cheers,
    Jeremy

    in reply to: Options to Add Time, Location, Cost – all gone #1533834
    Jeremy
    Keymaster

    Hi,

    Thanks for reaching out to us! I’d be happy to help you πŸ™‚

    Did you update both The Events Calendar and Events Calendar PRO to their latest version? Are your other plugins and your theme up to date?

    If that’s the case and you still have that problem, then there might be a conflict somewhere. I would recommand you to run those tests to find where the conflict comes fromΒ (if you could do those tests on a staging environment, that would be perfect).

    Please let me know how it goes,

    Cheers,
    Jeremy

     

Viewing 15 posts - 751 through 765 (of 985 total)