Steve
Forum Replies Created
-
Forum: Plugins
In reply to: [Availability Calendar] start calendar on current monthHi Aaron,
Here are a few answers to your questions:
1. It is possible to display just a single (current) month, however this currently can only be achieved via CSS and isn’t a perfect solution.
2. It is not current possible / easy to hide months in the past, although you are not the only person to request this functionality.
Sorry that I haven’t been too helpful here, but struggling for time at the moment.
Forum: Plugins
In reply to: [Availability Calendar] dropdown box for monthHi,
This is not currently possible, although similar requests have been made to be able do display a select number or specific month.
Hopefully I can find some time soon – but don’t hold out!
Sorry to disappoint.
Forum: Plugins
In reply to: [Availability Calendar] Multiple CalendarsHi,
Yes, this should be possible by creating multiple calendars via the
Plugins > Availability
menu item.There will be one calendar named
default
already there. You can create additional calendars here and use the name in brackets (e.g. default) to display a specific calendar via the shortcodes:[availability display=”default”]
This will display the default calendar, just exchange this value with the required / generated value.
Hope this helps.
Forum: Plugins
In reply to: [SubHeading] Sub heading wrong positionHi,
Which method have you used to integrate sub headings?
If you opted for the automatic display method, it may not appear in exactly the right position based on the theme you are using.
I would recommend using the manual integration method if possible, as stated in the FAQs section titled “How can I stop subheadings appearing in places I don’t want them to?”
Forum: Plugins
In reply to: [Availability Calendar] Add class 'current-month' to current month's divHiya,
I thought this would be your approach to the styling.
Thanks for all the feedback, I’m glad you’re finding the plugin useful and offering suggestions for improvement.
With regards to the displaying of months rather than years, it’s going to be a case of finding the time to implement this feature.
Forum: Plugins
In reply to: [Availability Calendar] [Plugin: Availability Calendar] Fatal errorHi,
This can be fixed by modifying the manage.php file and replacing:
<?php $total = cal_days_in_month(CAL_GREGORIAN, $month, $this->year); ?>
with:
<?php $total = intval( date( 't', mktime( 0, 0, 0, $month, 1, $this->year ) ) ); ?>
This will be modified when 0.2.3 is released.
Thanks for notifying me of this issue.
Hi Tonya,
There is no admin tool as such to make style choices other than the ability to exclude the default stylesheet and choose the number of years available.
As of version 0.2.2 of the plugin there are additional classes added to the output of the calendars, allowing you to apply more targeted styles to the calendar.
I would suggest modifying the styles within you theme stylesheet or adding a new stylesheet based on the template.
Although this isn’t a exact solution to you question, I hope it’s a point in the right direction.
Forum: Plugins
In reply to: [Availability Calendar] Multiple Availability CalendarsHi all,
As of version 0.2 it is possible to create multiple calendars.
The ability to translate the calendars per calendar is another issue, which due to time restrictions will have to be put on hold for a short while.
Thanks for the feedback!
Forum: Plugins
In reply to: [Availability Calendar] How do I show 2 years of Availability calendarsHi Graham,
As soon as I have a small block of time it is my intention to solve this for you.
The idea I have is to be able to specify a year in the shortcode, e.g. [availability display=”current-year”] – as well as previous and next year for completeness.
Haven’t thought about it specifically yet, but intend to take a look in the next few days.
Forum: Plugins
In reply to: [Availability Calendar] Add class 'current-month' to current month's divHi,
Thanks for the feedback!
I have committed version 0.2.2, which includes a number of new classes assigned to the calendars.
Looks like you know what you’re doing in terms of styling etc, so suggest you take a look at the output produced by the new release.
Hope this is what you were looking for.
Forum: Plugins
In reply to: [Availability Calendar] [Plugin: Availability Calendar] Multi languageHi,
I will try and consider this or similar functionality for the next major release.
Although there is some use of internationalisation within the plugin it does not span to this degree of customisation.
If only there were more hours in the day!
Forum: Plugins
In reply to: [Availability Calendar] Updated Calendar and it would not save booked dates.Hi all,
Earlier today I committed version 0.2.1 that should solve the upgrade issue.
If you have any problems with this, or if you can confirm it fixes the problem, please let me know.
Thanks.
Forum: Plugins
In reply to: [Availability Calendar] Updated Calendar and it would not save booked dates.Hello again,
I believe the issue causing this has now been identified and I can work on a fix for this.
Thanks to davinian for highlighting the re-activation solution, as this pointed me in the right direction.
An update will be published within the next day or so.
Forum: Plugins
In reply to: [Page Meta] Extra code appearsHello again,
When searching via the admin panel plugin installation for “pagemeta” I get only one result. There are a couple of options for “page meta”, however the first refers to this plugin.
I’ll try and investigate further into the other issues over the next day or so and also take a look at the plugin you mentioned.
There may be some alternatives, but the reason I created this plugin was to provide something simple and lightweight unlike many of the others and at the time there weren’t any around.
Forum: Plugins
In reply to: [Availability Calendar] Updated Calendar and it would not save booked dates.Hi,
Not totally sure why this is the case, possibly an issue with the upgrade procedure.
Were there any visible errors shown? There was a modification made to the database table used which could be another possibility of failure.
I have tested in WP 3.4.2 and couldn’t replicate this issue.