The testimonial IDs are numbers, not names. You can get the ID by bringing up the testimonial in the editor and looking at the post ID in the url. See attached.
With that said, there is a bug that I found that will be fixed in the next k-elements release. Until then, you can fix the problem by editing /k-elements/compat/plugin-js-composer/config.php. Around line 1883 to 1886 you’ll see a value array that looks like this
COPY CODE
'value' => array(
'Yes' => 'yes',
'No' => 'no'
)
Switch the yes and no lines so it looks like this.
COPY CODE
'value' => array(
'No' => 'no',
'Yes' => 'yes'
)
On your page, each section (row) has a background. You can change those by clicking on the pencil icon for the row. See attached.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
Attachments:
You must be
logged in to view attached files.