New to Translating WordPress? Read through our Translator Handbook to get started. Hide
Prio | Original string | Translation | — |
---|---|---|---|
↑ | A simple but effective Calendar plugin for WordPress that allows you to ↵ manage your events and appointments and display them to the world. | You have to log in to add a translation. | Details |
Original untranslated
A simple but effective Calendar plugin for WordPress that allows you to ↵
manage your events and appointments and display them to the world.
You have to log in to edit this translation. Meta |
|||
↑ | Calendar | You have to log in to add a translation. | Details |
Original untranslatedMeta |
|||
If you're coding your own theme or plugin, you can call out to calendar functions directly to include content↵ calendar() or calendar("1") or calendar("1,3")↵ alternatively all the below using similar variations to the above for categories↵ calendar_minical() or calendar_upcoming_events() or calendar_todays_events() | You have to log in to add a translation. | Details | |
Original untranslated
If you're coding your own theme or plugin, you can call out to calendar functions directly to include content↵
calendar() or calendar("1") or calendar("1,3")↵
alternatively all the below using similar variations to the above for categories↵
calendar_minical() or calendar_upcoming_events() or calendar_todays_events()
CommentFound in installation list item. You have to log in to edit this translation. Meta |
|||
There is an iCalendar available within calendar. Once activated on the calendar options page, simply visit your site↵ with calendar_feed appended, e.g.↵ example.com/?calendar_feed | You have to log in to add a translation. | Details | |
Original untranslated
There is an iCalendar available within calendar. Once activated on the calendar options page, simply visit your site↵
with calendar_feed appended, e.g.↵
example.com/?calendar_feed
CommentFound in installation list item. You have to log in to edit this translation. Meta |
|||
Later versions of the plugin also support the new WordPress short code system, examples as follows↵ [calendar] or [calendar categories="1,3"] or [calendar type="mini" categories="1"] or [calendar type="upcoming"] | You have to log in to add a translation. | Details | |
Original untranslated
Later versions of the plugin also support the new WordPress short code system, examples as follows↵
[calendar] or [calendar categories="1,3"] or [calendar type="mini" categories="1"] or [calendar type="upcoming"]
CommentFound in installation list item. You have to log in to edit this translation. Meta |
|||
Additional data from the calendar may be inserted into posts and pages using the following legacy tags. Note the↵ inclusion of optional category ids to limit display in this way↵ {CALENDAR} or {CALENDAR;1} or {CALENDAR;1,2}↵ {MINICAL} or {MINICAL;1} or {MINICAL;1,2}↵ {TODAYS_EVENTS} or {TODAYS_EVENTS;1} or {TODAYS_EVENTS;1,3}↵ {UPCOMING_EVENTS} or {UPCOMING_EVENTS;1} or {UPCOMING_EVENTS;1,3} | You have to log in to add a translation. | Details | |
Original untranslated
Additional data from the calendar may be inserted into posts and pages using the following legacy tags. Note the↵
inclusion of optional category ids to limit display in this way↵
{CALENDAR} or {CALENDAR;1} or {CALENDAR;1,2}↵
{MINICAL} or {MINICAL;1} or {MINICAL;1,2}↵
{TODAYS_EVENTS} or {TODAYS_EVENTS;1} or {TODAYS_EVENTS;1,3}↵
{UPCOMING_EVENTS} or {UPCOMING_EVENTS;1} or {UPCOMING_EVENTS;1,3}
CommentFound in installation list item. You have to log in to edit this translation. Meta |
|||
You'll see two new widgets, "Today's Events" and "Upcoming Events" that will render data from the plugin. These can↵ be configured with custom titles and limited to certain categories by specifying their IDs, comma separated | You have to log in to add a translation. | Details | |
Original untranslated
You'll see two new widgets, "Today's Events" and "Upcoming Events" that will render data from the plugin. These can↵
be configured with custom titles and limited to certain categories by specifying their IDs, comma separated
CommentFound in installation list item. You have to log in to edit this translation. Meta |
|||
Firstly you should install Atristeer 2.3.0.23326 or later as the issue should be fixed in this version. Secondly, if this version fails to fix the issue then you should find the CSS classes named as below (or similar) and remove the z-index attribute from them↵ .BlockContent↵ .Block-body↵ .Block↵ .BlockContent-body↵ Thirdly, if you found yourself having to implement the above fix then don't ask for support - the problem is still with Atristeer and you should contact them about the issue. An update on their software and my support for it is posted here <a href="http://www.kieranoshea.com/forum/viewtopic.php?f=13&t=195" title="Artisteer Calendar Issue">Artisteer Calendar Issue</a> | You have to log in to add a translation. | Details | |
Original untranslated
Firstly you should install Atristeer 2.3.0.23326 or later as the issue should be fixed in this version. Secondly, if this version fails to fix the issue then you should find the CSS classes named as below (or similar) and remove the z-index attribute from them↵
.BlockContent↵
.Block-body↵
.Block↵
.BlockContent-body↵
Thirdly, if you found yourself having to implement the above fix then don't ask for support - the problem is still with Atristeer and you should contact them about the issue. An update on their software and my support for it is posted here <a href="http://www.kieranoshea.com/forum/viewtopic.php?f=13&t=195" title="Artisteer Calendar Issue">Artisteer Calendar Issue</a>
CommentFound in faq paragraph. You have to log in to edit this translation. Meta |
|||
You need to place the tag↵ {CALENDAR}↵ someplace in the post or page using the editor. This tag will be replaced with an instance of Calendar when the page is viewed. | You have to log in to add a translation. | Details | |
Original untranslated
You need to place the tag↵
{CALENDAR}↵
someplace in the post or page using the editor. This tag will be replaced with an instance of Calendar when the page is viewed.
CommentFound in faq paragraph. You have to log in to edit this translation. Meta |
|||
Remove the Rewrite rules from your .htaccess file that you added ↵ when you first installed Calendar. | You have to log in to add a translation. | Details | |
Original untranslated
Remove the Rewrite rules from your .htaccess file that you added ↵
when you first installed Calendar.
CommentFound in installation list item. You have to log in to edit this translation. Meta |
|||
Edit or create a page on your blog which includes the text <code>{CALENDAR}</code> and visit↵ the page you have edited or created. You should see your calendar in action. | You have to log in to add a translation. | Details | |
Original untranslated
Edit or create a page on your blog which includes the text <code>{CALENDAR}</code> and visit↵
the page you have edited or created. You should see your calendar in action.
CommentFound in installation list item. You have to log in to edit this translation. Meta |
|||
iCalendar feed of events can be made accessible | You have to log in to add a translation. | Details | |
Original untranslated
iCalendar feed of events can be made accessible
CommentFound in description list item. You have to log in to edit this translation. Meta |
|||
You've not called wp_head() in your theme's header and/or wp_footer() in your theme's footer. Add these calls and the Calendar will spring to life. | You have to log in to add a translation. | Details | |
Original untranslated
You've not called wp_head() in your theme's header and/or wp_footer() in your theme's footer. Add these calls and the Calendar will spring to life.
CommentFound in faq paragraph. You have to log in to edit this translation. Meta |
|||
To bring Calendar into full compliance with W3C web standards, some changes were made to the HTML which in turn required some changes to the styles. In order to activate these new styles you will need to tick the box on the Calendar options page to repair the Calendar style. Be warned that if you have made style changes in the box, you will lose them - be sure to back them up so you can edit them back in after the restore. | You have to log in to add a translation. | Details | |
Original untranslated
To bring Calendar into full compliance with W3C web standards, some changes were made to the HTML which in turn required some changes to the styles. In order to activate these new styles you will need to tick the box on the Calendar options page to repair the Calendar style. Be warned that if you have made style changes in the box, you will lose them - be sure to back them up so you can edit them back in after the restore.
CommentFound in faq paragraph. You have to log in to edit this translation. Meta |
|||
Check to make sure that the form field is not blank on WordPress/GeneralSettings/DateFormat if you have set it to custom. | You have to log in to add a translation. | Details | |
Original untranslated
Check to make sure that the form field is not blank on WordPress/GeneralSettings/DateFormat if you have set it to custom.
CommentFound in faq paragraph. You have to log in to edit this translation. Meta |
Export as
Comment
Short description.