cl8n
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [WP Opulus] Can't Find How To Add Banner Content on Front PageI discovered the way to do this, so I’ll post it here in case anyone is experiencing the same issue.
1. Hit the Pages link and choose Home.
2. Scroll right down (past the text area where you’d normally enter the Home Page body copy) and use the text area Nimbus Front Page Banner Panel.Whatever is typed here will appear in the Banner Content.
Not something I would have said screams out at you, but then it does seem a little obvious! Hope that helps anyone out there who’s spent as much time on this annoying problem as me.
This cry for help is two weeks old. I still haven’t got to the bottom of it – Can anyone help me?
thanks
Forum: Fixing WordPress
In reply to: All Navigation Buttons Lead to Home PageHi
Thanks so much for spending the time in assisting me. Here’s my solution to the NavBar issue:
I installed WordPress into a folder entitled “wordpress” in the root folder on the server. As a result I created a redirect HTML file in the root folder to take all visitors to the /wordpress folder. At one point I went into the General Settings in the Dashboard and changed the Site Address (URL) by taking out the “/wordpress” part at the end. At that point all links in the NavBar were taking the visitor to root folder, hitting the redirect file and landing on the Home Page. So to fix this I went back into the General Settings and put “/wordpress” back into the URL again. Hey presto – fixed.
The Navbar issue had nothing to do with the problem I was experiencing with the update. To solve that problem, I followed the instructions here:
http://support.planetdomain.com/index.php?_m=knowledgebase&_a=viewarticle&kbarticleid=188And everything worked out.
Thanks again for your support. Things are once again peachy! 🙂
Forum: Fixing WordPress
In reply to: All Navigation Buttons Lead to Home PageHaha! WordPress didn’t stipulate initiative!! 😉
I went ahead and pasted that in, exactly where you advised, then replaced the newly updated wp-config.php file on the server.
I logged in to the Dashboard, hit the Update button (automatically), but got the same error message:
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 3981531 bytes) in /home2/brischoo/public_html/wordpress/wp-includes/class-http.php on line 1408
——————–
Is the error due to the wp-config.php file, or the class-http.php file? Or even the host not allocating enough memory in the first place? Or something else entirely?
Line 1408 in class-http.php is as follows:
$theBody = substr( $theResponse, $headerLength );…which doesn’t make a whole lotta sense to me, because it’s not attributing any memory function at all.
Do you think this update issue is the cause of the navbar problem?
btw, Thanks so much for your time, simplistik.
Forum: Fixing WordPress
In reply to: All Navigation Buttons Lead to Home PageHi – thanks for the advice. I downloaded the file wp-config.php to my local machine, opened it in an editor, but couldn’t find any line:
define(‘WP_MEMORY_LIMIT’, ’64M’);
There was:
define (‘WPLANG’, ”);
define(‘WP_DEBUG’, false);but no: define(‘WP_MEMORY_LIMIT’, ’64M’);
???