Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor dudo

    (@dudo)

    Hello balena, thank you for using Yasr!

    Yes, just add this to the shortcode show_average=’no’

    e.g [yasr_multiset setid=0 show_average=’no’]

    Best,
    Dario

    Thread Starter balena

    (@balena)

    awesome!

    There is a problem: I’ve a lot of multiset already published without switch.

    There is a way to inseti a switch il “multiset” record in settting screen.

    If yes, I’ll promise a year of basic subciption!

    Plugin Contributor dudo

    (@dudo)

    There is no such option (at least…not yet!!) but you can do this simply edit in your code:

    in the plugin dir, open file lib/yasr-shortcode-functions.php and on lines 466 and 684 change this:

    if ($show_average !== 'no') {

    with this

    if ($show_average !== 'yes') {

    Let me know!

    Good work,
    Dario

    Thread Starter balena

    (@balena)

    ??

    doesn’t work

    Plugin Contributor dudo

    (@dudo)

    Yeah sorry, this is the code ??

    if ($show_average === 'yes') {

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘media on multiset’ is closed to new replies.