47 comments found.
Does this support recurring subscription payments?
Unfortunately, no.
your Plugin is broken in my website please contact me
Hi. Thanks for purchasing the plugin, Please provide URL . I would like to see the problem.
Hello,
If the amount of minimum shows and the text in the form could be altered (without editing any code), I might consider buying this plugin. It looks really good!
Hi. Amount of minimum shows can be set via Settings page. But form wording can be changed by editing php-file.
I like this!
However I have two requests.
1) Allow the minimum shows to be less than 1,000. I need as low as 100 on some sites and assumed I could do that but it won’t let me.
2) It would be nice if we could edit the text for messages such as “Enter your string. Be creative…” and others.
Good work!
if (intval($this->options['minimum_shows']) != $this->options['minimum_shows'] || intval($this->options['minimum_shows']) < 1000) $errors[] = __('Minimum shows number must be 1000 or higher', 'simplestring');
and replace 1000 by 100.
Hey ichurakov … thanks.
I have it working now with 100 minimum shows.
If you update this plugin, it will destroy my changes though. Perhaps you can include the ability to change this more easily in a future version?
Hi. Probably I will do that. Thanks.
It is good plugin I am trying now..:)
Mr. Is it UTF -8 Compatible? Also Can I use at multiple sites?
Hi. Yes, it is UTF -8 compatible. And yes, you can install it on any of your websites.
Just bought it and implemented it, it’s awesome.
Thanks. 
Can we translate it? Is it come with po file?
And one question more can I use paypal supported currencies?? Turkish Liras like.
Hi. Yes. You can set any currency that is supported by payment gateway. If PayPal supports Turkish Liras, you can use them. Currency is set through admin panel.
Hello,
I know there are shortcodes to display stats and the signup page, but is there a shortcode to include the simple string ads? Something like
[simple-strings-show]
thanks Brad
Hi Brad. Unfortunately, there is no such shortcode.
I just purchased this theme. However, I cannot see the default sample on the page that I have setup. Please help.
http://latininkmagazine.com/simple-string-advertising/I figured it out. Thanks.
Hi. Thanks for purchasing. Please feel free to let me know in case of any problems.
Does this plugin still work well if wp super cache is running?
Yes, but you must exclude from caching the page which contains advertiser’s form and statistics, and URLs which contains ?simplestring_get=.
Hi, Can you explain me the goal of string ? I see a demo but don’t see the real interest, but all good rating make me surprise
Oups ok i understand now. it’s like adwords
Great plugin by the way, but i am a simple question, how do we remove the strings from appearing on the blog page? it shows up 5 times?
http://bajaartists.com/art-blogHi. It seems that you inserted plugin’s code into wrong place. You inserted it inside of main loop, but the correct place is outside of main loop.
Is there a way to adjust ad sizes? and/or have several locations to sell space?
<div style="width: 520px;"> ... Simple String code ... </div>You can set several ad boxes on your website. The pool of ads will be common for all ad boxes.
Hello, do you plan to add more payment processors and option to enable/disable existing one? On gambling sites PayPal can’t be used, for betting sites MoneyBookers is mostly desired. Also adding WebMoney or AliPay would be good idea. From smaller payment gateway I’d suggest http://dwolla.com (small fees).
Best regards
Hi. Thanks for idea. I will think about that.
Thank you. I’ll wait for update.
Hey,
Cool plugin but somehow the form submission is not working on my website. It doesn’t do the math when I type more impressions and when I submit the for it loop to the same page. Could you help me out? Thx
Website: http://paaah.com Form: http://paaah.com/adlink/
PS: The strings are on posts bellow the video. Thx
Hi. It seems that some of your plugins breaks my JS-code. Please provide access to WP dashboard (you can do it through my profile page) and I’ll try to fix the problem. 
I deactivated all my plugins but still no luck.
I get this illegal character with firebug: if (!email.match(re) && email.length > 0) {
Maybe it helps. Thx
Please contact me through profile.
Is it possible to make it so every text ad that is purchased is approved before going live?
My concern is porn, or malicious sites taking advantage of this….how would you prevent that?
Hi. Unfortunately, there is no pre-moderation option in this plugin. What I always do is checking every new string when I’m available. I had around 40 different strings and all of them were in the website-related area (hosting, scripts, plugins, domains, etc). You always can write terms o service and say that every bad string will be removed. I’m sue that advertisers will not pay for string that breaks your rules (that will be removed).
Hi, thinking aboout buying this nice plugin but I really wat to know if it can be used on a responsive website layout. Meaning, does it change in sizes according to the responsive theme. Thanks (I like your plugins, they are very oiginal).
Hi. Thanks for interesting in my plugins. I appreciate it. Simple String Box is DIV -block, that takes size of parent element.