Please submit a private ticket if you need to share sensitive information, such as license details and admin credentials.

Okay
  Public Ticket #3689700
Not mobile responsive
Open

Comments

  • Danial lammers started the conversation

    added the table via shortcode to template and table will not work on mobile at all goes off the screen tried adjusting in size but nothing works. Please advise on how to adjust mobile responsiveness with this plugin. Also cannot adjust parameters as there is no kb articles on this plugin or how to adjust anything on it, sheet says it does things but i had to highly customize php code and css code to get columns and what I have currently.  ( using elementor)

    https://aqua-grasshopper-784247.hostingersite.com/catalog/abrasives/coated-and-non-woven-abrasives/backing-pads-and-holders/gpbphl-hook-loop-pads-2/

  •  1,222
    Dustin replied

    Hi Danial,

    Please add the custom code below. (How to add custom code? ↗):

    add_filter( 'wpcpt_datatable_params_arr', function ( $params_arr ) {
        $params_arr['responsive'] = true;
        return $params_arr;
    } );

    If it still doesn't work, please send me your website credentials (wp-admin link, username, and password) or create a dev/staging site with the same configurations so I can check and fix any issues.

    Best regards,
    Dustin