mglong
Forum Replies Created
-
Forum: Plugins
In reply to: [Event List] Support for WP 5.0For now, I’ve reverted to an older PHP version as this seemed to be the cause on my current host. Having enabled WP Debug temporarily, it seems this plugin is using a PHP extension which may or may not work too well with my host and PHP7.
Forum: Plugins
In reply to: [Event List] Multiple event lists possible?Yes, just use different categories and then include the category in your shortcode, for example:
[event-list cat_filter=gallery]
[event-list cat_filter=cafe]Forum: Plugins
In reply to: [Event List] Event details do not wrap wordsInteresting. It looks fine for me in IE10. I don’t have an older IE available right now to check though, sorry.
Forum: Plugins
In reply to: [Event List] Event details do not wrap wordsFirstly, I’m not the developer…I just happened to be browsing here checking on a one of my previous threads.
But I am sure that line 97 or thereabouts of your screen.css which says:
code, pre { display: block; white-space: pre; }is absolutely the cause of your issue. If I use Chrome developer tools to disable that one line your text word wraps correctly.
Give it another try. Good luck 🙂
Forum: Plugins
In reply to: [Event List] Event details do not wrap wordsThis is your theme, not this plug-in. Somewhere in your screen.css you have “white-space: pre” which means text will not wrap.
Forum: Plugins
In reply to: [Event List] How to enter eventsLook down the left-hand side of your Administration pages and you will see “Event List”. This is where you manage event details and general settings.
Forum: Plugins
In reply to: [Event List] Multiple events on same dayThanks for this. If you don’t mind, I’m going to take a look at your code because I’m using this plugin to display very lightweight event details (just a very short description and sometimes a location) and therefore just hiding the date block on subsequent events is causing large gaps in my events list side bar.
If I make progress, I’ll willingly share for your review.
Forum: Plugins
In reply to: [Event List] Feature Request: Small Multiday Event DisplayI was thinking about this and along the same lines. As you say, it really doesn’t look very elegant when just one multi-day event is listed in a sidebar of other single-day events. It does need some thought though… in my case, prior to any event it’s useful to know the start and end date. I guess I can’t have it both ways 🙂
Forum: Plugins
In reply to: [Event List] Multiple events on same daySorry, but I can’t see this option anywhere. How I do enable this?
Forum: Plugins
In reply to: [Event List] Multiple events on same dayHopefully this is still on your to-do list. It would be a cool feature and clean up the view where there are multiple events on one day.
Forum: Plugins
In reply to: [Simplr Registration Form Plus+] Activation errorI see Mike has updated the plugin now to remove the PHP 5.3 dependency but actually my web host migrated my site to PHP 5.3 server. I’m now sorted but have upgraded to the latest version of the plugin anyway. Thanks.
Forum: Plugins
In reply to: [Simplr Registration Form Plus+] Activation errorI’m using shared hosting so I’m not sure I can upgrade to 5.3 as easily 🙁 A patch for backward compatibility would be much appreciated. Martin
Forum: Plugins
In reply to: [Simplr Registration Form Plus+] Activation errorMy host is using 5.2.17
Forum: Fixing WordPress
In reply to: Warning: gzuncompress() [function.gzuncompress]: data error^ I’m not looking for help here – the warning about the theme was my point.
Forum: Fixing WordPress
In reply to: Warning: gzuncompress() [function.gzuncompress]: data errorI’m having a similar issue. This is a Padd Solutions theme – I’ve been experimenting with a similar theme and know full well it’s far from clean (dodgy links in the footer and goodness knows what else lurking in the encrypted code).
I’m trying to resolve this particular issue with gzuncompress(), but be aware that if your theme is unmodified, you probably have a much bigger problem you didn’t know about.