Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
Hi Thanks for the info. I set things up and it was not working, i checked your permalink settings and they were “/%postname%” i changed to “/%postname%/” with a trailing / and everything seems to work, let us know.
Thanks,
Stiofan
OK, something is not right, please provide FTP and wp-admin details and i’ll see what i can find.
Thanks,
Stiofan
There is nothing that is pointing me to anything inpaticular, i suspect maybe some of the custom JS the theme uses is conflicting with a variable name used somewhere in our plugin.
Maybe you could zip the theme and send it to us?
Stiofan
Hello,
This is a strange one, i suspect it’s a Database problem, can you please provide FTP and DB access so i can debug things.Thanks,
Stiofan
Ah great 🙂
This is how i would tackle it (i assume you are using multiratings manager):
#1 add a column to our wp_geodir_post_review table, something like related_post_id
#2 Then you would want to look at how we add our own ratings, with this action:
add_action( ‘comment_form_logged_in_after’, ‘geodir_reviewrating_comment_rating_fields’ );
#3 look at our multiratins function geodir_reviewrating_rating_frm_html() that will give you a start on how to add the ratings from another $post, you would then most likely rename the inputs to something like xyz_related and process them, look at our function geodir_reviewrating_save_rating() and the action add_action(‘comment_post’,’geodir_reviewrating_save_rating’);If you have any questions just ask.
Thanks,
Stiofan
Hi Greg
Can you also please provide FTP for this one?
Thanks,
Stiofan
March 8, 2016 at 5:18 pm in reply to: Split: Location Manager Addon conflicting with Woocommerce #135993Hello,
It might be best if you also pass FTP in case i do get problems when testing?
Stiofan
Thanks for the more info. That is not possible by default but could be added by a developer with hooks and actions that we currently have in place, the only new thing would be how to relate the two comments and for that it would probably be best to add a new column to our reviews table. If you hire a developer i would be happy to give them pointers/advice (we don’t do customisations ourselves but you can try posting in the jobs section)
Thanks,
Stiofan
Hello,
I deleted the pending transaction so that should have removed that problem.
The update problem sound like the OpenSSL problem, you will probably have problems with reciving payments on your site if you dont ask your host to update it also, you can read more about it on our blog: https://wpgeodirectory.com/paypal-sha-256-compliance-and-what-it-means/
Thanks,
Stiofan
That seems very strange, it seems like the paypal IPn is firing multiple times, can you check the IPN logs in paypal and see if it was fired multiple times and it it thinks it failed or was successful?
Thanks,
Stiofan
Hello,
i disabled Header Search Autocomplete from Highend Options -> Layout Settings -> Header Layout -> Search Autocomplete
and now both things menu hiding and listing images are working
the search autocomplete from theme causes JS error conflict
so i have disabled it from theme options
and now JS error gone and things seem to be all working.Thanks,
Stiofan
This reply has been marked as private.Hi Kirsten,
This seems to be a theme related conflict, i tried another theme and the map loads fine, i would really need FTP access to be able to find the problem, even then i don’t see anything sticking out so it might take a little bit to find the exact problem.
Thanks,
Stiofan
This is a problem for new widgets, current ones work ok, this has been fixed and will be in the next ver or you can replace this line or file with this one for now: https://github.com/GeoDirectory/geodirectory/blob/2d734df5518baa69f5e7a35540f4487701183ed1/geodirectory-widgets/geodirectory_features_widget.php#L147
Thanks,
Stiofan
Thanks for the info, the problem seems to be that a step for an achievement is it’s self so it loops, i don’t think the dev designed it that way so it just loops.
I would ask them to change this line to: https://github.com/wp-plugins/badgeos/blob/f822e1b6543034d17a91fa6f26e471b8fb9f0a8a/includes/achievement-functions.php#L206
if ( ! empty( $parents ) && $achievement_id!=$parents[0]->ID )I have done this to your files and it works as expected.
Let us know what the dev says.
Thanks,
Stiofan
-
AuthorPosts