Reventlov
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Store Locator] Turn some fields as ‘required’Hi @wpmudev-support8 ,
Thank you, I deactivate temporarely the firewall to connect, it worked.
Regards.
Forum: Plugins
In reply to: [GEO my WP] No result custom messageHello,
Thank you for your update. I just try quickly on a dev site, and it seems it works good ??
It’s possible now to have a custom sidebar to any cpt archives page by remplacing the original one.
I will use it in next project ??
Have a good week !
Hi,
It’s on my site after redirect.
Regards.
Forum: Plugins
In reply to: [WP Store Locator] Turn some fields as ‘required’Hi,
Ok I understand.
So I added a custom field required in additional informations tab, like that :
add_filter( 'wpsl_meta_box_fields', 'custom_meta_box_fields' ); function custom_meta_box_fields( $meta_fields ) { ? ? $meta_fields[__( 'Additional Information', 'wpsl' )] = array( ? ? ? ? 'zip2' => array( ? ? ? ? ? ? 'label' => __( 'Zip code', 'wpsl' ), ? ? ? ? ? ? 'required' => true, ? ? ? ? ), ); ? ? return $meta_fields; }
It works but there is 2 zip fields now.
Have a nice day.
Forum: Plugins
In reply to: [WP Store Locator] Turn some fields as ‘required’Hello,
Thanks for your prompt answer.
English is not my language and so, I probably did not explain correctly ??
My request is not about template. It’s about fields in backend. I would like to make the zip code field mandatory like city field for instance.
Here : ?https://prnt.sc/ZT6S8iorfwhc I want that it’s not possible to publish the store if zip code is not filled.
Regards.
Hello
Thank you for your reply.
Yes there was no problem with custom single posts. The problem was with custom taxonomy archives (and Cpt archives actually).
I finally decided to do it manually.
Have a nice day.
Regards.
Sorry, wrong alert ??
I found my mistake. I had 2 groups of conditionnal fields which used same values.
I changed it and everything works like a charm. That plugin rocks.
Have a nice day.
Ok, it’s not a big problem.
Thank you. Have a nice day.
Hi Adam,
Thank you very much. I will try that next week and keep you updated.
Have a nice weekend.
Hi Adam,
Thank you.
Can you tell me more about the custom code to populate select field (including calculation values for options) from custom posts??
I could be interested in that too.
Regards.
Forum: Plugins
In reply to: [LiteSpeed Cache] Mobile Menu dont work when delay JsHi, it sounds crazy that nobody can give a js files to exclude.
I opened a ticket at Astra, can you believe they give the link of this thread…
Hi Jose,
Thank you for your prompt reply !
Yes it is what I mean. I deactivate your plugin and that error appears.
I refresh the rewrite rules as you suggested and it works now.
Thank you very much for your help !
Best regards.
Forum: Plugins
In reply to: [WP Post Popup] Remove admin notices impossibleIt happens nothing. The notices stay here forever.