Eli
Forum Replies Created
-
Hi lutzcreativegroup,
Please go to Appearance->Editor.
If you want to always show the disclaimer text, add this at the end of the file:
#show_disclaimer {
display: block !important;
height: auto !important;
}If you just want to emphasise the text “Posting rules” that is a link (and it is not emphasised in your theme) add this:
#open_require_disclaimer {
text-decoration: underline !important;
font-weight: bold !important;
}Regards,
Eli
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Cant Log Out Of Timely CalanderIn the next release, after you signout the plugin will remove the stored information about the authenticated account and you will be able to sign in with your other account.
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Cant Log Out Of Timely CalanderHi Digiren,
In the next release we will have a link inside settings called “Sign out”, but not sure if this is what do you need, because what signout will do is close the ticket events that you created with the test account.
Regards,
Eli
Hi Guys,
This problem was fixed. It was a timezone problem, going to release a version today!.
Regards,
Hi iturmendig,
Please open a new topic for you doubt.
Thanks
Hi efquintana,
Could you please send to me the link of your calendar to data@time.ly? I’m going to import it and to check.
Hi gardnerc,
We also need to import other tables on this orders: wp_posts, wp_postmeta, wp_terms, wp_term_taxonomy, wp_term_relationships.
So, the same as you did for events tables, create a new sql file for each of them.
After that, open the files, replace: INSERT INTO by INSERT IGNORE INTO, save and finally import each of them in the order.PS: We need to use IGNORE because inside the SQL file some records will already exists inside the tables and using this word the mysql will ignore these records and importing the ones that does not exists.
PS2: I know that you have a backup, but make sure to have a backup updated.
That’s it.
Hi gardnerc,
Nice!. We didn’t change the database structure, so, you will be able to import.
If you have problems to import, please zip the sql and send an email to data@time.ly and we can try to import here.
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Unexpected tokenHi wskisoft,
A possible reason, the PHP installed does not have at least one of these extensions:
- iconv (http://php.net/manual/en/book.iconv.php ) installed. So, need to check the PHP installation, for that, run a script with phpinfo() function inside the server the PHP installation and see it iconv is enabled
- Multibyte String (http://php.net/manual/en/book.mbstring.php ) installed. So, need to check the PHP installation, for that, run a script with phpinfo() function inside the server the PHP installation and see it mbstring is enabled.
Also, could you please send an email to data@time.ly with the text that is showed when you click in “Click here for technical details”?
Please, include the link of the topic in the email and all informations you can like error.log from your host service provider, information recovered by the function phpinfo().
Thanks
Hi gardnerc,
I’m sorry to hear this.
The uninstallation of the plugin, removes permanently everything related to All in One Event Calendar, the options, settings and even the events.
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Show Current Events OnlyHi D. Stanley,
What is the page where you don’t see the events? The calendar view, what type of view are you using Agenda, Day, Week, Month, Posterboard or Stream?
Thanks
Hi efquintana,
Another think I just realised is if the events that are not showing up is from ICS feeds?
If the problem is related to ICS feed, please send the link of the ICS feed to the email data@time.ly, please make sure to add the link of this topic.
Thank you,
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] No new events are showing up!Hi the_magicbus,
Firstly, I would like to ask you to make sure that you’re using the latest version 2.5.2. We did a lately release yesterday to fix some compatibility problems with PHP 5.2.
Also, could you please provide more information, for example:
What do you mean about “load of new events”? Import an ICS feed?
If the problem is import feed, please send the link of the ICS feed to the email data@time.ly, please make sure to add the link of this topic.
Thank you
Hi efquintana,
Firstly, I would like to ask you to make sure that you’re using the latest version 2.5.2. We did a lately release yesterday to fix some compatibility problems with PHP 5.2.
About the error: “The events of several days, once past the first day, not shown”.
Could you please provide more information to help us identify the reason for this problem? For example:
Are you having problems to see events inside “All events” page of dashboard?
If the page where you don’t see the events is the calendar view, what type of view are you using Agenda, Day, Week, Month, Posterboard or Stream?
about: “All files in the custom theme (following the instructions on the website of the plugin) have disappeared and I have to implement it all over again.”
I saw that you follow the article, but make sure to save the custom theme on [wp-root]/wp-content/themes-ai1ec folder. The update plugin process won’t have access to this directory, so, the resources on this page won’t touched or removed by the update process of new versions.
http://time.ly/document/user-guide/customize-calendar/create-new-calendar-theme/.
Regards,
Eli
Hi Khamira,
I’m taking a look on this. I’ll let you know as soon we have some position for this.
About sort calendar events by Category, could you please raise an ideia to this feature here: https://timely.ideas.aha.io/?
Regards,
Eli