Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter reza10

    (@reza10)

    thank you for your reply

    I am not using Amazon for hosting my videos so I can not use coconut with fvplayer

    and I am using a local video on demand provider with sends HLS stream to my website
    they have a kind of secure link feature

    and I am not sure is it possible to use it with fvplayer or not

    Thread Starter reza10

    (@reza10)

    Ok thank you
    now it is working

    but two errors in schema check

    1-description
    A value for the description field is required.

    2-warningprovider
    The provider field is recommended. Please provide a value if available.

    any way to solve it?

    Thread Starter reza10

    (@reza10)

    this is what i found in your website :

    add_filter(‘wpdiscuz_rating_schema’, function ( $rating_schema, $key, $postid ){
    $my_rating_schema = ‘Course’;
    $rating_schema = str_replace(__(‘Article Rating’, ‘wpdiscuz’), $my_rating_schema . ‘ Rating’, $rating_schema);
    return preg_replace( ‘|schema\.org\/Product|i’, ‘schema.org/’ . sanitize_text_field($my_rating_schema) , $rating_schema);
    },11, 3);

    how can I use it for all my courses?
    I need it to work on all of my courses pages and product pages separately

Viewing 3 replies - 1 through 3 (of 3 total)