claudeine
Forum Replies Created
-
Forum: Plugins
In reply to: [ACF-VC Integrator] Date picker outpout@frederik-rosendahl-kaa Are you there?
Forum: Plugins
In reply to: [ACF-VC Integrator] Post object output@frederik-rosendahl-kaa Awesome! You are perfect. I’m going to test all of this tomorrow but I think it will indeed help me.
Thank you again for your help.Forum: Plugins
In reply to: [ACF-VC Integrator] Post object output@frederik-rosendahl-kaa I will explain you my situation, maybe It can help you to understand and solve my probs.
1- I have a custom post type : “Teacher” where I have Title (name of the teacher), Thumbnail (his picture) and custom ACF Meta link “Facebook” (his facebook page URL).
2- I have a second custom post type : “Workshop” where I have Title (name of the workshop) Thumbnail (his picture), expert (his program) and a custom ACF Meta Post Object “Teacher” (where we select 1 or more post of my previous custom post type).
So I need to display, on Workshop page, the teachers (because there can be several) and their information with your “acfvc_post_object”.3- But then I have a third custom post type : “Session” where I have a custom ACF meta date picker “Date” and a custom ACF Meta Post Object “Workshop” (where we select only one of the previous custom post type).
And I need to display on the Session page the workshop name, thumbnail and link with your “acfvc_post_object”.So If I made filter for the “acfvc_post_object” for my custom post type “Workshop” he doesn’t work for my custom post type “Session”.
And I’m still unable to recover thumbnail and custom meta in the “acfvc_post_object” filter.Hope this help you to understand.
- This reply was modified 5 years, 8 months ago by claudeine.
Forum: Plugins
In reply to: [ACF-VC Integrator] Post object output@frederik-rosendahl-kaa Thanks a lot !
Forum: Plugins
In reply to: [ACF-VC Integrator] Post object output@frederik-rosendahl-kaa I imagine you are busy with work and I apologize for insisting but I am really stuck in my project and I need your help on these points:
I mean the $output is necessarily the same for all the “acfvc_post_object” blocks it uses, but sometimes with this same object I would need to display the title of the post, while others I would need to display its thumbnail.
By the way you didn’t tell me how to get the thumbnail and a custom meta of the linked post as I did for the title or the permalink, I did not succeed.
Would you also have a list of the different filters available for the different blocks available?
Regards
Forum: Plugins
In reply to: [ACF-VC Integrator] Post object output@frederik-rosendahl-kaa No worries, I understand for your work.
I mean the $output is necessarily the same for all the “acfvc_post_object” blocks it uses, but sometimes with this same object I would need to display the title of the post, while others I would need to display its thumbnail.
By the way you didn’t tell me how to get the thumbnail and a custom meta of the linked post as I did for the title or the permalink, I did not succeed.
Would you also have a list of the different filters available for the different blocks available?
Thank you again for your precious help.
RegardsForum: Plugins
In reply to: [ACF-VC Integrator] Post object output@frederik-rosendahl-kaa please need your help 🥺
Forum: Plugins
In reply to: [ACF-VC Integrator] Post object outputHi @frederik-rosendahl-kaa, thank a lot for your answer,
Sorry for my ignorance but I don’t understand how to output 1 of the parameters of the Post Object. I’m doing this (I am not sure at all what I have done I am new to code) :
add_filter( 'acfvc_post_object', 'acfvc_custom_post_object_output', 10, 3 ); function acfvc_custom_post_object_output ( $output, $field, $post_id ) { $field = get_field('formation'); if( $field ): $ID = esc_html( $field->ID ) ; $title = esc_html( $field->post_title ) ; $permalink = get_permalink( $ID ); $thumbnail = '' ; $custom_field = '' ; endif; $output = '' ; return $output; }But now how can I display the title sometimes, sometimes the permalink?
Also I can’t save the post object thumbnail and a custom meta.Thank for your help.
Forum: Plugins
In reply to: [Live Chat (Messenger API) + PolyLang] Don’t work on firefoxhmmm my bad, it’s only on MY firefox, I will check and disable somes plugin.
I’m looking in the “public.bundle.base-3.6.5.min.js” and I see all terms in different languages, so its seem to language .mo files aren’t use, I’m wrong?
So how can we translate the plugin? For exemple I want have “Retour” for translate “Back” for the public button back instead of “Arrière”, but if I change something it in the .js plugin doesn’t work anymore.Please can you answer and solve this? How can’t you provide this kind of support and expect upgrade for a premium version?
Regards
I create .po file with Loco Translate plugin, then I have edit translation but nothing happen.
Please someone can help me ?
Forum: Plugins
In reply to: [WooCommerce] Transaction CancelledHi, @dangcv I change code like you said, it work fine for one site but for an other one Paypal said “Your cart is empty” do you have any idea ?
that’s what I feared.
ThanksForum: Plugins
In reply to: [QuizMe] [Plugin: QuizMe] how to edit template formYes I know that, but isn’t a good solution and I need make more, just tell me the name of the right file please and I see.
Thanks.
Forum: Plugins
In reply to: [QuizMe] [Plugin: QuizMe] Admin Panel Problemok thanks for your answers.