shrmn
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] Change Logo SizeDoing what TheMadWiddler1200 suggested would cause all images on your page to have a maximum width of 600px.
Forum: Plugins
In reply to: [Plugin: All-in-One Event Calendar] Filter Not WorkingA javascript file failed to load from your server:
Failed to load resource: the server responded with a status of 403 (Forbidden)Just a heads up, this issue is also present in Descriptions of events, and has been fixed in this post:
Fix: Description in exported calendar has htmlentities and tags
Just a heads up, this issue is also present in Descriptions of events, and has been fixed in this post:
Fix: Description in exported calendar has htmlentities and tags
To the OP’s issue regarding multi-day events showing only on the first day:
FIX: Multi-day events only display once in Month view
@katherholt: Which version did you update to? 1.5? Try manually uploading the files (keep a backup of your old ones just in case) to see if the error still occurs.
Have you tried the steps mentioned here:
I’ve just encountered this today. Create an event that spans across a week, but starts on Monday. Now proceed on to the Calendar Month view: it only shows on Monday.
You can use WordPress’ Subversion Repository to monitor changes.
Changes between rev 513133 (v1.4) to rev 526280 (v1.5):
Click the (x diffs) beside a file to see what changed.
I do not have the same issues with ai1ec version 1.5 – have you tried updating?
I am able to move blocks around in both the Post and Dashboard pages. Links in posts work fine.
I am using the TinyMCE Advanced plugin.
Odd, recurrence and exceptions to events work fine for me – I’m on v1.5!
For an event repeating on, say a monday, you must choose the “Weekly” tab and click on M and click Apply on that Weekly tab.
@zondar, for that error, try reuploading the entire directory from the old version. Seems like a couple of files didn’t manage to upload.
Try the steps as mentioned here:
http://wordpress.org/support/topic/plugin-all-in-one-event-calendar-blank-event-detail-page?replies=3#post-2734072Have you tried changing the value of
'posts_per_page' => 1?Yes it is possible.
Edit file
/all-in-one-event-calendar/app/controller/class-ai1ec-events-controller.phpUnder the function
get_view, move the lineecho $content;(should be line 570 for ai1ec v1.5) to directly underob_start();.Developers, you could add this as part of a Setting for the next release! (:
Okay sorry I’ve fixed my own issue – tried replicating it on another server of mine and didn’t happen. Think its a problem with one of my custom edits to the code.