Tree High Bonsai
Forum Replies Created
-
@subiectiv: I know man only thing, 7 posts up I addressed that. This them however, when you click install it automatically trys to install itself. There is no choice where to save the file. Just my luck the theme that is perfect for this idea happens to be a pain. Guess it wasn’t meant to be hahaha…Maybe a sign to choose another theme?
I know that is why this is killing me its such a simple thing. And yea it was saved as a .php, and nothing else was tampered with. This is actually the first thing I’m trying to do on the site. It just boggles my mind I’m looking to try a new theme now. I appreciate all the tips though its an excellent check list.
btw Thank you everyone for your help!!!
@emg: Ok I just tried that I added this extra code:
if(is_admin()) {
add_filter(‘filesystem_method’, create_function(‘$a’, ‘return “direct”;’ ));
define( ‘FS_CHMOD_DIR’, 0751 );
}at the very end of the file. Re-uploaded to the site and the site loaded as html. When I did save it however after modification notepad changed around the arrangement of the content so I went back in and mirrored it to the original positioning again. I don’t know if that has anything to do with it.
This is so frustrating, but this theme is key to this blog.
I’m going to try and upload a different theme tonight. But if I do that will it be a pain to change it again? ??
Well I have FTP access, the reason I cannot download the theme is because when I click install it automatically enters an install procedure. There is no choice. Or maybe there is and I have no idea.
As to why I cannot modify wp-config.php file. I really don’t know. My host is freei.me, and my cpanel is VistaPanel. When I click on online file manager, it goes to file-managers.net. Now when I add the code and then click save it says: Status: This file could not be saved
@ esmi,
Thanks for the reply. Yes I have but it didn’t work for me. Well to be more specific, my wp- config.php file would not let me modify it. I have another file wp-configsample.php which I was able to modify and inserted that code in there in multiple locations before the end of the html code and nothing worked. Also I wasn’t clear exactly where to insert the code because I don’t have the ?} at the end of the code.