Viewing 15 replies - 1 through 15 (of 16 total)
  • I have noticed this also. Rating works in Chrome, but not in firefox ?

    Plugin Author dpowney

    (@dpowney)

    Hi there,

    Can you please try clearing your browser cache and retesting?

    Thanks,
    Daniel

    Thread Starter raducu89

    (@raducu89)

    I tried on other devices and browsers, same problem. Not work in chrome, mozilla or ie.

    • This reply was modified 8 years, 1 month ago by raducu89.
    Plugin Author dpowney

    (@dpowney)

    Do you have a website URL you can share which I can check? Thanks,

    Thread Starter raducu89

    (@raducu89)

    Plugin Author dpowney

    (@dpowney)

    Hmm. Interesting. You are also using WP Fastest Cache which may be messing with things. Let me investigate more.

    Thread Starter raducu89

    (@raducu89)

    First time works with wp fast cache, after that i install some plugins for cache and optimize wordpress but then i unistall and delete them, if that help you.

    Plugin Author dpowney

    (@dpowney)

    So when did it stop working for you? After some other WordPress plugin were added? If you disable WP Fast Cache, does it work? Thanks,

    Thread Starter raducu89

    (@raducu89)

    I try this, don’t work…

    Plugin Author dpowney

    (@dpowney)

    Can you please temporarily disable it so I can test it and then turn it back on soon once I’m done?

    Thread Starter raducu89

    (@raducu89)

    done

    Plugin Author dpowney

    (@dpowney)

    Ok I found the problem and it’s not WP Fastest Cache. What is Profitshare? It looks like it’s trying to maliciously inject links on your page and this is unbinding some of the JavaScript events.

    Thread Starter raducu89

    (@raducu89)

    You right, Profitshare is: “Converts all your direct links into affiliate links in order for you to earn commissions through Profitshare.”
    How can i resolve this but keep the profitshare activated?

    Thread Starter raducu89

    (@raducu89)

    Is there a way to keep profitshare but multi rating to work?

    Plugin Author dpowney

    (@dpowney)

    Ok I found the problem and it’s not WP Fastest Cache. What is Profitshare? It looks like it’s trying to maliciously inject links on your page and this is unbinding some of the JavaScript events.

    Ok I found the problem and it’s not WP Fastest Cache. The following code on your page is conflicting. What is Profitshare? It looks like it’s trying to maliciously inject links on your page and this is unbinding some of the JavaScript events.

                jQuery().ready(function(e) {
                                jQuery('p').each(function() {
                            //  var strNewString = jQuery(this).html().replace(/(?!<a[^>]*>)(PC)(?![^<]*<\/a>)/g,"<a class='pslinks' href='https://profitshare.ro/l/2941115' title='PC' target='_blank'>PC</a>");
                            var strNewString = jQuery(this).html().replace(/(PC)(?![^<]*>|[^<>]*<\/)/gm, "<a class='pslinks' href='https://profitshare.ro/l/2941115' title='PC' target='_blank'>PC</a>");
                            jQuery(this).html(strNewString);
                        });
                                jQuery('p').each(function() {
                            //  var strNewString = jQuery(this).html().replace(/(?!<a[^>]*>)(Laptop)(?![^<]*<\/a>)/g,"<a class='pslinks' href='https://profitshare.ro/l/2941113' title='Laptop' target='_blank'>Laptop</a>");
                            var strNewString = jQuery(this).html().replace(/(Laptop)(?![^<]*>|[^<>]*<\/)/gm, "<a class='pslinks' href='https://profitshare.ro/l/2941113' title='Laptop' target='_blank'>Laptop</a>");
                            jQuery(this).html(strNewString);
                        });
                                jQuery('p').each(function() {
                            //  var strNewString = jQuery(this).html().replace(/(?!<a[^>]*>)(Placa Video)(?![^<]*<\/a>)/g,"<a class='pslinks' href='https://profitshare.ro/l/2941114' title='Placa Video' target='_blank'>Placa Video</a>");
                            var strNewString = jQuery(this).html().replace(/(Placa Video)(?![^<]*>|[^<>]*<\/)/gm, "<a class='pslinks' href='https://profitshare.ro/l/2941114' title='Placa Video' target='_blank'>Placa Video</a>");
                            jQuery(this).html(strNewString);
                        });
                                jQuery('p').each(function() {
                            //  var strNewString = jQuery(this).html().replace(/(?!<a[^>]*>)(Calculator)(?![^<]*<\/a>)/g,"<a class='pslinks' href='https://profitshare.ro/l/2941116' title='Calculator' target='_blank'>Calculator</a>");
                            var strNewString = jQuery(this).html().replace(/(Calculator)(?![^<]*>|[^<>]*<\/)/gm, "<a class='pslinks' href='https://profitshare.ro/l/2941116' title='Calculator' target='_blank'>Calculator</a>");
                            jQuery(this).html(strNewString);
                        });
                                jQuery('p').each(function() {
                            //  var strNewString = jQuery(this).html().replace(/(?!<a[^>]*>)(Computer)(?![^<]*<\/a>)/g,"<a class='pslinks' href='https://profitshare.ro/l/2941116' title='Computer' target='_blank'>Computer</a>");
                            var strNewString = jQuery(this).html().replace(/(Computer)(?![^<]*>|[^<>]*<\/)/gm, "<a class='pslinks' href='https://profitshare.ro/l/2941116' title='Computer' target='_blank'>Computer</a>");
                            jQuery(this).html(strNewString);
                        });
                                jQuery('p').each(function() {
                            //  var strNewString = jQuery(this).html().replace(/(?!<a[^>]*>)(adidasi)(?![^<]*<\/a>)/g,"<a class='pslinks' href='https://profitshare.ro/l/2941117' title='adidasi' target='_blank'>adidasi</a>");
                            var strNewString = jQuery(this).html().replace(/(adidasi)(?![^<]*>|[^<>]*<\/)/gm, "<a class='pslinks' href='https://profitshare.ro/l/2941117' title='adidasi' target='_blank'>adidasi</a>");
                            jQuery(this).html(strNewString);
                        });
                                jQuery('p').each(function() {
                            //  var strNewString = jQuery(this).html().replace(/(?!<a[^>]*>)(procesor)(?![^<]*<\/a>)/g,"<a class='pslinks' href='https://profitshare.ro/l/2941118' title='procesor' target='_blank'>procesor</a>");
                            var strNewString = jQuery(this).html().replace(/(procesor)(?![^<]*>|[^<>]*<\/)/gm, "<a class='pslinks' href='https://profitshare.ro/l/2941118' title='procesor' target='_blank'>procesor</a>");
                            jQuery(this).html(strNewString);
                        });
                                jQuery('p').each(function() {
                            //  var strNewString = jQuery(this).html().replace(/(?!<a[^>]*>)(telefon)(?![^<]*<\/a>)/g,"<a class='pslinks' href='https://profitshare.ro/l/2941122' title='telefon' target='_blank'>telefon</a>");
                            var strNewString = jQuery(this).html().replace(/(telefon)(?![^<]*>|[^<>]*<\/)/gm, "<a class='pslinks' href='https://profitshare.ro/l/2941122' title='telefon' target='_blank'>telefon</a>");
                            jQuery(this).html(strNewString);
                        });
                                jQuery('p').each(function() {
                            //  var strNewString = jQuery(this).html().replace(/(?!<a[^>]*>)(tableta)(?![^<]*<\/a>)/g,"<a class='pslinks' href='https://profitshare.ro/l/2941121' title='tableta' target='_blank'>tableta</a>");
                            var strNewString = jQuery(this).html().replace(/(tableta)(?![^<]*>|[^<>]*<\/)/gm, "<a class='pslinks' href='https://profitshare.ro/l/2941121' title='tableta' target='_blank'>tableta</a>");
                            jQuery(this).html(strNewString);
                        });
                                jQuery('p').each(function() {
                            //  var strNewString = jQuery(this).html().replace(/(?!<a[^>]*>)(televizor)(?![^<]*<\/a>)/g,"<a class='pslinks' href='https://profitshare.ro/l/2941124' title='televizor' target='_blank'>televizor</a>");
                            var strNewString = jQuery(this).html().replace(/(televizor)(?![^<]*>|[^<>]*<\/)/gm, "<a class='pslinks' href='https://profitshare.ro/l/2941124' title='televizor' target='_blank'>televizor</a>");
                            jQuery(this).html(strNewString);
                        });
                                jQuery('p').each(function() {
                            //  var strNewString = jQuery(this).html().replace(/(?!<a[^>]*>)(carti)(?![^<]*<\/a>)/g,"<a class='pslinks' href='https://profitshare.ro/l/2941125' title='carti' target='_blank'>carti</a>");
                            var strNewString = jQuery(this).html().replace(/(carti)(?![^<]*>|[^<>]*<\/)/gm, "<a class='pslinks' href='https://profitshare.ro/l/2941125' title='carti' target='_blank'>carti</a>");
                            jQuery(this).html(strNewString);
                        });
                        });
Viewing 15 replies - 1 through 15 (of 16 total)
  • The topic ‘Can’t vote’ is closed to new replies.