Forum Replies Created

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

    (@tontonmen)

    Hi,

    To disable repeat by default on playlists, I ended up adding the following code on the page where the player is loaded. It simulates click on repeat button to disable repeat.

    <script type="text/javascript">
    	(function($) {
        $("document").ready(function() {
        setTimeout(function() {
            $("button.jp-repeat").trigger('click');
        },10);
    });
    })(jQuery);
    </script>
    tontonmen

    (@tontonmen)

    iaclayton your review and your replies are rude. You should have ask directly before rating and your reasons are not valid for bad review.
    Plugin author tried to be nice and you replied with worst attitude again.

    I will try the plugin now regardless your personal opinion.

    tontonmen

    (@tontonmen)

    hello Estatik Plugin Author. I was about to write bad review too. But you say you’re open to discussion here, so let’s try :
    There are too many features only available in PRO version that are presented as free in the plugin description.
    On the wordpress depository is described as real estate portal but after installing many features arent there (frontend for agents).
    On the official website though, some of these featured are correctly described as “pro version only” so why not writing this at first ?

    Can you tell me if I did something wrong about plugin shortcodes maybe. Or can you update plugin information so users dont get messed up with wrong description please.

    Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)