Trisha

Forum Replies Created

Viewing 15 posts - 301 through 315 (of 343 total)
  • Author
    Posts
  • in reply to: Adding an event as an editor looses its inputs #1259145
    Trisha
    Member

    Hi Martin!

    Thanks for writing in and welcome to the forums!

    You can modify the Editor role in WordPress the User Role Editor plugin https://wordpress.org/plugins/user-role-editor/ It allows you to change role capabilities with just a few clicks and it works on custom post types as well.

    As far as your other question goes, there is a degree of flexibility in how recurring events are scheduled. You can change start and end times in the series as well as add exclusions.

    The following screenshots may help

    I hope this helps! If you have any other questions please don’t hesitate to ask!

    Cheers,
    Trisha

     

    in reply to: Adjust mobile.php #1258701
    Trisha
    Member

    Hi Denise,

    I’m jumping in here to help Hunter out a bit. Sorry to hear your having trouble with this, the documentation for this file is quite a bit different than the others but we’ll get you set up! 🙂

    If you’ll refer back to the Themer’s Guide https://theeventscalendar.com/knowledgebase/themers-guide/ and scroll to the bottom to the section entitled “Javascript Templating” that will get you headed in the right direction.

    Basically, the documentation that you need for the mobile.php file lives at the top of

    ‘src/views/month/single-event.php’

    The syntax is different because we’re using javascript templating for the mobile view. Your normal php syntax won’t work…as you’ve seen!

    Hopefully this gets you headed in the right direction. Let us know how it goes! ?

    Cheers,
    Trisha

    in reply to: Mobile List View Under Calender Broken #1258490
    Trisha
    Member

    Hi Barton!

    Sorry this issue keeps cropping up, super frustrating I know!

    My first suggestion would be to make sure that your javascript files are not minified. Beyond that you will need to check with W3 Total Cache since their plugin is the one causing the conflict. If memory serves me correctly, they have a LOT of settings to work with so it may be a matter of trial and error.

    Hopefully this is a good start to solving things. Let me know what you find out!

    Cheers,
    Trisha

    in reply to: Page not found / issues with recurring events #1258483
    Trisha
    Member

    Hi Steve,

    Sorry to hear you’re having trouble!

    Let’s start by having you go through the steps to test for conflicts here https://theeventscalendar.com/knowledgebase/testing-for-conflicts/ 

    Hopefully you can debug this pretty quickly, let me know what you find out!

    Cheers,
    Trisha

    Trisha
    Member

    Hello Adam!

    Sorry to hear about this, I understand the concern as it’s not very intuitive when you need to add tickets that have additional fields like you mention.

    Are you showing attendee information on the ticket page? If so, my suggestion would be to have a message for the customer that if they need to change quantities they can add the additional information to their ticket after they place the order. They can view that information by clicking the ‘View my Tickets’ link on the event page.

    If you’re not showing attendees then your suggestion to start over would be better.

    I will log a bug ticket for this issue. I can’t make any promises but we will see what we can do to resolve this issue in due time. In the meantime I will let you know if I find any better solutions!

    Cheers,
    Trisha

     

    Trisha
    Member

    Hello Andras!

    I’m sorry to see you’re having this problem, I know it’s frustrating! Thank you for the detailed explanation and steps to reproduce, that helps us track down the issue so much faster.

    The very good news is that there is a fix completed and set to go out in our next maintenance release, hopefully this week. I’ve marked this ticket as ‘Pending Fix’ so you will get a notice as soon as the release goes out.

    Thanks for bearing with us! We should have an update for you soon 🙂

    Cheers,
    Trisha

     

    in reply to: Custom List Layout with Week Days listed on top #1258436
    Trisha
    Member

    Hi Chad,

    My suggestion does involve a single custom page.

    I’m not totally clear what your needs are as far as the Filter Bar placement in this context. Integrating the Filter Bar on that page is certainly possible but it is quite an advanced customization.

    In the end I think the best path forward is the one you’re most comfortable with building and maintaining. As you’ve mentioned, they all have their pros and cons.

    You can find the adjustments I made to the widget code here:

    https://gist.github.com/trishasalas/563e903a22b05da2c3347a2c46c86b61

    Hopefully this will help jump start your efforts. Let us know how it turns out, we love to see cool customizations like this!

    Cheers,
    Trisha

    in reply to: Recurring events off by one day #1258421
    Trisha
    Member

    This reply is private.

    Trisha
    Member

    Hello Kevin,

    So glad to hear this worked for you! Thanks for letting us know.

    Since this is resolved I’m going to close this out but if you have any other questions or need help with another issue don’t hesitate to post another request.

    It makes our day when we can help! ?

    Cheers,
    Trisha

    in reply to: Recurring events off by one day #1257834
    Trisha
    Member

    This reply is private.

    Trisha
    Member

    Hi Kevin!

    Sorry to see this has been an issue for you! Fortunately there’s a pretty easy fix for it.

    The best way to make the change you want is to copy the existing template from the plugin into your theme file as described in this guide: https://theeventscalendar.com/knowledgebase/themers-guide/

    The file you’re looking for is here:

    /wp-content/plugins/the-events-calendar/single-event.php

    The links are on lines 48 & 49 and 81 & 82.

    Hopefully this is what you need but if you have any questions please let me know. I’m happy to help! 🙂

    Cheers,
    Trisha

     

    Trisha
    Member

    Hi Karen!

    I can help with this! I’ve modified your code a bit to make it easier to add the HTML tags that you need. I also added a taxonomy query that looks for an Events Category called ‘Featured’.

    You can see it here: https://gist.github.com/trishasalas/86cc9975ab65c428dedd6a802dbcf426

    I’d love to hear if it works out for you. If you have any questions feel free to let me know as well.

    Cheers,
    Trisha

    in reply to: Use Small Calendar in Sidebar with Events List #1257816
    Trisha
    Member

    Hi Carlos!

    Welcome to the forums!

    Events Calendar Pro does include a Mini-Calendar Widget, the placement on the page (left or right) would depend on the theme itself. Filters for the widget are in the admin area and are selectable by the site owner. The filters themselves are not visible on the Front-end of the site.

    Most of our templates are customizable by copying the template into your theme directory and making changes.  This guide explains the process in more detail. https://theeventscalendar.com/knowledgebase/themers-guide/

    I hope this helps, if you have any other questions or need clarification please let me know!

    Cheers,
    Trisha

    in reply to: Custom List Layout with Week Days listed on top #1257778
    Trisha
    Member

    Hi Chad,

    Thanks for writing in, I’d love to help you out here.

    I did a super quick test of your 2nd option just to see how it would fare. The constraints are pretty tight within that template and it could be a challenge.  I’m happy to share that with you if you’re interested but keep in mind I didn’t attempt that tabs for the days of the week. It’s more of a proof of concept than a fleshed out solution.

    I feel the same thing is probably true for your first options (using the Filterbar) although that is untested on my end.

    This is clearly opinion on my part, but I prefer working where the need to over write existing code is minimal. The layout itself isn’t super complicated so the bulk of the work would involve the Ajax. Perhaps you can utilize the jQuery UI tab interface as it’s already available in WordPress.

    I hope this helps! Let me know if you have any other questions or if you want to see my bit of code  for that template 😉

    Cheers,
    Trisha

    in reply to: Override Mobile Stylesheet CSS #1257758
    Trisha
    Member

    This reply is private.

Viewing 15 posts - 301 through 315 (of 343 total)