AD7863
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Adding .active class to active menu itemHey, I have long since abandoned WordPress and transferred my blog to Jekyll.
You can put that snippet anywhere in your functions.php file before the closing ‘?>’ though I think.
Forum: Themes and Templates
In reply to: Adding .active class to active menu itemIt worked. Thanks so much.
When’s the next release due?
Forum: Fixing WordPress
In reply to: Can't log inSorry, it’s been 3 weeks and I’ve fixed it. But what’s wrong with W3TC’s configuration?
Sorry, unfortunately my host hasn’t provided me with a solution yet. Apparently they don’t know what’s going on.
Hey, thanks for all the help. I have contacted my host and they have created a ticket for me.
Where is that server error_log file? I went into cPanel and checked the error log and it was completely empty. I’ve turned hotlink protection from Cloudflare off and it was never enabled in cPanel anyway.
Weird.
Hello, I tried uploading a new image and it didn’t smush.
Smush.it error: Could not get the image while processing http://www.maxvideogaming.com/wp-content/uploads/2012/03/IMG_1984.jpg (/home/derp/public_html/maxvideogaming.com/wp-content/uploads/2012/03/IMG_1984.jpg)Hello, disabling hotlink protection didn’t do it.
Forum: Fixing WordPress
In reply to: Login troubleHey stevelong, read the post I left here.
Hope it helps.
Forum: Fixing WordPress
In reply to: Log in errorsHello, I’m just replying to say that I’ve finally managed to fix this problem.
I was forcing www. before my domain name and I just changed it to non-www in my wp-config file and bam!
Everything started working flawlessly after that.
Before:
define('WP_HOME','http://www.maxvideogaming.com'); define('WP_SITEURL','http://www.maxvideogaming.com');After:
define('WP_HOME','http://maxvideogaming.com'); define('WP_SITEURL','http://maxvideogaming.com');Hope this helps anyone who has this problem in the future. 😉
Forum: Fixing WordPress
In reply to: Log in errorsOK, I’ve changed the theme again to a very popular theme which I’m very sure is made correctly and I’m still having problems. Here are the errors:
Notice: add_option was called with an argument that is deprecated since version 2.3 with no alternative available. in /home/mohammed/public_html/maxvideogaming.com/wp-includes/functions.php on line 3553 Warning: Cannot modify header information - headers already sent by (output started at /home/mohammed/public_html/maxvideogaming.com/wp-includes/functions.php:3553) in /home/mohammed/public_html/maxvideogaming.com/wp-content/plugins/w3-total-cache/lib/W3/Referrer.php on line 47 Notice: wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts, admin_enqueue_scripts, or init hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.) in /home/mohammed/public_html/maxvideogaming.com/wp-includes/functions.php on line 3587 Notice: wp_enqueue_style was called incorrectly. Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts, admin_enqueue_scripts, or init hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.) in /home/mohammed/public_html/maxvideogaming.com/wp-includes/functions.php on line 3587 Notice: Constant TEMPLATEPATH already defined in /home/mohammed/public_html/maxvideogaming.com/wp-config.php on line 108 Notice: Constant ADMIN_COOKIE_PATH already defined in /home/mohammed/public_html/maxvideogaming.com/wp-config.php on line 111 Warning: Cannot modify header information - headers already sent by (output started at /home/mohammed/public_html/maxvideogaming.com/wp-includes/functions.php:3553) in /home/mohammed/public_html/maxvideogaming.com/wp-includes/pluggable.php on line 866I’m starting to think it’s a problem with the W3 Total Cache plugin.
Forum: Fixing WordPress
In reply to: Log in errorsThe Internet.
Forum: Fixing WordPress
In reply to: Log in errorsHere’s the problem, Christine.
When I change to the TwentyEleven theme, everything is fine and dandy.
However, I want to use a different theme, I’ve tried two different themes that I want to use.
Both throw up these errors.
Is there any way someone can help me find the root of these errors and tell me how to fix them?
Thanks.
Forum: Fixing WordPress
In reply to: Can't log in