Hi,
I found into a debug trace :
PHP Deprecated: Function create_function() is deprecated in …/wp-content/plugins/archives-calendar-widget/archives-calendar.php on line 69
Too on line 78
Best regards
Trebly
]]>Hi,
I installed Ajax Archive Calendar plugins and it work well. But I want to insert this Calendar into post or page. Is there any way to do this by shortcode????
Best Regards
Hasan
Hi! In my debug.log, I found the following lines:
PHP Warning: Use of undefined constant Y – assumed ‘Y’ (this will throw an Error in a future version of PHP) in /public_html/wp-content/plugins/ajax-archive-calendar/ajax-archive-calendar.php on line 104
PHP Warning: Use of undefined constant m – assumed ‘m’ (this will throw an Error in a future version of PHP) in /public_html/wp-content/plugins/ajax-archive-calendar/ajax-archive-calendar.php on line 101
How to fix it?
]]>After select the any month or year (not current) – the calendar displays a limited number of Post. (presets in general settings WP).
Must be corrected file ajax-archive-calendar.php str.335
just add ‘numberposts’ => $last_day,
// Get days with posts
$dayswithposts = get_posts(array(
'suppress_filters' => false,
'post_type' => 'post',
'post_status' => 'publish',
'monthnum' => $thismonth,
'year' => $thisyear,
'numberposts' => $last_day,
));
]]>
When i press on date with post the main page is opening, not the page with post
]]>Hi, i have installed this plugin and WPML plugin and my site has two languages.
In the main language (italian) i see all correctly (in the calendare there are all post) but if i change (in english language), i don’t see the enlgish post ma always the italian’s, why?
Somebody can help me?
thank you
Re: https://www.foregolfclub.org
I entered an Event in; Events> New Event and it doesn’t appear in the Calendar. Any help as to why?
Note: I know the Calendar is hard to see, however, it is a Sunday Event, so should be visible. Any help on how to fix my Columns/Width would be appreciated also.
Thank you.
]]>Can i resize ajax archive calendar?
i need to have a smaller image of calendar.
Thanks.
claudio
]]>Hi, thanks for your plugin.
I have just 2 problems:
– I’d like to show the post from one specific category.
– I wanted to customize the two select with fancySelect but the ajax stop its work. (https://code.octopuscreative.com/fancyselect/)
Hi,
I am using this plugin. It is good, but I want to show post of other post types, how can I do this…?
Please help me out…
Thanks
]]>– Your English month names are not correct.
– The current archive date could be highlighted.
– When reloading a page that has a particular month selected, the calendar defaults to the current month, not to the selected month. As a result, the month and year selected in the dropdowns are typically not the month that is shown.
]]>Hi nice plugin,
I understand this plugin is following the structure of core calendar of WP. However, is it possible to link dates to the post URL rather than archive pages? If so, that will be wonderful.
Thanks in advance,
Kalyan