You’ll need to use FTP or CPanel to deactivate or delete that theme from your site files on the server – you’ll find it here:
wp-content
themes
anarcho-notepad - DELETE OR RENAME THIS FOLDER
Thank you! Could you direct me to a “how to” guide to download this theme correctly? I LOVE the theme and am eager to learn how to do this process correctly.
Here’s general info about installing themes –
http://codex.wordpress.org/Using_Themes#Adding_New_Themes
How did you install it?
Hello!
Sorry for the delay.
Thank you for using Anarcho-Notepad! I am glad that you like my work!
Let me know if you managed to solve this, otherwise I will try to help you.
The issue appears to be resolved
Not resolved, I’d say. I just wanted to try this theme — looks very interesting and attracttive. However, as soon as I clicked on “activate” my site went to just the error message.
Parse error: syntax error, unexpected T_FUNCTION in /home/madeofcl/public_html/wp/wp-content/themes/anarcho-notepad/functions.php on line 66
It looks like that line 66 is still doing it. Too bad.
My theme uses an anonymous function as a parameter to an action hook.
add_action('customize_register', function($wp_customize){
Anonymous functions was introduced in PHP 5.3. What is your PHP version?
Your PHP version may be found through your hosts admin panel.
I’m already working on it.
Wait for the update v2.3 where it will be fixed.
I wish you success in working this kink out. I couldn’t find the php version on my hosting site, didn’t have time to hunt through the cpanel. But, I have to say to you that that kind of incompatibility really isn’t acceptable in a wordpress theme. WP hinges on being a no-brainer. At worst, a theme or plugin might be permitted to not work with certain versions of software on the server. But, anything that makes the site crash so you can’t even enter the admin dashboard is truly outside the envelope. As long as I have the site set up on FTP to delete themes, I’ll probably try your theme again after you iron out the bug.
Andrejs
My theme also uses the new CSS3 and HTML5 which not supported by older browsers.
And this is not a problem because new technologies have replaced the old (deprecated) technologies.
But some hosters don’t do what have to do and do not update the software, preferring to just make money.
In the wp codex are not written, that you need support for the old version PHP or something else.
But I fulfilled your request and added support for PHP below v5.3.
I hope that you will be satisfied.
Issue resolved with the update “Anarcho Notepad v2.3”