Title: quantazelle's Replies | WordPress.org

---

# quantazelle

  [  ](https://wordpress.org/support/users/quantazelle/)

 *   [Profile](https://wordpress.org/support/users/quantazelle/)
 *   [Topics Started](https://wordpress.org/support/users/quantazelle/topics/)
 *   [Replies Created](https://wordpress.org/support/users/quantazelle/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/quantazelle/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/quantazelle/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/quantazelle/engagements/)
 *   [Favorites](https://wordpress.org/support/users/quantazelle/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 26 total)

1 [2](https://wordpress.org/support/users/quantazelle/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/quantazelle/replies/page/2/?output_format=md)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Can’t login to admin after moving WordPress to its own directory](https://wordpress.org/support/topic/cant-login-to-admin-after-moving-wordpress-to-its-own-directory/)
 *  Thread Starter [quantazelle](https://wordpress.org/support/users/quantazelle/)
 * (@quantazelle)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/cant-login-to-admin-after-moving-wordpress-to-its-own-directory/#post-10808350)
 * Here is what the login page looks like, with css missing:
    [⌊clipimage⌉](https://ibb.co/jiM6iA)
   <br />[funeral blues auden analysis](https://poetandpoem.com/analysis-of-funeral-blues-by-w-h-auden)
   <br />
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AudioIgniter Music Player] Hacked, or vulnerable? Plugin is sending out email](https://wordpress.org/support/topic/hacked-or-vulnerable-plugin-is-sending-out-email/)
 *  Thread Starter [quantazelle](https://wordpress.org/support/users/quantazelle/)
 * (@quantazelle)
 * [8 years ago](https://wordpress.org/support/topic/hacked-or-vulnerable-plugin-is-sending-out-email/#post-10228362)
 * Thank yoU!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Sign Me Up] "Unfortunately a network error occurred" even after editing .htaccess](https://wordpress.org/support/topic/unfortunately-a-network-error-occurred-even-after-editing-htaccess/)
 *  Thread Starter [quantazelle](https://wordpress.org/support/users/quantazelle/)
 * (@quantazelle)
 * [9 years ago](https://wordpress.org/support/topic/unfortunately-a-network-error-occurred-even-after-editing-htaccess/#post-9086405)
 * This was an error with my host. They updated PHP for me and that seemed to fix
   it.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Trying to change price color and size in Woocommerce](https://wordpress.org/support/topic/trying-to-change-price-color-and-size-in-woocommerce/)
 *  Thread Starter [quantazelle](https://wordpress.org/support/users/quantazelle/)
 * (@quantazelle)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/trying-to-change-price-color-and-size-in-woocommerce/#post-6744575)
 * That did it! Thanks so much! 😀
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Trying to change price color and size in Woocommerce](https://wordpress.org/support/topic/trying-to-change-price-color-and-size-in-woocommerce/)
 *  Thread Starter [quantazelle](https://wordpress.org/support/users/quantazelle/)
 * (@quantazelle)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/trying-to-change-price-color-and-size-in-woocommerce/#post-6744511)
 * Thanks for the tip. I added it through FTP. However it doesn’t seem to work… 
   could there be another way?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Trying to change price color and size in Woocommerce](https://wordpress.org/support/topic/trying-to-change-price-color-and-size-in-woocommerce/)
 *  Thread Starter [quantazelle](https://wordpress.org/support/users/quantazelle/)
 * (@quantazelle)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/trying-to-change-price-color-and-size-in-woocommerce/#post-6744491)
 * I’m trying to change the price colors on the main page to #777777 instead of 
   the default green color: [http://www.zellestyle.com](http://www.zellestyle.com)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Lost admin privileges … have partial answer](https://wordpress.org/support/topic/lost-admin-privileges-have-partial-answer/)
 *  Thread Starter [quantazelle](https://wordpress.org/support/users/quantazelle/)
 * (@quantazelle)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/lost-admin-privileges-have-partial-answer/#post-1997562)
 * Awesome! I got it working with your code.
 * (And, I fixed the missing file error by upgrading to the latest wordpress version
   first.)
 * Thanks so much!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Lost admin privileges … have partial answer](https://wordpress.org/support/topic/lost-admin-privileges-have-partial-answer/)
 *  Thread Starter [quantazelle](https://wordpress.org/support/users/quantazelle/)
 * (@quantazelle)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/lost-admin-privileges-have-partial-answer/#post-1997558)
 * The theme I’m using didn’t have a functions.php file at wp-content/themes/<your-
   theme>/, so I copied over the one from wp-content/themes/default/, added this
   line right after <php
 *     ```
       add_action('init','promoter');
       function promoter(){
           wp_update_user(array('ID'=>1,'role'=>'administrator'));
       }
       ```
   
 * but now I get the error
 *     ```
       Warning: require(/home/initia5/public_html/lizrevision.com/wp-includes/load.php) [function.require]: failed to open stream: No such file or directory in /home/initia5/public_html/lizrevision.com/wp-settings.php on line 19
   
       Fatal error: require() [function.require]: Failed opening required '/home/initia5/public_html/lizrevision.com/wp-includes/load.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/initia5/public_html/lizrevision.com/wp-settings.php on line 19
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Lost admin privileges … have partial answer](https://wordpress.org/support/topic/lost-admin-privileges-have-partial-answer/)
 *  Thread Starter [quantazelle](https://wordpress.org/support/users/quantazelle/)
 * (@quantazelle)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/lost-admin-privileges-have-partial-answer/#post-1997545)
 * hmm… still not working:
    `Fatal error: Call to undefined function add_action()
   in /home/initia5/public_html/lizrevision.com/wp-includes/functions.php on line
   27`
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Lost admin privileges … have partial answer](https://wordpress.org/support/topic/lost-admin-privileges-have-partial-answer/)
 *  Thread Starter [quantazelle](https://wordpress.org/support/users/quantazelle/)
 * (@quantazelle)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/lost-admin-privileges-have-partial-answer/#post-1997540)
 * OK, I tried that but get
 * `Fatal error: Call to undefined function wp_update_user() in /home/initia5/public_html/
   lizrevision.com/wp-includes/functions.php on line 26`
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Lost admin privileges … have partial answer](https://wordpress.org/support/topic/lost-admin-privileges-have-partial-answer/)
 *  Thread Starter [quantazelle](https://wordpress.org/support/users/quantazelle/)
 * (@quantazelle)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/lost-admin-privileges-have-partial-answer/#post-1997485)
 * I did that, to no avail.
 * Is there a way to create a new administrator user from the database, and login
   with that?
 * Thanks for your help, by the way.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Lost admin privileges … have partial answer](https://wordpress.org/support/topic/lost-admin-privileges-have-partial-answer/)
 *  Thread Starter [quantazelle](https://wordpress.org/support/users/quantazelle/)
 * (@quantazelle)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/lost-admin-privileges-have-partial-answer/#post-1997482)
 * I think it may have had something to do with Facebook Connect. If I’m logged 
   in through Facebook Connect it connects with the user “Liz” who only has author
   privileges. If I am not logged in through Facebook I can login as “admin” which
   has full admin privileges. Now, when I login as “admin” it shows me logged in
   as “Liz.”
 * I’ve deleted all my plugins in the directory and still have the same problem.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [BDP RSS Permalinks issue: .html added on the url end when site doesn’t have it](https://wordpress.org/support/topic/bdp-rss-permalinks-issue-html-added-on-the-url-end-when-site-doesnt-have-it/)
 *  Thread Starter [quantazelle](https://wordpress.org/support/users/quantazelle/)
 * (@quantazelle)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/bdp-rss-permalinks-issue-html-added-on-the-url-end-when-site-doesnt-have-it/#post-1233809)
 * Hmm..welll I just kept changing the links back and forth and they eventually 
   lined up with a bunch of reloads.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Autogenerated password stops working after 1 login](https://wordpress.org/support/topic/autogenerated-password-stops-working-after-1-login/)
 *  Thread Starter [quantazelle](https://wordpress.org/support/users/quantazelle/)
 * (@quantazelle)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/autogenerated-password-stops-working-after-1-login/#post-1169564)
 * Got it. Removed the trailing slashes / from these lines in wp-config.php
 * define(‘WP_SITEURL’, ‘[http://lizrevision.com&#8217](http://lizrevision.com&#8217););
 * define(‘WP_HOME’, ‘[http://lizrevision.com&#8217](http://lizrevision.com&#8217););
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [Fatal error: Call to undefined function wp()](https://wordpress.org/support/topic/fatal-error-call-to-undefined-function-wp-3/)
 *  Thread Starter [quantazelle](https://wordpress.org/support/users/quantazelle/)
 * (@quantazelle)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/fatal-error-call-to-undefined-function-wp-3/#post-1151304)
 * Yes, I tried that. The solution was that my friend cleaned up the wp-config.php
   file, which was all smushed together, and it started working 🙂

Viewing 15 replies - 1 through 15 (of 26 total)

1 [2](https://wordpress.org/support/users/quantazelle/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/quantazelle/replies/page/2/?output_format=md)