• Hi. I’m using Elementor page builder. After installation, I don’t see the KK Star Rating on my website. Does it support shortcodes? If yes what is the shortcode that will allow me to implement the Rating on my website?

    Thank you and have a great day!!

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • hello, i am using elementor and i create the shortcode that might help you too

    function star_rating( $atts ){
    if(function_exists(“kk_star_ratings”))
    {
    echo kk_star_ratings($pid);
    }
    }
    add_shortcode( ‘star’, ‘star_rating’ );

    you can use [star] as shortcode

    hi

    you can use this:[kkstarratings]

    thansk

    Thread Starter Amircoh28

    (@amircoh28)

    Thanks guys, I really appreciate it.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘I’m using elementor – do you have a shortcode?’ is closed to new replies.