zenverse
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: WordPress Theme Demo Bar] Awesome plugin. No problems. Thanks.Thanks for using my plugin 🙂
Really appreciate it.
Which part of the theme files it checked during the upload process?
Forum: Everything else WordPress
In reply to: WordPress theme optionsuse stripslashes()
for example:
<textarea><?php echo $textarea_content; ?></textarea>change it to:
<textarea><?php echo stripslashes($textarea_content); ?></textarea>Hi douglashanna, thanks for the reply.
Yes I got this error from the upload process and I got no email from wordpress. I am pretty sure it did not even pass the upload process.
The adsense feature is disabled by default.
What might be the problem?
Thank you.
Forum: Plugins
In reply to: [Plugin: WordPress Admin Notepad] Not Working ProperlyThanks and you’re welcomed.
Just to inform you that version 1.1 is already available, you can now save the state of notepad.
Forum: Plugins
In reply to: [Plugin: WordPress Admin Notepad] Not Working ProperlyIt disappears from the text area and goes to the side (must be a small error).
I think I fixed this, isn’t it? Have you tried version 1.0.4?
And what browser you are using?
The toggling should be saved.
I will add this feature soon.
Thank you!