Aspire2
Forum Replies Created
-
Forum: Reviews
In reply to: [CalPress Calendar] Not helpful support:satymrsd – great point. We did the videos originally for the pro version. We will work on doing some additional ones and maybe a simple start up guide / user guide for the free version.
Thanks for the input and I appreciate your comments.
Don
Forum: Reviews
In reply to: [CalPress Calendar] Not helpful support:Satyamrsd – Sorry to hear that you are unhappy with the software. We tried to make sure all features are listed including noting which ones are pro only. Sorry for any confusion.
Jan – we would be happy to answer any questions you have.
Don
Forum: Plugins
In reply to: [CalPress Calendar] Map shows incorrect addresslacsoft – please try to download and use our latest version here:
https://downloads.www.ads-software.com/plugin/calpress-event-calendar.zip
Don
Forum: Plugins
In reply to: [CalPress Calendar] Repeating events brokenMax – can you please submit a ticket to our helpdesk – we will likely need to take a look at the site and may need admin credentials – so we want to do that on a secure environment (our helpdesk).
Email us here to open a ticket:
[email protected]Thanks, Don
Forum: Plugins
In reply to: [CalPress Calendar] Shaded Event Times OffFarmServices – can you submit a ticket to our helpdesk – you have some interesting theme formatting that is creating some crazy rendering of calpress. I am sure we can fix it – but it will require completely different code than you used above.
Please send an email to [email protected]
Thanks, Don
Forum: Plugins
In reply to: [CalPress Calendar] Upcoming Events shows "no events"stbedesantae – we have actually had this debate internally – we get requests for both widgets and have tried to combine the features – we are working on a re-design now to make this more understandable.
Don
Forum: Plugins
In reply to: [CalPress Calendar] Multiple day eventsgaurand – so two options
1 – if your events are full day – single event over three days
2 – Create separate categories for each region and then use our short code to create specific calendars for each region that would only show the event for that region. The widget can also be limited by category so you could use a different one with each region if you have separate pages.
Not sure if that helps – you can also contact us through our support desk at [email protected] and we can take a closer look.
Thanks, Don
Forum: Plugins
In reply to: [CalPress Calendar] Two minor issues: "Subscribe" button & event titleOk – two things
The subscribe button is designed to open a ics file on your local machine – so if you have outlook or another calendar installed it will automatically open in that program. If not it will likely download the file to your local machine. The blank screen means you have no calendar (*.ics) program associated – so it is simply downloading the file.
On your second question are you trying to word wrap the event descriptions? If so you can use the following code:
.calp-event-title {
word-wrap:break-word;
display: inline;
overflow: visible;
}.calp-month-view .calp-event {
overflow: visible !important;
white-space: normal !important;
}Don
Forum: Plugins
In reply to: [CalPress Calendar] JQuery errors w/ tinyscrollbarWill
Plese open a ticket at:
Our new help desk.
https://support.calpresspro.comWe can then determine what the issue is by getting some additional information on a private ticket system.
Thanks, Don
Forum: Plugins
In reply to: [CalPress Calendar] Email reminder?kingcasper13 – we have these features in the pro version:
calpresspro.com
Don
Forum: Plugins
In reply to: [CalPress Calendar] Make calendar full-page?hornetnz – this is a setting in your theme. Edit the page that you have the calendar on and if you have a section to the left that allows you to change the page template. Usually your theme will allow you to switch to something like – full width, no sidebar, etc.
If you need more help – send us a note at [email protected]
Thanks, Don
Forum: Plugins
In reply to: [CalPress Calendar] How to delete completely the pluginAwesome – let us know if you need anything else. Also you can reach our helpdesk and knowledge base at support.calpresspro.com
Don
Forum: Plugins
In reply to: [CalPress Calendar] How to delete completely the pluginProlet – did you deactivate and then delete the plugin? I am not sure what you mean bu “deleted the files”
Also in roles – are you referring to “event contributor”? If so you can simply delete that role.
not sure what you meant by adminimize?
Don
Forum: Plugins
In reply to: [CalPress Calendar] Shaded Time Area for Week View is OffIn terms of this specific site – there are two issues
1) First is alignment both in the month view and day view – this is due to the way the theme formats the calendar. The simplest fix is to add the following css code to your site. You can put this in your theme options if it supports custom css or into the styles.css file within your theme directory. You may have to adjust the 28px value up or down to get it exactly right.
2) The second issue is that with 30 min events – there is very little room to display the text. I have added a font-size css element that makes it more readable – but it tough to get text to work inside such a small time slot.
#calp-daily-timesheet-events {
left: 28px;
}#calp-weekly-timesheet-events {
left: 28px;
}.calp-event {
font-size: 5px !important;
}Thanks, Don
Forum: Reviews
In reply to: [CalPress Calendar] Something strange happenedstbedesantafe – thanks for the detailed note! We will look into the items you mentioned right away. Spiffy is a newer calendar plugin but does a lot of thing right. Thanks for trying Calpress and we will work to address the issues you highlighted.
Thanks again, Don