Forum Replies Created
-
AuthorPosts
-
February 14, 2020 at 3:46 PM in reply to: Settings are not saving while throwing this error in console #18272
Akram ul haq
ParticipantHi,
I could not paste screenshot here as soon as save settings those are issues I sent. Also me settings pages are working fine in classifier plugin only this is the issue I just sent.
Akram ul haq
ParticipantHi,
My friend are you there ? Can I know please as I am waiting there for you guys ?
Thank You
January 21, 2020 at 4:23 PM in reply to: ✅Does it allow to have multiple/repeated fields like in meta box ? #17932Akram ul haq
ParticipantHi,
Any update please ???
Thank You
Akram ul haq
ParticipantHere is my code to create those tabs inside settings page
add_filter( 'mb_settings_pages', 'my_plugin_options_page' ); function my_plugin_options_page( $settings_pages ) { $settings_pages[] = array( 'id' => 'plugin', 'option_name' => 'plugin', 'menu_title' => esc_html__('My Plugin Settings','plugin'), 'icon_url' => 'dashicons-edit', 'parent' => 'edit.php?post_type=plugin', 'style' => 'boxes', 'columns' => 2, 'tabs' => array( 'general' => esc_html__('General Settings','plugin'), 'search' => esc_html__('Search Settings', 'plugin'), 'promotion' => esc_html__('Promotion Settings', 'plugin'), 'detail' => esc_html__('Detail Page Settings', 'plugin'), 'faq' => esc_html__('FAQ & Help', 'plugin'), ), 'position' => 5, ); return $settings_pages; }I even tried to add
'tab_style' => 'left'But still I am unable to get my tabs to the left side aligned ... Kindly assist me how can I do this to make it done by now .. already way late on this here ...
Thank you
Akram ul haq
ParticipantHi,
That's nice to see that its added but I am unable to add that. Can you please assist me out that how to add that to left sided tabs rather than default behaviour.
Thank You
January 18, 2020 at 4:09 PM in reply to: ✅Does it allow to have multiple/repeated fields like in meta box ? #17899Akram ul haq
ParticipantHi,
Thank you very much for the response. Yes I knew the WP_Query ... but my question is how can I show a select box drop down in the Gutenberg blog in which posts or custom post type is listed so user can select any of post type and its ID can be saved in the back end.
Actually the scenario is I have a gallery post type, so want to give users to select their desired gallery inside post. SO, which gallery they chose will be shown in the post etc ... some thing like that. I hope you got me if still not let me know ?
Thank You
Akram ul haq
ParticipantHi,
I have sent you credentials by your contact page.
thanks and waiting badly
Akram ul haq
ParticipantHi,
Sure, let me send you login credentials by contact page.
Thank You
Akram ul haq
ParticipantHi,
`array( 'id' => $prefix . 'gallery', 'name' => esc_html__('Gallery', 'domain'), 'type' => 'image_advanced', 'force_delete' => true, 'image_size' => 'thumbnail', ),`This is the gallery and its outside the group or no group being used. If you want login access I can send you along with cpanel details.
Its been some while now and client is behind me so please make it happen today.
Thank You
Akram ul haq
ParticipantHi,
As per your solution I got to try it out and here I am right now.
But it shows my group field out side tab in mess. I just want to do like this:
On tab I have left styled tabed with days like Monday, Tuesday up to Sunday. On each day Under that I have group field I will have start time and end time that field will be clone able. So, users can put their time and add new fields. In same way I will have fields for each day. That will take less space but I am unable to do so far. Kindly check my code and make it done for me.
Thanks again for this awesome product
October 25, 2019 at 5:20 PM in reply to: ✅How to provide key to users so they can update extensions #16704Akram ul haq
ParticipantYeah the only issue is users think un-updated plugins may cause security issues etc .. Well, we'll be updating our items along with your updates.
Thanks for the support 🙂
Akram ul haq
ParticipantOh Well that's nice got it and thanks for sharing with me 🙂 no problem at all we'll there to credit there ... I was taking wrong earlier ...... Thanks again for the help
October 25, 2019 at 5:09 PM in reply to: ✅How to provide key to users so they can update extensions #16697Akram ul haq
ParticipantYes I know that to bundle extensions but then issue is your extensions get updated so quickly as twice or thrice in a week. So, can't update our items so quickly as its really time consuming for us. There should be some way to avoid this by any means ...
Akram ul haq
ParticipantThank for the response and what about link ? It is necessary to put your link ? Its not a good practice by any means I would say ... because putting your name as reference is enough and unfortunately we can't go that way to put a link for you etc ... its bad practice in our case to do so ...
Akram ul haq
ParticipantYes I already came with this but the issue client may add time slots duplicate I think. Because if he/she has to pick time from a drop down then he she may chose same time again ... is there any way to avoid it ? But this will also be time consuming for user to create those things manually ... just provide me this solution as well so I can take a final decision ... really nice thought and yes I was right metabox io does every thing for me ... yayyyy 🙂
-
AuthorPosts