Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
Thanks everyone, i have fixed the php warning(it’s not an error)
I have also uploaded the latest review addon to your test site, but before i did that i found a place that had star rating but said 0 reviews “True Blue Mobility” once i added my own review it now reads two reviews so seems right.Can anyone replicate how to leave a review with it still saying 0 reviews?
Thanks,
Stiofan
August 28, 2014 at 3:23 pm in reply to: Map pop up info box not following prices and pyament plugin #13534i’m doing some tests now…
Stiofan
August 28, 2014 at 12:51 pm in reply to: Display Order option for front end display of prices #13520front end sort has not been added yet, it will be added soon, it has been put at the back of the list as it’s not a bug but a feature request.
Thanks,
Stiofan
Yes the functions name as missing, i have edited it now, this will still only work after the next release or payment manager (should be in a few hours or less)
Stiofan
I believe this is related to the removal of the additional info box, the script is still trying to verify it has been sent and because it has not been it does not save any info. We will be releasing a fix for this in a few hours.
Thanks,
Stiofan
added as a task, will be done soon
HI purple, can you post a link to this and maybe wp-admin, FTP and DB access and i’ll be able to figure out what has gone wrong and fix it.
Thanks,
Stiofan
for some reason the wordpress file write was failing, i added a php write backup, your site should work now, fix will be in the next veriosn of GDF (but i have added it to your site now)
Thanks,
Stiofan
I have added filters to be able to do this, it will be in the next ver or events and are as such
geodir_event_cal_single_day_sunday
Thanks,
Stiofan
Is this all solved? It looks to be, let me know if it’s not.
Thanks,
Stiofan
Hello, can you post FTP info and i’ll have a play, some servers are diffrent and require diffrent permissions, i usually start with 777 and work back until it still works.
Thanks,
Stiofan
Thanks for letting us know 🙂
Stiofan
hmm, what is your 7 day single letter representation?
Stiofan
Hi Brian yes i get you now, i have flagged this post for myself and will think about it when i am redoing advanced search.
Thanks,
Stiofan
Hi amolin,
I have added this ability to the next verison of events, once released you can change it by adding the code below to your child theme.
add_filter( 'geodir_calendar_start_weekday', 'geodir_calendar_start_weekday_change' ); function geodir_calendar_start_weekday_change( $day ) { return 1; }
1 will change it to Monday, 2 to Tuesday etc..
Stiofan
-
AuthorPosts