Kiran
Forum Replies Created
-
AuthorPosts
-
Hi Alfonso,
On frontend edit listing page it shows listing data from last revision data. It shows message on top of the form if there data is loading from revision. But you have hidden it via following css.
.has-revision, .gd-tz-item { display: none; }
Try to make visible revision message “Ey, hemos encontrado algunos cambios no guardados previamente y los mostramos a continuación. Si prefiere empezar de nuevo, haga clic aquí para eliminar esta revisión.” then it will allow to clear revision and show current listing saved data.
Regards,
KiranJanuary 8, 2020 at 12:25 pm in reply to: Issues with translations – Page Not Found when setting location #524634This reply has been marked as private.This reply has been marked as private.Hi,
Above snippet will display rich snippet from GeoDirectory. If you want to show Rank Math rich snippet then:
1) Replaceadd_filter( 'rank_math/json_ld', 'gd_snippet_200106_rank_math_json_ld', 20, 2 );
with
//add_filter( 'rank_math/json_ld', 'gd_snippet_200106_rank_math_json_ld', 20, 2 );
2) Replace
//remove_action( 'wp_head', array( 'GeoDir_Post_Data', 'schema' ), 10 );
with
remove_action( 'wp_head', array( 'GeoDir_Post_Data', 'schema' ), 10 );
Kiran
Hi Dirk,
a) . i) After the migration this is empty. Is it okay?
FIXED
—
b) . i) After the migration this is the user ID. Is this okay? (see pic)
ii) Why is the user ID here used? Very uncommon. Please use here the user name as you also show the user name if you click on Full Details view.We have updated this to show user name with ID (it will be in next release).
—
c) . i) Also here the user ID is used. The user name cannot be found in the Full Details view. Please use here the user name. BTW: It is not the Author here it is the Approver.
We have updated this to show author name with ID (it will be in next release). Author is original post owner.
—
d) . i) After the migration all “claim” dates are set to “0”. Fetched by migration process?
FIXED
Regards,
KiranThis reply has been marked as private.Glad to hear that it worked.
Thanks
There was a conflict with “LearnDash LMS” & “Astra PRO” plugins. We have added compatibility in our plugin to fix this from our side.
Kiran
Thanks for letting us know 🙂
Hi Adrian,
In GDv1 it is not easily feasible, because we have added extra validation for email & also there are some new functionalities like post meta, post badge that need to be adjusted via customization to show multiple emails.
We recommend you to use another email field and you can use hook to send email to that email as well.
I asked GDv1 site, because i thought you have customization done there to work with multiple emails.
Regards,
KiranWe used function what WordPress uses in posts API to prepare date for the response. I think this error may not affect any functionality.
Thanks,
KiranHi zyze8,
In Pricing Manager is also allows to set post status that you want when payment completed for the package. It can be set from CPT Settings > Packages > Edit Package > Paid Status.
Please provide example how you want so can help you to achieve that if it is easily feasible.
Regards,
KiranHi Will,
Please check i have added PHP snippet to render JobPosting schema based on gd_job custom fields.
Kiran
Hi Alexander,
Sorry, but FTP credentials are still not working. I have asked one of by team member to check and he also faced same error.
Please create new FTP account with new password or provide CPanel account credentials if you have. I will manage to access file manager from CPanel account .
Regards,
KiranHi Steffen,
Issue has been fixed, there was a conflict with “LearnDash LMS” & “Astra PRO” plugins.
Regards,
Kiran -
AuthorPosts