Barry

Forum Replies Created

Viewing 15 posts - 16,396 through 16,410 (of 17,936 total)
  • Author
    Posts
  • in reply to: Hide Meta Description in Mobile? #31066
    Barry
    Member

    I’m sure it’s possible. If you’re happy with the concept of simply making the description wider then you can override events.css in your theme. Please see:

    https://theeventscalendar.com/support/documentation/events-calendar-themers-guide/

    And

    https://theeventscalendar.com/what-are-template-overrides-and-how-do-i-do-them/

    in reply to: Archive / Hide Past Events in Dashboard Events List #31065
    Barry
    Member

    Would this code by Jonah help here?

    https://gist.github.com/3542941

    in reply to: Remove PDF Ticket #31061
    Barry
    Member

    Hi Tara, just going to move this across to WooTickets (and sorry for the slow response).

    in reply to: Older version of PRO #31060
    Barry
    Member

    Yes, please email Leah ([email protected]) and explain what you need – she’ll be happy to help šŸ™‚

    in reply to: Going PRO breaks the plugin #31059
    Barry
    Member

    How strange. How did you install Events Calendar PRO? Was it manually by FTP – and can you try re-installing it?

    in reply to: My calendar is not using AJAX? #31058
    Barry
    Member

    OK, let’s try the following (which is our standard troubleshooting process):

    • Ensure all of your Modern Tribe plugins are up-to-date and in-synch (if you are using The Events Calendar 2.0.10 please also ensure that you are using Events Calendar PRO 2.0.10)
    • Deactivate all other plugins
    • Simultaneously, deactivate your theme and switch to a default, unmodified theme such as Twenty Eleven or Twenty Twelve
    • Check to see if the problem persists. If it solves the problem, reactivate everything one-at-a-time until the problem returns (it may not)
    • Take note of the last thing you activated (whether plugin or theme) before the problem returned
    in reply to: Images Not Showing When Uploaded w/ Forced SSL #31057
    Barry
    Member

    Can you give an example? I tried accessing the site you provided when you opened this thread via HTTPS and it simply redirected to HTTP.

    in reply to: My calendar is not using AJAX? #31055
    Barry
    Member

    How can solve this problem? I’m not sure what could be configured incorrectly?

    So to solve this problem we need to run through some troubleshooting steps. Checking the WordPress Address and Site Address fields is part of that process.

    Here’s a bit of code lifted straight from your site:

    <link rel='stylesheet' id='lifestyle-theme-css' href='http://lifeintoronto.ca//themes/lifestyle/style.css?ver=1.9.1' type='text/css' media='all' />

    Note the // double slash after lifeintoronto.ca – and that’s a pattern repeated many times in your website’s HTML source. It’s a problem because it means in many browsers all of those things that should be loading are not, because the URL is wrong.

    It happens that one of those resources is the magic that handles ajax loading (amongst other things), that’s why I wanted you to look at that setting.

    Can you confirm if you checked that out, and if so what you found? If the problem isn’t that setting we’ll move on to other possible causes.

    Thanks!

    in reply to: Remove time from events advanced widget #31054
    Barry
    Member

    Try:

    tribe_get_start_date($post->ID, false, ā€˜l, F j, Y’)

    in reply to: ADD TBD or season ('Fall', 'Winter', etc) to date picker #31049
    Barry
    Member

    (Thanks Lee!) I think I’d take a similar approach; does that give you enough to go on here Will or do you require any further help/input?

    in reply to: translating event calendar widget #31048
    Barry
    Member

    Hi Igor – just to confirm, do you mean the calendar widget that displays a month-view like grid, or the advanced upcoming events widget? Which elements are not translated?

    in reply to: My calendar is not using AJAX? #31047
    Barry
    Member

    Hi Alan.

    Can you log in to your site and take a look at Settings > General … if there are trailing slashes for the WordPress Address and Site Address fields, like this:

    http://lifeintoronto.ca/

    Please remove them so that it looks like this instead:

    http://lifeintoronto.ca

    There are lots of resources that are failing to load, not just for our plugin but also for your theme and other plugins and it seems something isn’t configured properly.

    in reply to: Hyphen between date and time? #31046
    Barry
    Member

    Hi Adam, sorry about the confusion! Please use a service like Pastebin or Gist to share your code. We’re aware this is a pain and a change is in the works to improve things, but for the time being Pastebin/Gist/similar services offer the best way to do this.

    in reply to: Making Events archive the homepage #31045
    Barry
    Member

    If Justin’s approach is something you’re comfortable with you could possibly modify it slightly by setting orderby parameters in addition to specifying custom post types.

    The meta key you would probably be interested in for this would be _EventStartDate.

    Barry
    Member

    Sorry Parvaiz – I was actually between two different support requests. Of course, you don’t need this for WooTickets but the mechanism is similar and it should work just the same with Eventbrite.

Viewing 15 posts - 16,396 through 16,410 (of 17,936 total)