• Hi,

    I want to change the place where the rating+result widget appears.
    I mean, I want to implement it in a specific place after content.

    Right now I added a lead form (in functions.php) and it is below the widget.
    The widget added on the plugin settings (not by code).

    So, I want to show first the lead form and then show the rating+result widget.

    How to do it?

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

    (@biznext)

    ????

    Plugin Support Blaz K.

    (@blazk)

    Hi there,

    This really depends how you added the lead form. If you used the_content filter increasing the priority in add_filter would push it above the rating widget. RMP uses priority of 10. See more here.

    Regards,
    Blaz

    Thread Starter biznext

    (@biznext)

    Hi,

    No, I don’t know how to do this, so I add this via a special filter “after content” – it change from theme to theme.

    Because when I use the_content – the content itself deleted (maybe some error on my function).

    Or, if you can write here small example how I add some content in the_content, it will be great.
    Thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to change place of the results?’ is closed to new replies.