This topic has 1 reply, 2 voices, and was last updated 8 years by sharmstr.

  • Author
  • #90510
     prohealth
    Participant

    Hi there

    Please can you help me with 2 questions

    1. When I set up testimonials to show by IDs, it doesn’t seem to want to work.

    I need to set up different testimonials to show on different staff profile pages, but even after setting up IDs, all the testimonials are listed when I use the testimonial function in the editor

    See screenshot attached

     

    2. How do I change the background of the home page? See screenshot attached

     

    Attachments:
    You must be logged in to view attached files.
    #90624
     sharmstr
    Moderator

    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.
Viewing 2 posts - 1 through 2 (of 2 total)

The forum ‘Bugs & Issues’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?