cefiar
Forum Replies Created
-
Are you logged into Google when you click the link?
Also, if you are logged in with more than one account, does the primary account (the first account you logged in with) allow you to go to Google Calendar?
@nicola Yeah. Quite weird. Since twig comes from sensiolabs, I’m wondering if it’s the process of pulling in their code during build that’s doing it. Still very weird. Sounds like it’s going to be one of those “keep hitting the nail on the head till it stays hit” things.
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Issues with upgradeOnly thing I can think of is that some browsers aren’t decoding the compressed CSS, or are getting an error requesting it.
You might try going to Dashboard->Events->Settings, then in the Advanced-Advanced Settings tab selecting the checkbox for Disable gzip compression.
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] When activated site won't display at all1. How did you upload the plugin?
2. Check if under …../all-in-one-event-calendar/vendor/ that there are the following directories:
Twig
twig(There will be more, but these 2 are more likely to be the issue).
For more info: wordpress.org/support/topic/update-to-207-and-again-error-blank-page
The only one like this is the twig / Twig one under vendor.
I’ve got a bug logged with Time.ly, because it doesn’t just happen with this setup – if the filesystem is case insensitive and the OS isn’t, even worse things happen.
This is because the Ai1ec zip file has two directories, and they have the same name except the first character is a different case.
Windows is case insensitive, so it treats them as the same dir. Linux/Mac/BSD/etc treat them as different.
As you’re unpacking them on your Windows PC, it’s creating the one with the capital T first, so this is what you upload to the Linux machine. But the code is expecting lower case, which Linux honours and can’t find.
Can you just confirm that in vendor/twig/ on your server you have a file called Autoloader.php please?
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] posterboard view issuesGo to Dashboard->Events->Calendar Themes and change your calendar theme to a different one. You shoud then immediately change it back to what it was before.
This will nudge Ai1ec into recreating all the CSS formatting and restore the look of Posterboard.
pehog: How are you uploading the update?
Are you uploading the .zip directly, using WP’s update, or uploading the files from your PC?
Note: Code is line 128 in 1.11.x-pro, and line 160 in 1.10.x-standard
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Monthly View Not workingFollow the manual upgrade instructions as this will preserve your events:
https://time.ly/document/troubleshooting/perform-manual-upgrade/
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] upgrade looks like a downgradeIf the formatting isn’t correct for Posterboard or the event details, go to Dashboard->Events->Calendar Themes and change the theme to something else. Once done, change it immediately back. This will nudge Ai1ec into re-creating all the CSS for the calendar, which should bring back all the formatting.
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Monthly View Not workingThe 2.0.x Core plugin is now free and you can download it from WordPress. This Core is the same for all users (even Pro). This reduced the overhead for getting fixes out for issues/bugs (only 1 code tree to maintain rather than 3).
It however does not contain the Posterboard view or the Facebook integration.
Posterboard is now included in the Extended Views plugin along with the Stream view. You need to download it direct from Time.ly (go to https://time.ly/downloads ) and it is free (you have to go through a cart system, but the price is $0.00).
Facebook integration is now a paid add-on. This was given away for a brief time but Time.ly have stopped doing that now (was a promotional offer).
Before you upgrade, it’s always recommended you make a file AND database backup of your wordpress install, just in case something goes wrong.
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Downgrade 1.10.11 / 2.0.5 to 1.10.9Go to Dashboard->Events->Calendar Themes and change to a different calendar theme. Once you do this, change back to the original calendar theme you have.
This will prod Ai1ec into recreating all the CSS, and your formatting will return.
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Admin backend broken after updatehaggi: Go to Dashboard->Events->Calendar Themes and choose a different theme. After you do that, immediately choose the original theme you had. This should solve the formatting issue, as it prods Ai1ec into re-creating the CSS.
A blank page in which section of your site?
Is this in the admin/dashboard console area of WP, the calendar, or elsewhere?