dropincentre
Forum Replies Created
-
Forum: Plugins
In reply to: [TinyMCE Templates] Templates adding tags'content' => wpautop( $content ), 'preview' => $preview, 'is_shortcode' => $p['is_shortcode'],For anyone else having this issue, make a copy of tinymce-templates.php in your child theme and remove the wpautop function from the “content”
- This reply was modified 7 years, 1 month ago by dropincentre.
It started working again, all by itself.
Don’t ask me how / why, I didn’t do anything 🙂
Hi there,
Thanks for the response. My PHP limit is 256M (site + plugins sitting at 76M usage). As I said before it’s been working perfectly fine for weeks, I’m not sure why all of a sudden it isn’t completing.
- This reply was modified 9 years, 6 months ago by dropincentre.
Forum: Plugins
In reply to: [Event Organiser] Event Agenda WidgetI actually think it was just a cache issue.
It seems to be working perfectly on my site now with the LIMIT change
Forum: Plugins
In reply to: [Event Organiser] Event Agenda WidgetNot really being a coder I’ve only tried modifying basic modifications, which gets me halfway there.
http://postimg.org/image/46zm00lm1/
Changing the limit in event-organiser-ajax.php from 4 to 2 does seem to limit the days shown to 2. I also tested it with 6 to see if it worked for tjsherlock – it does (you have to clear browser cache after changing the LIMIT value)
Line: 627
$orderlimit = "ORDER BY {$wpdb->eo_events}.StartDate {$query['order']} LIMIT 2";this only works however when the nav buttons are pressed. It seems it recalculates the values – but on initial load it doesn’t and the LIMIT is ignored.
Essentially I need a way of it doing the recalc when it first loads, but like I said, I’m not really a coder
Forum: Plugins
In reply to: [Event Organiser] Event Agenda WidgetWould really like an answer to this also, as I would like to REDUCE the amount of days paginated to 2/3 as I have the widget embedded in a page and the height is too much.