Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
Hello,
I’m not sure what you are trying to do, if you explain better i might be able to help more, the code your looking for is here: https://github.com/GeoDirectory/geodirectory/blob/master/geodirectory-functions/map-functions/map_template_tags.php#L219
Thanks,
Stiofan
not sure what you mean by that?
Hi Scott,
Hoping to release tomorrow but you can see the change here:https://github.com/GeoDirectory/geodirectory/commit/9fd5672afbb5fe7bc1cea98014b6148541b2f6e5
Or even download our latest dev version here: https://github.com/GeoDirectory/geodirectory/archive/master.zip
Project home: https://github.com/GeoDirectory/geodirectory
Thanks,
Stiofan
Hi Dan,
For the wrong price bug can you try replacing this line in geodir_stripe.js LINE 55
amount: ( parseInt( data.amount ) * 100 )with this:
amount: ( (parseFloat( data.amount ) * 100).toFixed(2) )Thanks,
Stiofan
This reply has been marked as private.Please check now, the post_type was missing.
Stiofan
It would be harder to add it with the filter, you would have to do a strip replace for positioning. The new hook once released will allow you to add a link like the following example (would be added to your child theme functions.php)
add_action('geodir_infowindow_meta_after','my_custom_link_in_infowindow',10,2); function my_custom_link_in_infowindow($post_obj,$preview){ echo "<a href='#'>MY LINK</a>'; }Thanks,
Stiofan
I found the problem and tested, there was a bug where the averge rating was only updated corectly if the post was non approved an then approved, so posts by admins were not correctly counted, this will be fixed in the next release , for now all you should have to do is unaprove and then reaprove any comment for a post to update the ratings.
Thanks,
Stiofan
Looks perfect for it, and also i’m Scottish 🙂
Hi Scott,
This depends on exactly what you want to do, there is a filter there for the html output “geodir_custom_infowindow_html” and i have just added an action for after the meta info, which will be in the next release “geodir_infowindow_meta_after” which could both help.
Thanks,
Stiofan
This reply has been marked as private.Hi David,
Have u tried re-syncing?
if still noluck, please let me know wp-admin details and i will have a look.
Thanks,
Stiofan
The strip payment manager requires the normal payment manager to work, i have added a check to strip payment manager to check normal payment manager is installed before loading, this will stop this happening in the future.
Thanks,
Stiofan
do u have skype and we can resolve this quicker?
can u recreate this problem again? The only way i can think it could happen with the latest update is if u had a session stored from alreaddy adding a listing from the 1.4.0 ver and then edited a post with 1.4.1, this would mean u had not added any new posts from front end with 1.4.1 first?
Stiofan
-
AuthorPosts