Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
Hi rog,
to change to 24 hour time system please add this to your child theme functions.
function gde_24hour_times( $times ) { foreach($times as $key=>$val){ $times[$key]=$key; } return $times; } add_filter( 'geodir_event_schedule_times', 'gde_24hour_times' );
The translations of calendar will be in the next version of events manager.
Thanks,
Stiofan
It is to do with keping images responsive, i have made some changes to the CSS to hopefully improve it in next version.
Stiofan
August 5, 2014 at 11:15 am in reply to: Map Sticky doesn't work in GD Map – Listing page widgets #11003Thanks for the spot guy’s, i have fixed this and it will be in the next version.
Stiofan
Yes, we plan one today or tomorrow.
Thanks,
Stiofan
Hi Jim,
The widgets used are all the same and are GD>Popular post view.
Thanks,
Stiofan
This works from my demo, do you get the admin BCC if you enable it?
Stiofan
Multisite is in the lead, i will work on it from next week 🙂
Thanks,
Stiofan
haha yes, that page does not have the ability to change sidebars and adjust the widths etc.
Thanks for spotting the location bug in the url value, i have fixed this and it will be in the next version.
Thanks,
Stiofan
You are right, there were two problems here, the use of line breaks and the quotation marks not being escaped. i have fixed this and it will be in the next version.
Thanks,
Stiofan
Hi Roger, can you be more specific, do you mean the add listing cal or the widget?
Thanks,
Stiofan
lol, let us know if you solve it 🙂
Stiofan
Tested on mac firefox and chrome and PC chrome and frefox and could not replicate. sometimes i do get this not very often but sometime when my internet is playing up and anything from google seems to take forever or break.
This could also be due to a firefox extension you have installed.
Stiofan
This page is different hence it does not have that.
This is fixed and will be in the next release.
Thanks,
Stiofan
-
AuthorPosts