quantazelle
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Can’t login to admin after moving WordPress to its own directoryHere is what the login page looks like, with css missing:
<br />funeral blues auden analysis<br />Thank yoU!
This was an error with my host. They updated PHP for me and that seemed to fix it.
Forum: Themes and Templates
In reply to: Trying to change price color and size in WoocommerceThat did it! Thanks so much! ??
Forum: Themes and Templates
In reply to: Trying to change price color and size in WoocommerceThanks for the tip. I added it through FTP. However it doesn’t seem to work… could there be another way?
Forum: Themes and Templates
In reply to: Trying to change price color and size in WoocommerceI’m trying to change the price colors on the main page to #777777 instead of the default green color: https://www.zellestyle.com
Forum: Fixing WordPress
In reply to: Lost admin privileges … have partial answerAwesome! 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
In reply to: Lost admin privileges … have partial answerThe 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
In reply to: Lost admin privileges … have partial answerhmm… 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
In reply to: Lost admin privileges … have partial answerOK, 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
In reply to: Lost admin privileges … have partial answerI 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
In reply to: Lost admin privileges … have partial answerI 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.
Hmm..welll I just kept changing the links back and forth and they eventually lined up with a bunch of reloads.
Forum: Fixing WordPress
In reply to: Autogenerated password stops working after 1 loginGot it. Removed the trailing slashes / from these lines in wp-config.php
define(‘WP_SITEURL’, ‘https://lizrevision.com’);
define(‘WP_HOME’, ‘https://lizrevision.com’);
Forum: Installing WordPress
In reply to: Fatal error: Call to undefined function wp()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 ??