wp0
Forum Replies Created
-
Forum: Plugins
In reply to: [Speed Kit] Plugin could not be activatedAfter the installed, when I tried to activate it
Forum: Plugins
In reply to: [NextScripts: Social Networks Auto-Poster] Scheduled posts problemSame here.
How did you fix that? Could you give more details?
It’s not even https.
All future posts are queried, but their times are changing when the time comes to post. So there is no posting to the Twitter.
Disabled internal WP-Cron function from wp-config.php file and I used EasyCron, but nothing happened.
Still queried and no posting.
Forum: Plugins
In reply to: [Fast Secure Contact Form] onKeyPress Feature for TextboxFirst of all thank you for your answer.
The users see the error after the submit and they can enter text in text field.
But when i use that code the users will never enter any text in text field. Is there any way to use that code in your plugin?
<script> function Number(e) { x1 = document.all ? window.event : e; key = document.all ? x1.keyCode : x1.which; if(key<48||key>57) { if(document.all) { x1.returnValue = false; } else { x1.preventDefault(); } } } function Text(e) { x1 = document.all ? window.event : e; key = document.all ? x1.keyCode : x1.which; if(key>=48&&key<=57) { if(document.all) { x1.returnValue = false; } else { x1.preventDefault(); } } } </script>
<!--webbot bot="Validation" s-data-type="Integer" s-number-separators="x" --><input type="text" onKeyPress="Number(event)" name="tel" size="20">
Forum: Plugins
In reply to: Can someone upgrade this WP Smilies plugin for wordpress 3.0.4?I disabled all plugin, but it’s still same. Any other idea for this?
Thanks.
Forum: Fixing WordPress
In reply to: Upgrade DB ErrorIt was a caching plugin. And the problem is fixed. Thank you very much!
Forum: Fixing WordPress
In reply to: Tags and categories aren’t showing upDoes anyone have any idea about my problem? I’ve removed the database and created a new db. But the problem is still same.
Forum: Fixing WordPress
In reply to: Tags and categories aren’t showing upHi,
I tried them. But it’s still same. And i can’t create a new category and add tags anymore.