Geoff

Forum Replies Created

Viewing 15 posts - 2,671 through 2,685 (of 10,150 total)
  • Author
    Posts
  • Geoff
    Member

    My pleasure! Thanks so much for letting me know and thanks for using our plugins. ๐Ÿ™‚

    Cheers,
    Geoff

    Geoff
    Member

    Shoot, sorry David. That seems to be working on my end, so I was really hoping it would work for you as well.

    I’m afraid that is the only solution I can think of. Perhaps try checking the code once again and, if nothing else, use that idea as a blueprint for other methods.

    So sorry I don’t have a concrete solution for you here! I’d be happy to leave this thread open for a while in case I run into another idea or others from the community have anything to contribute.

    Geoff

    in reply to: The date of event fail #1142158
    Geoff
    Member

    Hey there!

    Sorry those steps didn’t reveal anything new.

    I see you have tried the following:

    • Deactivating other plugins: Yes
    • Switching to a default theme: No

    Just to confirm, did you notice any difference in those conditions? How about when deactivating all other plugins and switching to a default WordPress theme, like Twenty Sixteen, together? Do you notice and difference there?

    Let’s start there and see what we find. If the issue continues to persist, we can try some deeper troubleshooting tactics.

    Thanks,
    Geoff

    in reply to: CSV Import Not Displaying Venues Properly #1142156
    Geoff
    Member

    This reply is private.

    in reply to: Duplicate i #1142152
    Geoff
    Member

    Hey David,

    I see from your system information that you;re running iCal Importer 4.2.0.1. Would you be willing to update to the latest version, 4.2.2? I’m hoping that will reveal the button.

    Thanks!
    Geoff G.

    in reply to: Events pro #1142148
    Geoff
    Member

    Hi Julia, just another Geoff here to let you know that Geoff B. is out today but will be back tomorrow and will follow up with you then. Just wanted to let you know rather than leave you hanging. ๐Ÿ™‚

    More to come…
    Geoff G.

    Geoff
    Member

    Hey there!

    Interesting question. You’re right that tickets can be imported in the CSV Importer and attached to an event. I think where this breaks down aa bit (at least in this specific case) is that recurring events do not currently support tickets — so, in other words, importing the ticket to a single event is the only possibility art the moment.

    That said, you can find the event ID in WordPress itself. One way I do it is to hover over the event title in the admin area and see what ID number is in the URL at the bottom of the screen (screenshot).

    Does this help answer your question? Please let me know. ๐Ÿ™‚

    Cheers!
    Geoff

    in reply to: Main event page in photo view in iPAD #1142142
    Geoff
    Member

    Hey Pau,

    Shoot, I’m having trouble seeing the same thing on my iPad. Here’s a screenshot of what I’m seeing and all looks good.

    Are you seeing the same thing, or were perhaps able to resolve the issue on your own? If not, let me know which iPad and iOS versions you are using and I can test on that instead.

    Thanks!
    Geoff

    in reply to: Color Sundays #1142131
    Geoff
    Member

    You nailed it, Joseph — I was going to contribute the same thing before I saw you had already replied.

    Nice work! I’ll go ahead and close this thread but please feel free to let us know if any other questions pop up. ๐Ÿ™‚

    Cheers and have a great day!
    Geoff

    Geoff
    Member

    Hello Mogul,

    Sorry for the trouble here!

    Just to confirm, are you using any caching plugins on your site? I’ve seen this sort of thing pop up before and it was due to a caching plugin that was minifying the calendar’s scripts in a way that caused Javascript errors much like this. If that’s the case, then please empty the cache and disable the plugin to see if that makes a difference.

    If that’s not the case, then will you please follow the steps outlined in this post and let me know if you noticed a difference when the site is in default WordPress conditions? This will help us determine if there is a conflict with perhaps the theme or another installed plugin and, if so, where it is.

    Thanks!
    Geoff

    in reply to: Notice when recurring event series is ending #1142127
    Geoff
    Member

    Hey William,

    That’s a great idea, though you are correct that there’s nothing like this in the plugin at the moment.

    Just to confirm, when you say you’re inputting events for the maximum time allowed, is that a limit you are setting? The plugin allows you to create recurring events for an unlimited, unspecified time into the future, though there is a setting to only show a specific number of months in advance (screenshot). As that time limit is reached, new recurring event instances will be generated for the series you created — it just won’t won’t crash your site by creating all of those events for you at once. ๐Ÿ™‚

    Cheers!
    Geoff

    in reply to: iCal #1142125
    Geoff
    Member

    Hi Michael,

    Thanks for writing in!

    There is indeed an iCal fileย included in The Events Calendar that can be found at: [your-site]/events/ical

    That said, it is a file of data rather than a feed. So, in other words, a visitor can download the file and import it into the calendar of their choice, but it will not automatically sync when new events are added or edited.

    On the other hand, The Events Calendar also include an RSS feed that can be used to push updates to calendars that support RSS. That can be found at: [your-site]/events/feed

    Does this help answer your question? Please let me know. ๐Ÿ™‚

    Cheers!
    Geoff

    Geoff
    Member

    Hey David, thanks for following up!

    I would make one small change…

    You can remove this from your nav.php template:

    x

    …and replace this:

    <?php printf( __( 'Next %s <span>&raquo;</span>', 'tribe-events-calendar-pro' ), $events_label_plural ); ?>

    …with this:

    <?php printf( __( 'Next %s <span>&raquo;</span>', 'tribe-events-calendar-pro' ), $events_label_plural ); ?>

    I just tried that out on my test site and it seemed to do the trick. Let me know if it does for you as well.

    Cheers!
    Geoff

    in reply to: Search by external database? #1142115
    Geoff
    Member

    Right on! Definitely keep us posted and feel free to ask any other questions — I hope this works out with your project because it sounds really interesting.

    Cheers,
    Geoff

    Geoff
    Member

    Hello Ying Chow and welcome to the forums!

    Good questions and I’m happy to help answer them. ๐Ÿ™‚

    is there a button that we can add on the calendar page?

    While there isn’t a button, you can add one to the calendar. For example, you could use take the HTML for a link:

    Add An Event

    …and paste that into the display settings over at Events > Settings > Display in the Advanced Template Settings section. There is an option to “Add HTML before event content” and you can add that HTML (screenshot) and save the settings to display a link to the Community Events submission form. From there, you can style it to look like a button using CSS or code that might already exist in your theme.

    Also, my Add Event form seems to be collapsed

    Yes, this is a conflict between the theme styles and the calendar styles. For example, here is a screenshot of how the form looks with the default WordPress Twenty Sixteen theme.

    The good news is thatย you can work around this by adding your own CSS to the form to clean things up. We have a great tutorial on how to locate the calendar’s CSS classes. From there, you can add your custom styles either to your theme’sย style.css file or use the Simple Custom CSS plugin to make your styling changes.

    Does this make sense and will it work for you? Please let me know. ๐Ÿ™‚

    Cheers!
    Geoff

Viewing 15 posts - 2,671 through 2,685 (of 10,150 total)