• hi i was giving this code by the developer to fix my problem which the Multi rating pro rating form is not functioning at all when my cUSTOM POST TYPE BUILDER TEMplate is activated

    here is the JAVASCRIPTcode that was given to me

    jQuery(window).load(function() {
    var ratingForms = jQuery(“.rating-form form”);
    jQuery.each(ratingForms, function( key, value ) {
    var parts = value.id.split(“-“); // e.g. rating-form-2-1-0
    var id = parts[2] + “-” + parts[3] + “-” + parts[4];
    bindRatingFormEvents(id);
    });
    });

    THE DIRECTIONS “add this JavaScript code to run after PTB(POST TYPE BUILDER) is loaded.

    I’m a beginner, so i don’t know where to add this code, i know it may be easy, but i haven’t figured it

    anybody that can help?

    thanks in advance

Viewing 1 replies (of 1 total)
  • Moderator James Huff

    (@macmanx)

    Since that is a commercial plugin, we ask that you please go to their official support channel, so you can get support from the people who know it best.

    https://danielpowney.com/contact/

    Forum volunteers are also not given access to commercial products, so they would not know why it is not working properly. Other community members who may have faced your issue might be able to help you but your best bet is your product’s developer. Keep in mind we encourage you to use the official support venues, as it allows the developers to be aware of issues with their code and gives back to the community in a more robust way.

Viewing 1 replies (of 1 total)
  • The topic ‘how to add javascript code to fix my Multi rating pro problem’ is closed to new replies.