Support Forum » User Profile

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 20 total)
  • Author
    Posts
  • in reply to: Settings are not saving while throwing this error in console #18272
    Akram ul haqAkram ul haq
    Participant

    Hi,

    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.

    in reply to: How to create left sided tabs in settings #17933
    Akram ul haqAkram ul haq
    Participant

    Hi,

    My friend are you there ? Can I know please as I am waiting there for you guys ?

    Thank You

    Akram ul haqAkram ul haq
    Participant

    Hi,

    Any update please ???

    Thank You

    in reply to: How to create left sided tabs in settings #17916
    Akram ul haqAkram ul haq
    Participant

    Here 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

    in reply to: How to create left sided tabs in settings #17915
    Akram ul haqAkram ul haq
    Participant

    Hi,

    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

    Akram ul haqAkram ul haq
    Participant

    Hi,

    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

    in reply to: gallery not saved as intended #17541
    Akram ul haqAkram ul haq
    Participant

    Hi,

    I have sent you credentials by your contact page.

    thanks and waiting badly

    in reply to: gallery not saved as intended #17540
    Akram ul haqAkram ul haq
    Participant

    Hi,

    Sure, let me send you login credentials by contact page.

    Thank You

    in reply to: gallery not saved as intended #17515
    Akram ul haqAkram ul haq
    Participant

    Hi,

           `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

    in reply to: Is there any way to create timeslots ? #16993
    Akram ul haqAkram ul haq
    Participant

    Hi,

    As per your solution I got to try it out and here I am right now.

    https://pastebin.com/BF6tutUU

    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

    in reply to: How to provide key to users so they can update extensions #16704
    Akram ul haqAkram ul haq
    Participant

    Yeah 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 🙂

    in reply to: In how many items extensiins can be used ? #16698
    Akram ul haqAkram ul haq
    Participant

    Oh 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

    in reply to: How to provide key to users so they can update extensions #16697
    Akram ul haqAkram ul haq
    Participant

    Yes 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 ...

    in reply to: In how many items extensiins can be used ? #16693
    Akram ul haqAkram ul haq
    Participant

    Thank 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 ...

    in reply to: Is there any way to create timeslots ? #16630
    Akram ul haqAkram ul haq
    Participant

    Yes 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 🙂

Viewing 15 posts - 1 through 15 (of 20 total)