We are not sure that you can use post grid shortcode for testimonials as you want. You need to contact WPBakery support for more info about grid builder because this is not Scalia Theme interface and out of our support.
If you’re happy with our theme, please rate us with 5 stars on Themeforest. It keeps us motivated! (How to rate).
Can you please tell me what is the meta key names you used in scalia theme for the custom post type "scalia_testimonial"? because I feels that i am passing wrong meta key to that grid for getting the meta values.
HI!
pls. share the wp-admin access, we'll check.
Also I suppose I will need ftp access to inspect your problem
If you’re happy with our theme, please rate us with 5 stars on Themeforest. It keeps us motivated! (How to rate).
Regards Sergio Codex.
Hi,
We are not sure that you can use post grid shortcode for testimonials as you want.
You need to contact WPBakery support for more info about grid builder because this is not Scalia Theme interface and out of our support.
If you’re happy with our theme, please rate us with 5 stars on Themeforest. It keeps us motivated! (How to rate).
Regards Sergio Codex.
Can you please tell me what is the meta key names you used in scalia theme for the custom post type "scalia_testimonial"? because I feels that i am passing wrong meta key to that grid for getting the meta values.
They display as name, company, position etc.
We save to database meta field scalia_testimonial_data as array. This array contain next fields:
'name' => '',
We are not sure that custom field in grid item template can work with array meta field.'company' => '',
'position' => '',
'phone' => '',
'link' => '',
'link_target' => ''
If you’re happy with our theme, please rate us with 5 stars on Themeforest. It keeps us motivated! (How to rate).
Regards Sergio Codex.
Yes you are right this array of meta fields is not working with grid.
So i have one option for adding meta fields by ACF and get that fields.
I will try in this way.