v1ni
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Events Manager] iCAL Url not working with Google?Apologies, but you’re right it is working now!
I was trying almost immediately after updating to 5.1.6.9… Maybe something needed to catch up!
Really appreciate all your support with these iCAL issues & everything else!
Forum: Plugins
In reply to: [Plugin: Events Manager] iCAL Url not working with Google?thanks for this… using 5.1.6.9 —> iCal checks out on severinghaus now, but still can’t add to Google 🙁
Forum: Plugins
In reply to: [Plugin: Events Manager] iCAL Url not working with Google?Sorry forgot to say in original post this is v5.1.6.6 (WP 3.2.1)
I already opened a topic regarding this issue; http://ww.wp.xz.cn/support/topic/plugin-events-manager-ical-url-not-working-with-google?replies=3#post-2787904
Forum: Plugins
In reply to: [Plugin: Events Manager] iCAL Url not working with Google?I’ve disabled all plugins and themes… still the same.
iCAL validators suggest the same issue IanButty reported here…
Excellent work Marcus!
I updated to 5.1.6.4 and initially it didn’t work… So I checked my General WordPress settings and I was set to UTC. I must have set it to UTC during testing…
Setting it to London has helped, and with 5.1.6.4 all is well 🙂
My ‘Events-Manager’ is running here; http://www.squeelers.co.uk/events/
Great job!
Hey guys, I’m sure you’re still having ‘fun’ with this… I guess you’re well aware that the DST changes in GMT have NOT had any affect on the plugin and the problem still persists 🙁
Yep, disabling Archiving has fixed this for me too.
This is an acceptable work around for me, now, many thanks!
I’ve got it set to “display as a page” (though choosing post does nothing)
I’ve tried using a different page template (does nothing)
Format overwrite is set to Yes (Yes/No doesn’t make a difference)http://www.squeelers.co.uk/events/ (worked fine using below code on 5.1.3)
Header
Want to add the entire schedule to your Calendar? <a href="../events.ics">Click Here</a> <table cellpadding="0" cellspacing="0" id="current-events" > <thead> <tr> <th id="event-time" width="*">Date/Time</th> <th id="event-description" width="*">Event</th> <th id="event-ical" width="*">iCal</th> </thead> <tbody>Default Event List Format
<tr> <td> #_EVENTDATES @ #_EVENTTIMES </td> <td> #_EVENTLINK (<i>#_LOCATIONNAME, #_LOCATIONPOSTCODE</i>) </td> <td> <a href="#_EVENTICALURL"><img src="http://www.squeelers.co.uk/wp-content/themes/squeelers/images/calendar_add.png"></a> </td> </tr>Footer is the default…
Cheers for this! hope the above helps you!
5.1.4 seems to be ignoring the header I have set in Events Format, regardless of Format Overwrite being enabled. Post/Page.
Worked fine in 5.1.3…
Didnt see that! Thanks! Keep up the good work, the plugin is excellent!
(Marking as resolved and following the other thread!)
Forum: Plugins
In reply to: [Plugin: Events Manager] #_BOOKINGBUTTON Problems – Multiple tickets?This is on a fresh WP 3.3.1 and fresh Events Manager 5.1.3 (no other plugins enabled)
I use GoDaddy, they assure me the Server is DST compliant, and I’ve tried UTC and GMT to no avail.
Forum: Plugins
In reply to: [Plugin: ZenphotoPress] Call specific/random thumbnailYou can see what I want/wanted to achieve here: http://www.squeelers.co.uk/photos/
At the minute, that is ZenShow pulling a random image in. (Code here; http://pastebin.com/vcx7VAJA)
Ideally, as you can see in the pastebin example, I would like to use ZenPhotoPress to pull in an image based on the “album”/”page”/”post” that is referred to.
I don’t quite know if the plugin has the ability to decode that information though! I might just have to make do with what I have…
Forum: Plugins
In reply to: [Plugin: ZenphotoPress] Call specific/random thumbnailI’m wanting to pull a single specified thumbnail and or/random thumbnail from the album that the code below dictates – in place of my existing
<?php echo $image[0]; ?>Code = http://pastebin.com/BnX909m1
Is this possible and any idea how?