Geoff

Forum Replies Created

Viewing 15 posts - 4,606 through 4,620 (of 10,150 total)
  • Author
    Posts
  • in reply to: Mini Calendar Widget bullets #1064582
    Geoff
    Member

    I’ll definitely keep this thread open! Please do note that the site auto-closes threads after two weeks of inactivity, so be sure to follow-up within that window. Of course, you can always open a new thread at that time as well, but at least wanted to give you a heads up. 🙂

    Geoff

    in reply to: Start Date Font Size #1064576
    Geoff
    Member

    Hi Martha,

    I want to style the links I have added to the header on my events calendar pages that say Login, Register, Add An Event, etc. I have been trying for the past two hours and can’t seem to find the right combination of selectors. Can you help me out?

    Looking at the the code, it appears these links are simply inheriting the theme’s style rather than the calendar. You can use the calendar’s classes to select them, if you’d like, which might look something like this:

    .tribe-events-page-template table a {
    /* Styles go here */
    }

    Alternatively, you can add your own classnames to those links and write those into the theme’s stylesheet — in fact, that might be the better way to go.

    Is there something built into your program that I missed that would provide the navigation tools when you don’t want to show the WordPress dashboard?

    Not that I am aware of outside of what you’re already doing. You could switch the calendar settings to use one of the theme’s page templates instead (Events > Settings > Display) and then edit the theme template so that the change applies everywhere instead of just the calendar.

    If I can’t access the name of the template, is there any other marker on the Events Calendar pages that I could use to tell the widget where to appear?

    I think it really depends on the plugin being used to show widgets. The Events Calendar uses a custom post archive for the calendar template, so the plugin used to show widgets would need to be able to recognize custom post type archives as an available template type. Again, you may be able to circumvent this one by switching the settings so that the calendar uses a theme page template instead. We do have a handy tutorial on how this is possible with Jetpack that I think would be useful.

    Does this help? Please let me know. 🙂

    Cheers!
    Geoff

    in reply to: Forbidden #1064570
    Geoff
    Member

    Thanks, @angust!

    The answer to this would be helpful:

    When did the message start showing up? Has it always done that, or did it work before and then suddenly stop? If it suddenly stopped, can you think of any changes on the site that happened around that same time?

    Will you also please head to Pages in your WordPress dashboard and let me know if you see any other pages called Events in the title?

    Lastly, what do you about this page:
    http://www.businessmag.co.uk/News/Events.aspx

    It appears to be an archive of Posts categorized as Events, but it’s odd that there would be .aspx at the end of the URL. Did you create that page or so you know where it’s coming from?

    Thanks!
    Geoff

    in reply to: Event tickets pro #1064568
    Geoff
    Member

    Hi Conor,

    I have put the code snippet into functions.php but it is returning an error

    Sorry about that! If there is a closing “?>” tag at the end of your functions.php file, then paste the snippet right before it. Or, you can paste it directly after the opening “<?php” tag in the file.

    I do not have this file, /wp-content/plugins/the-events-calendar/src/views/default-template.php ????

    That’s certainly odd! Is there a folder called the-events-calendar in your plugin folder at all? If so, what do you see in there?

    Thanks!
    Geoff

    in reply to: Events Calendar – Mobile Menu Sub Navigation #1064553
    Geoff
    Member

    Hey CDC!

    I’ve been looking at the console and haven’t been able to see that same error–though I do see what you mean about the sub-menu jumping when clicked.

    Have you tried deactivating all other non-calendar plugins? That will at least pinpoint whether there is a conflict with another plugin.

    Let’s see what we find and go from there.

    Thanks!
    Geoff

    in reply to: strange links to venues and event organisers #1064549
    Geoff
    Member

    Hey there, George!

    Sorry you’re running into the same issue here. This snippet was able to correct the issue for me when testing, but didn’t seem to work for Alexander:

    function fix_42815_links( $link ) {
    $tribe_placeholder = '~~TRIBE~PC~~';
    if ( false === strpos( $link, $tribe_placeholder ) ) return $link;
    return strtoupper( str_replace( $tribe_placeholder, '%', $link ) );
    }
    
    function fix_42815_redirect( $to, $requested ) {
    return ( str_replace( '\\', '', $to ) === $requested ) ? false : $to;
    }
    
    add_filter( 'post_type_link', 'fix_42815_links' );
    add_filter( 'redirect_canonical', 'fix_42815_redirect', 10, 2 );

    You’re certainly welcome to give that a try as well while we work on an official patch for release. You’re also welcome to open a new thread if you’d like direct support.

    Cheers!
    Geoff

    in reply to: Mini Calendar Widget bullets #1064545
    Geoff
    Member

    Thanks, Nima!

    I do see that the dots show up on the main calendar in mobile view (screenshot). I can’t see what exactly is causing the dots to not show up on the widget. However, it does appear to be a conflict with Avada. Have you reached out to them to look into it? The theme comes with many customizations to the calendar that we unfortunately are unable to support here but they will be able to help with. Let me know if any questions come up in that exchange and I’d be happy to help as best I can.

    Sorry I don’t have a concrete solution here for you but I hope this at least gets the ball rolling in the right direction!

    Thanks,
    Geoff

    in reply to: iCal Importer #1064004
    Geoff
    Member

    My pleasure–happy to be of service! Thanks for the kind words and do feel free to hit us with a new thread if any other questions pop up. 🙂

    Cheers,
    Geoff

    in reply to: Event submission success message: string not translated #1064001
    Geoff
    Member

    Hello Rafael,

    The string should be located here. Is that not available in the language files you have?

    Thanks!
    Geoff

    in reply to: strange links to venues and event organisers #1063995
    Geoff
    Member

    None yet, I’m afraid. I do see the issue has been reported one other time since and we are about to scope our next maintenance release. I’ll let you know if it gets rolled in there.

    Thanks for hanging in here with us as we work on this.

    Geoff

    in reply to: prepopulating forms #1063992
    Geoff
    Member

    Hey Edwin,

    Sorry about that! Here’s the path:

    /wp-content/plugins/events-community/src/functions/template-tags.php

    Cheers!
    Geoff

    in reply to: order of events: showing events by post date #1063989
    Geoff
    Member

    Hi Marion, just stepping in for Josh while he’s out.

    Are you placing the snippet in your functions.php file? If so, is it in your primary theme or the child theme file you mentioned earlier?

    Thanks!
    Geoff

    in reply to: can I sell registrations? #1063986
    Geoff
    Member

    Hey Ben,

    Thanks for following up! Yes, Event Ticket Plus does indeed connect to ecommerce platforms — including WooCommerce.

    To George’s point, the plugin is designed for ticket sales. However, you could toy around with it to make it more of a paid RSVP system by disabling the ticket email and renaming “tickets” to something else. Though we don’t support those features right out of the box, they would be possible with some custom development.

    Does this help clarify things a bit? Please let us know. 🙂

    Cheers!
    Geoff

    in reply to: Bad dutch translation #1063984
    Geoff
    Member

    Heck yeah, thanks as always Hans! Please do let us know if there’s something we can do on our end to help.

    Geoff

    in reply to: No Event option under Appearance|Menu #1063981
    Geoff
    Member

    Heck yeah, thanks @phdcreative! I appreciate you sharing that. 🙂

    Bob, I see Gustavo’s last answer was marked as the correct answer — you all good here? Let us know if you have any other questions and we’d be happy to help as best we can.

    Cheers!
    Geoff

Viewing 15 posts - 4,606 through 4,620 (of 10,150 total)