lukcio
Forum Replies Created
-
The problem here was double gzip compression enabled on server. Guys from the hosting company gave me a hint.
Solution was to add:
php_flag zlib.output_compression Off
to main htaccess file (in main wordpress dir).
Forum: Plugins
In reply to: [Sidebar Login] [Plugin: Sidebar Login] This plugin doesn't work at all.For all you folks having problems with freezing sidebar login – you need to update your jquery. Plugin works fine with jquery 1.7.1.
Cheers!
Hey,
It’s really simple
Go to list.php, single.php or wherever you want to display the time, and use functions the_event_start_date end the_event_end_date with your own parameters:example:
<?php echo the_event_start_date(null,FALSE,’G:i’); ?> – <?php echo the_event_end_date(null,FALSE,’G:i’); ?>result:
8:00 – 15:00Cheers!
Forum: Plugins
In reply to: [User Access Manager] [Plugin: User Access Manager] Problem with calendarI have very similar problem with The Events Calendar plugin.
UAM restricted posts are displayed (header and description) in the calendar and in the plugin’s upcoming events widget.
GM_Alex perhaps you have some kind of suggestion how to use UAM’s functions or variables to hide posts also in the calendar?
It’s very important for me.
Thanks!