WP Shuffle
Forum Replies Created
-
Hello @bph30
That’s great to know. Please let us know if you need any further assistance and if you really liked our plugin and support then please give us a review from the link below.
https://ww.wp.xz.cn/support/plugin/frontend-post-submission-manager-lite/reviews/#new-post
Thanks.Hello @bph30
Thank you for writing to us. With additional fields, you mean custom fields right? If yes then custom fields are stored in the post meta table where WP itself stores all the custom fields in that table. And our plugin does have the funcitonality to display the custom fields in the post detail template. For this you will need to enable “Post Detail Display” as shown in the screenshot below.
https://prnt.sc/Pa4NejpqY_9U
Please let us know if you meant something else.
Thanks.Hello there,
Thank you for writing to us. It seems the query is for the PRO version and this is the support forum for our free version. We have our dedicated pro version support channel available in this link. Please communicate further from the contact form available in this link.
Currently the dropdown available in our plugin is a normal HTML select dropdown which doesn’t have the search functionality. But we will try to come up with an option to enable the search in the dropdown in our very next update. So please stay tuned.
ThanksHello @stefanoulivieri,
Thank you for writing to us. Since datepicker is not available in the free version so is this the query for our PRO version? If yes then we have a dedicated support for our PRO customers. Can you please send us the query from the contact form available in this link?
If not then please do let us know
ThanksForum: Plugins
In reply to: [Floating Side Tab] Not showing (non-Pro) on shop pagesHello @avtbenelux
Thank you for your reply. The shop tab is the tab that we had created and named it Shop Tab on our development server. That dropdown will list all the tabs that you have created 🙂
If you are really liking our plugin and happy with our support then please give us a review from the link below. We would be really grateful if you could give us a review 🙂
https://ww.wp.xz.cn/support/plugin/floating-side-tab/reviews/#new-post
Thanks.Forum: Plugins
In reply to: [Floating Side Tab] Not showing (non-Pro) on shop pagesHello @avtbenelux ,
Thank you for writing to us. Sorry for a bit of a late reply since we somehow missed the notification of the support query.
We just check and it is working properly on our end. Can you please check if you have selected the tab in the settings for the pages? Please check the screenshot below for an easy reference.
https://prnt.sc/ZrjC-qxpQo5u
Thanks.Forum: Plugins
In reply to: [Floating Side Tab] Enabling Tabs on Specific PagesHello @trey03 @trey96
We already have this feature in our PRO Version where you can choose the a specific menu for the pages and then also provide the slugs of the pages in which you want to display the menu.
https://prnt.sc/_PBmVOWV1JsX
Thanks.Hello @els0974
Have you got chance to check this?
ThanksHello there,
Thank you for writing to us.
You can check all the necessary hooks available in our plugin in the help section. The specific hook that you are asking is as below which is fired just after the form is submitted./**
* Fires when the successful form submission is complete
*
* @param int $insert_update_post_id
* @param array $form_row
* @param string $action
*/
do_action( 'fpsml_form_submission_success', $insert_update_post_id, $form_row, $action );Please let us know if you have any confusion regarding the provided code.
Thanks.Hello @els0974 ,
Thank you for writing to us. Label might not be showing because of not configuring in the backend. The label can be configured for each field in the backend. Please refer to the screenshot below.
https://prnt.sc/02UInlTrka_N
Thanks.Hello @yergomezz ,
Thank you for the video. The form that you are showing in the video is not coming from our plugin but may be from some other plugin. Our plugin only generates the Frontend Post Submission Form but not the registration form.
Thanks.Hello @yergomezz ,
We are a bit unclear regarding the fields that you are mentioning. Can you please share us the screenshots of the fields that you want to rename? Most of the form fields label in our form is already configurable from the backend.
ThanksHello @javajiver ,
We checked in the provided link and it seems you have already have the updated version so we hope the issue that you have mentioned should be fixed. So we are marking this ticket as resolved.
Please do let us know if you still need any further assistance.
Thanks.Hello @yergomezz ,
Thank you for the confirmation. Our plugin doesn’t handle any functionality regarding registration but just provides the ability to submit the post from frontend with or without logging in.
Thanks.Hello @yergomezz ,
Thank you for writing to us. We are a bit confused regarding your query since our plugin doesn’t have any functionality regarding registration form.
Can you please confirm if you really mean registration form or the frontend post submission form?
Thanks.