Forum Replies Created
-
AuthorPosts
-
Barry
MemberI’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/
Barry
MemberWould this code by Jonah help here?
Barry
MemberHi Tara, just going to move this across to WooTickets (and sorry for the slow response).
Barry
MemberYes, please email Leah ([email protected]) and explain what you need – she’ll be happy to help š
Barry
MemberHow strange. How did you install Events Calendar PRO? Was it manually by FTP – and can you try re-installing it?
Barry
MemberOK, 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
Barry
MemberCan you give an example? I tried accessing the site you provided when you opened this thread via HTTPS and it simply redirected to HTTP.
Barry
MemberHow 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!
Barry
MemberTry:
tribe_get_start_date($post->ID, false, āl, F j, Yā)January 17, 2013 at 12:51 pm in reply to: ADD TBD or season ('Fall', 'Winter', etc) to date picker #31049Barry
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?
Barry
MemberHi 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?
Barry
MemberHi 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.
Barry
MemberHi 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.
Barry
MemberIf 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.
January 17, 2013 at 12:30 pm in reply to: Add Sponsors Logo into tickets and display the Ticket Information separately. #31044Barry
MemberSorry 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.
-
AuthorPosts
