This topic has 3 replies, 2 voices, and was last updated 8 years by Laura.

  • Author
  • #160180
     fabianno0572
    Participant

    hello,

    Is there any video or documentation teaching me how to post testimonial?

    #160268
     Laura
    Moderator

    Hello, at your wordpress admin dashboard, go to Testimonials and add one, then using the testimonials shortcode at your page

    COPY CODE
    
    [kleo_testimonials number=3]
    

    Or the visual composer element ๐Ÿ™‚

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #160343
     fabianno0572
    Participant

    I had created 2 testimonials. And i had created testimonial in my page via visual composer backend but it isn’t showing any testimonial at all.

    Am I doing the steps wrongly or I missed some plugins and etc?

    Can you help me to check? Here is my login credential. The page name is “Featured Member – Debbie Homebase Therapy.

    mymassageinfo.com/wp-admin
    User : developer
    pw : developer

    #160622
     Laura
    Moderator

    Hello, there seems to be an issue with the testimonials i would need to enable wp debug to see it, i added kleo post grid if you prefer to use that instead as it shows the full photo.

    For the testimonials please setup wpdebug following these steps:

    -Connect to your server by FTP
    -Look in root directory of your WordPress install and open wp-config.php
    -Search for define( ‘WP_DEBUG’, false ); and change FALSE value to TRUE

    COPY CODE
    define( 'WP_DEBUG', true );
    

    -After this line add this:ยก

    COPY CODE
    define( 'WP_DEBUG_LOG', true );
    

    WP_DEBUG_LOG is a companion to WP_DEBUG that causes all errors to also be saved to a debug.log log file inside the /wp-content/ directory. This is useful if you want to review all notices later or need to view notices generated off-screen (e.g. during an AJAX request or wp-cron run).

    Repeat the described actions and then check the debug.log file and let me know what error appears.

    If this is useless please try to deactivate additional plugins except Visual Composer, K-elements, BuddyPress, Paid memberships pro and revolution slider.

    After you have disabled the plugins try to see if the error persists.

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 4 posts - 1 through 4 (of 4 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?