• Resolved sau33

    (@sau33)


    Hi,

    I’ve added Helpful to all my posts. However, I would like to put it inside a different section for some specific articles. I’ve tried adding the ‘[Helpful]’ shortcode which shows up on page edit, but on the live site it just says ‘You can’t add multiple feedback forms in the same post.’.

    Is there a way I can add the shortcode to my desired position ?

Viewing 1 replies (of 1 total)
  • Plugin Author DAEXT

    (@daext)

    Hello sau33,

    please disable this check. In your case is a false positive due to plugins or themes added behaviors.

    Modify this line: (daext-helpful\public\class-daexthefu-public.php line 146)

    if( self::$shortcode_counter > 1){

    To:

    if(false){

    An option to disable this check will be also added in future releases.

Viewing 1 replies (of 1 total)
  • The topic ‘Put Helpful in a different container’ is closed to new replies.