Support

Home Forums Event Espresso Premium EE4 Multi Rating Plugin on Event

EE4 Multi Rating Plugin on Event

Posted: January 7, 2016 at 3:24 pm


JacquesMivi

January 7, 2016 at 3:24 pm

Hello,

I wish to use multi rating plugin to have ratings on each event.
https://wordpress.org/plugins/multi-rating/

On settings I enable for post types : Post, espresso_events, espresso_venues, espresso_attendees, espresso_people

It’s working everywhere except on font-end of an event. (The box apears on the admin screen of the event).

Do you have an idea ? I use your default template from EE4.

Thanks a lot,


Josh

  • Support Staff

January 8, 2016 at 8:41 am

Hi there,

It looks like you add the [mr_rating_form] shortcode to the event description to get the rating form to appear on the single event.


JacquesMivi

January 8, 2016 at 10:35 am

Yes thx but I wish to automate this call on every event.
And I would to have it after the Venue Part, before the coments.

Sounds possible for you ?


Josh

  • Support Staff

January 11, 2016 at 4:36 pm

You might consider contacting the plugin author to see if they can come up with their own solution for this, but here’s what I came up with:

You can get the ratings to display on the events by adding this code to your site:

remove_filter( 'the_content', 'mr_filter_the_content', 10 );
add_filter( 'the_content', 'mr_filter_the_content', 11 );

You can add the above to a functions plugin or into your WordPress theme’s functions.php file.


JacquesMivi

January 18, 2016 at 1:38 pm

Thanks for your help. I witch to the premieum plugin to have ratings with comment, seems more intuitive for user.

The support post ‘EE4 Multi Rating Plugin on Event’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso