cefiar
Forum Replies Created
-
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Number of events/daysThis has been suggested on the Time.ly forum. You might want to post there and add your voice to the mix.
https://time.ly/forums/forum/feature-requests/ is the forum for feature requests, but I can’t find the post I saw mentioning it at the moment. Feel free to start a new one.
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] 2.0.9 Error in ics.phpI’ve pinged Time.ly on that. Thanks.
Very weird. I’m using this .ics feed from Google with no issues. Can you give it a try?
I’ve got the feed you posted being pulled into my test calendar with no issues.
Note: I’m also using feeds from other places like Meetup.com without issue.
BTW: Do you know if the hosting site has curl installed? From memory, WP now uses the curl api to pull down urls (especially SSL ones) instead of fopen.
@bevansdesign: Can you update to 2.0.9 and give it another try?
This is now fixed in 2.0.9.
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Version 2.0.8 with fatal error2.0.9 is due out in the next week. I’d wait for that as there are few more fixes in that.
You should not need to delete any tables while upgrading. I would simply follow the manual upgrading guide if you want to upload using a ZIP file: https://time.ly/document/troubleshooting/perform-manual-upgrade/
This should keep all your events and most of your settings.
If you don’t want to keep any events or settings, just uninstall the old version and install the new one.
As always, I recommend taking a backup of your site files AND your complete WordPress database (all tables) before you do any of this. 1.x to 2.x is a major change and the only easy way to step back to 1.x is to restore from a backup.
Notes:
If you want Posterboard view, you also need to download the Extended Views add-on from Time.ly. It’s free, but you need to go through the cart system to download it (cost of $0). The account you create to go through the cart system is also the login for the Time.ly support forum (at http://time.ly/forums/ ), which the staff and moderators (none of which are staff) monitor more frequently.
There is no more facebook integration for free. You need to purchase the FB add-on to get this functionality. If you want more than one purchasable add-on, consider the Pro bundle, which gives you access to all the for-pay add-ons for just a bit more than the cost of one add-on.PS: I don’t work for Time.ly, and I have not actually purchased any of the add-ons for my site. I am however a moderator on their forum.
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Version 2.0.8 with fatal errorDeleting all the tables containing ai1ec_ in their prefix deletes all the events in your database, but not completely as part of them is stored in the WP posts section of the database (the event description mainly).
I hope that was what you wanted when you did that(?)
It would have been simpler to just disable, then delete the plugin, which does all this for you.
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] How to update to v2?Almost all the 2.0.8 bugs are in 2.0.7, and in fact 2.0.8 fixes 2 particularly nasty ones.
If you can wait, sometime in the next week 2.0.9 is being released, and a lot more bugs are fixed.
The one thing I would do is back up everything first.
This means:
1. All files in your WP install.
2. All tables in your wordpress database.I point out this last one as it seems some of the backup utilities out there only back up the standard WP tables, not other tables that might be present. Ai1ec stores all events in tables containing ai1ec in their name. Also note that ai1ec options are stored in the wp_options tables, and the event description is saved in the standard wordpress post tables.
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Can't change view of calendarTry this document instead: https://time.ly/document/troubleshooting/first-troubleshooting-step/
Also, since you’ve now found a conflict, the follow-up document: https://time.ly/document/troubleshooting/theme-conflict-can/
I replied to this on the time.ly forum, but for the sake of completeness, I suggested creating a custom child calendar theme and removing all the linking ability in that.
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] All-in-One Event Calendar Update 2.0.6You need to force the CSS to regenerate in certain cases. Adding an add-on that changes the user view(s) is one such case.
To fix that, you need to go to Dashboard->Events->Calendar Theme and choose a different calendar theme. You can then change the calendar theme back to what you originally had selected (the default is Vortex). I would alos recommend then going to Dashboard->Events->Theme Options and hitting the Save Options button (even though you’ve changed nothing).
If you try this and it still doesn’t work, the fact you have an SQL dump is good. I would use the account you created for downloading Posterboard to access the Time.ly forum and post there. There we can assign a Time.ly employee to look at your site and/or sql dump (sending them a link in a private reply) and help resolve your issues.
Note: I wouldn’t normally recommend this here, but I don’t know of any other way to convey that info privately to Time.ly in a conveniant and reliable manner.
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] "Loads forever"-issuetemp5: Can I get someone from Time.ly to contact you regarding that fix? I’d like to see if we can get that sorted so that it’s fixed in future versions (even if the fix is different to yours).
If it works with Twenty Fourteen but not your normal theme, it sounds like you have a theme conflict.
Have a look at https://time.ly/document/troubleshooting/theme-conflict-can/ which might give you some ideas on tackling it.
BTW: If you’re not using 2.0.8, I’d recommend updating. There were some issues with 2.0.5 and 2.0.6 that caused weird behaviour with the Upcoming Events widget with certain themes, and a number of issues aorund editing events were also present.
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Event Widget Stylespalnal: Can you post the CSS you’re trying to use here, or a link (either to a file somewhere containing the CSS, or to something like pastebin)?
Note: If you laste here, make sure to wrap the CSS in the code tags (backtick at either end, preferably on it’s own line).
PS: If you want to test CSS changes, and you’re using either Firefox or Chrome, I recommend looking at the WebDeveloper browser plugin, as it’s very useful for doing this, as well as inspecting/disabling CSS for testing.
I would avoid using the Legacy Themes add-on anyway, as it’s been seen to produce spurious extra output. It’s mainly meant as a transition piece to allow users some time to convert to 2.0 child calendar themes. I believe that Time.ly may have taken it down from the download page for that very reason.
Hope this helps. If you’ve got any more questions, feel free to ask.