nuclearping
Forum Replies Created
-
Forum: Plugins
In reply to: [Videojs HTML5 Player] Tweaks to “width”You have an additional unnecessary closing brace }
EOT; } // <-- }And the
EOT;must be at the start of the line. But that’s an error in my original post, which I cannot edit anymore.The correct modification should look like this:
if(!empty($width)){ if (is_numeric($width[strlen($width) - 1])) { $width .= "px"; } $style = <<<EOT <style> #$player { max-width:{$width}; } </style> EOT; }However, I also found out that the Plugin ignores the “class” parameter in the shortcode, even though you can pass it and fixed that too.
I uploaded my modified version to Pastebin: https://pastebin.com/MbCW4ti9
Forum: Plugins
In reply to: [Videojs HTML5 Player] Tweaks to “width”Please copy & paste the whole code of the file to Pastebin.com, so that I can have a look at the whole thing. It works fine for me here, so I suspect some copy & paste error. π
Forum: Plugins
In reply to: [Videojs HTML5 Player] Tweaks to “width”Please post the modified code. I have it running here and it works fine. π
Forum: Reviews
In reply to: [Media File Renamer: Rename for better SEO (AI-Powered)] Not workingWhat you did wrong was
- Name your plugin like you named it. You should have named it “Automatical Media File Renamer With Additional Pro Features” or something.
- Force to buy to use its core feature, otherwise only offer a useless auto-rename feature.
- Blame people for not reading more than one paragraph.
- Come here and rant about critics in a very unprofessional way.
In my perfect world, the plugin was free. I have used it, was satisfied and happy and donated about 20-30 β¬ because it saved me quite some time and trouble. Thats what I usually do with WordPress plugins. If they prove helpful to me, I donate or buy. I don’t buy a pig in a poke.
You could also have offered all features with a “trial key” which allows only to rename 5 files or so.
You could have done so much. But instead you’ve chosen (in my eyes) the most unfriendly way: Offer a (useless) feature to tease (illiterate) people into buying your stuff.
Oh, Edit:
No, I’m not affilated with that software. My username comes from old times where people only had dialup connections.Forum: Reviews
In reply to: [Media File Renamer: Rename for better SEO (AI-Powered)] Not workingLars Koudal, thanks. Best answer here. Very professional and settled. Better than the butthurt author, who can’t handle negative critics.
If you have “ten thousands” of users who see value in Jordy’s work VS the 8-9 “illiterate” who can’t read more than one paragraph and gave negative reviews based on their first impression … I mean this is outrageous, isn’t it? Unacceptable. World is so unfair. π
@doc Savage:
… someone who wants an audience and engage you on a personal level to get some distorted payoff.
Yes, if it just was so simple to psychologically analyze a complete stranger via the internet.
The problem here is not me. I just wrote how I felt when I used the plugin. The problem is people like you or the author, reading it and making a big deal out of it.
It is your very own freedom what you make of it, as Lars Koudal has shown. If your answer is settled and professional or ranting and butthurt like the authors, at the end it is your decision. Nobody forces you to react in either way.
So again: Stop blaming others for your own decisions.
Forum: Reviews
In reply to: [Media File Renamer: Rename for better SEO (AI-Powered)] Not workingWell, why can’t you just accept that different people have different views on things and tend to give reviews just based on their first impressions?
The first impression of your plugin was a pretty frustrating experience to me, simple as that. It was misleading, I wasted time and ended up doing a manual rename of files and re-upload using the “Enable Media Replace” plugin.
I tried your plugin because of the title and (first sentence) description and it did not work for me as expected. So I gave a honest review based on that.And whats the problem? Do you fear loss of income or something because of some “negative” reviews? Thats why you want to take down such reviews? (see “freedom of speech”)
At the end it is your fault, because you made those design and presentation decisions which lead to such misunderstandings. And from what I’ve seen I’m not the only one running against that wall.
You might think what you want, but if you offer a product and want money for it, then you basically have no right to blame others for your design faults and the problems arising with it.Just accept that. Its nothing personal even.
Forum: Reviews
In reply to: [Media File Renamer: Rename for better SEO (AI-Powered)] Not workingDepends on how much you read of the description.
It says …
The Media File Renamer is a WordPress plugin that physically renames media files nicely for a cleaner system and for a better SEO.
… which is exactly what I was looking for. So I went and installed it only to find out later that there is a “but … only if you buy the pro version” somewhere at the bottom as footnote.
The “automatic rename function” is pretty useless for me, because I don’t want to rename attached files.
I’m a programmer and software developer myself. So I think I can very well estimate the time and effort you put it in. And I would like to reward that. But not if you “tease” me into buying the plugin. It is not the $20, it is the way you are trying to get them.
So my review is as valid as others. We still have freedom of speech, haven’t we? If you are only aiming for positive and fair reviews, then be fair to your (potential) customers aswell. I think what you are doing now is misleading and dodgy.
Forum: Plugins
In reply to: [Slidr] demo?Ok, since I cba to search for another plugin, I just implemented a “quick and dirty” solution.
For anyone who is interessted:
Modify slidr.js
jQuery(document).ready(function($) { 'use strict'; $('.slidr-container').each(function() { var autoPlayTimer = 4000, // ms to wait before trigger next<br /> // ... function autoPlayTrigger() { $navNext.trigger("click"); setTimeout(function() { autoPlayTrigger(); }, autoPlayTimer); } // ... setTimeout(function() { autoPlayTrigger(); }, autoPlayTimer); }); // $('.slidr-container').each();Works.
Forum: Plugins
In reply to: [Slidr] demo?Same here. Tested your plugin, looked good so far. I need an “auto scroll” gallery tho. Your plugin doesn’t support it. Can’t use it. Page needs to be deployed today. So I can’t wait either. π
Has this problem been resolved? Because I’m running into the exact same problem and can’t figure out what the problem is.