Geoff

Forum Replies Created

Viewing 15 posts - 9,271 through 9,285 (of 10,150 total)
  • Author
    Posts
  • in reply to: Return to Shop call to action page formatting #905246
    Geoff
    Member

    Hi there, Maria! Thanks for getting in touch and welcome back to the forums. 🙂

    Good question. The “Return to Shop” link is actually controlled in the WooCommerce plugin instead of WooCommerce Tickets.

    You’ll want to head over to the WooCommerce documentation and support for a proper answer that will help in this specific case. I wonder if using a redirect plugin would help by allowing you to redirect that URL to another page instead. I also found this thread that you might find helpful as well.

    Sorry I don’t have a concrete solution for you here, but I hope this helps point you in the right direction. 🙂

    Cheers!
    Geoff

    in reply to: Translation of "other" #905238
    Geoff
    Member

    Hi there, Yann! Thanks for getting in touch and welcome to the forums. We hope you’re enjoying the plugins so far. 🙂

    Good question. The best way to change “Other” is probably to override the template. To do this:

    • Make a copy of additional-fields.php (located in /plugins/events-calendar-pro/views/pro/modules/meta)
    • Create a new folder in your theme directory called tribe-events
    • Create a folder within that called modules
    • Create a folder within that called meta
    • Drop your copied additional-fields.php file in the tribe-events/modules/meta folder

    You can find more information on these steps in our Themer’s Guide.

    With the additional-fields.php file in your theme files, you can customize it to suit your needs. You will see “Other” in there, which you can change to anything else you like.

    I hope this helps!

    Cheers!
    Geoff

    in reply to: Event Detail #905230
    Geoff
    Member

    Hi there, Peter! Thanks for getting in touch. 🙂

    Great question. By default, the country that is selected in the “Event Location Details” section in the single event editing screen  is what will display in that field. Here’s a screenshot of what field that is in the editing screen.

    Does this help answer your question? Please let me know. 🙂

    Cheers!
    Geoff

    in reply to: community widget? #905205
    Geoff
    Member

    Awesome, thanks Clay! This helps a lot. 🙂

    The default events template does not include a sidebar by default. If you’d like to include a sidebar on calendar pages, you have a couple of options to make it happen.

    1) Customize the default event template

    The idea here is to add one of your site’s existing sidebars to the default event template. You do this by overriding the template:

    • Make a copy of the the template. It’s located at /wp-content/plugins/the-events-calendar/views/default-template.php
    • Create a new folder in your theme directory called tribe-events
    • Drop the copy of the default-template.php file in the tribe-events folder you created

    Once the template is in your theme folder, it can be customized to suit your needs. In this case, you can use the get_sidebar() function (more on this in the WordPress Codex) to display the specific sidebar you want in the template. Where you add that code is something that depends on your theme’s layout and I’ll leave to you to decide.

    You can find more detailed information on template overrides in our Themer’s Guide.

    2.) Use an existing page template

    If you already have a sidebar in your theme’s default page template (typically page.php), you can change the settings (Event > Display > Settings) to use that template instead of the default event template. Using this options means the calendar will use your theme’s page.php template instead of the plugin’s default-template.php template.

    I’m afraid we’re rather limited in how much support we can provide for custom development questions like this, but I’d be happy to continue pointing you in the right direction if I can. 🙂

    Cheers!
    Geoff

    in reply to: Date in the Widget #905191
    Geoff
    Member

    Fantastic, thanks Stefan! I’m so glad that helped.

    I’ll  go ahead and close this thread, but please feel free to hit us up with a new thread if any other questions pop up. We’d be happy to help. 🙂

    Cheers!
    Geoff

    in reply to: Calendar Widths #905188
    Geoff
    Member

    Hey there, Guy! Thanks for following up. You’re doing a great job so far. 🙂

    Does this mean we should add the code you have suggested into the default-template,php in our themes folder or somewhere else?

    Yeah, you can drop that code right into the default-template.php template your added to your theme folder. The idea is to wrap the calendar inside the Bootstrap grid classes so it fits inside the grid rather than taking up the full screen width.

    We tried forcing the width using CSS, which worked but when viewing on a tablet or phone it makes the calendar look like a thin stick

    Shoot, sorry about that. You may need to fiddle with it a little bit (such as using CSS media queries to adjust the width at certain screen widths), but it should still be a viable option.

    I hope this helps a little more. 🙂

    Cheers!
    Geoff

    in reply to: community widget? #904269
    Geoff
    Member

    Hi Clay, thanks for following up!

    Quick question: what template are you using for the calendar? Head over to Events > Settings > Display and let me know what template is selected in the “Events template” dropdown setting (screenshot).

    The reason I ask is because adding a sidebar will depend on which template is being used. 🙂

    Cheers!
    Geoff

    in reply to: Ordering Past events in descending order #904251
    Geoff
    Member

    Awesome! So glad that does the trick.

    I’ll go ahead and close this thread, but please feel free to hit us up with a new thread if any other questions pop up. We’d be happy to help. 🙂

    Also, we’d love it if you have a few moments to share your thoughts about the plugin on our review page. It’d be awesome to hear what you think.

    Cheers!
    Geoff

    in reply to: Events List Widget CSS Question #904240
    Geoff
    Member

    My pleasure! So glad I was able to help.

    I’ll go ahead and close this thread, but please feel free to hit us up with a new thread if any other questions pop up. We’d be happy to help. 🙂

    Also, we’d love it if you left a comment on our review page. It’d be awesome to hear your thoughts if you have a few moments.

    Cheers!
    Geoff

    in reply to: Exclude past events from front end #904234
    Geoff
    Member

    Awesome, thanks Rob! I appreciate you following up.

    I’ll go ahead and close this thread, but please feel free to hit us up with a new thread if any other questions pop up. We’d be happy to help. 🙂

    Cheers!
    Geoff

    Geoff
    Member

    My pleasure–so glad that helped!

    I’ll go ahead and close this thread, but please feel free to hit us up with a new thread if any other questions pop up. We’d be happy to help. 🙂

    Cheers!
    Geoff

    in reply to: Changing fonts #904223
    Geoff
    Member

    Awesome! My pleasure and thanks for following up.

    I’ll go ahead and close this thread, but please feel free to hit us up with a new thread if any other questions pop up. We’d be happy to help. 🙂

    Cheers!
    Geoff

    in reply to: API Function to get Venue URL #904030
    Geoff
    Member

    Hey there, Sean! Just checking in to see if there’s been any further update or if you still need assistance on this one–let me know. 🙂

    Cheers!
    Geoff

    in reply to: Date in the Widget #904027
    Geoff
    Member

    Hey there Stefan! Just checking in to see if there’s been any further update or if you still need assistance on this one–let me know. 🙂

    Cheers!
    Geoff

    in reply to: Calendar Widget – Only show 1 of recurring #904025
    Geoff
    Member

    Hey there, Natalie! Just checking in to see if there’s been any further update or if you still need assistance on this one–let me know. 🙂

    Cheers!
    Geoff

Viewing 15 posts - 9,271 through 9,285 (of 10,150 total)