godfly
Forum Replies Created
-
Forum: Themes and Templates
In reply to: kubrickbg-ltr.jpg“does anybody know which css file or php file uses kubrickbg-ltr.jpg ? “
I was also having the same problem but I think I have found the solution.
Look for this line in header.php :
#page { background: url(“<?php bloginfo(‘stylesheet_directory’); ?>/images/kubrickbg-<?php bloginfo(‘text_direction’); ?>.jpg”)
Pay attention on this part (still on the same line):
/images/kubrickbg-<?php bloginfo(‘text_direction’); ?>.jpgThat is what you’re looking for. I am using a wider background image (a .png) but I kept the naming convention and did not remove the -ltr part. I only changed .jpg to .png
You can see it here – http://sleepingbabyphotos.com/
Thanks for the response jeremyclark13! I will try this solution right now. Thanks!
Thanks for the offer whooami! but i got it fixed! =D
Let me share to everyone what i did,
i created a .htaccess file with this information:
RewriteEngine on
RewriteCond %{HTTP_HOST} ^(www.)?toteandco.com$
RewriteCond %{REQUEST_URI} !^/catalog/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /catalog/$1
RewriteCond %{HTTP_HOST} ^(www.)?toteandco.com$
RewriteRule ^(/)?$ catalog/index.php [L]now i dont have to move the files anymore =) if somebody go to http://www.toteandco.com they will be automatically redirected to http://www.toteandco.com/catalog =)
Thanks Nick Burns 😛
Ok. I got confused about the “right way of moving” that you mentioned. But anyway, on my second post I already mentioned that I went thru that already:
Step 1 says that if you are moving wordpress to your root directory (which is what I am trying to do) you have to make sure that the htaccess and the index.php and all the other files are moved yaddah yaddah yaddah… I did all that and moved all the files properly using filezilla.
Step 2 says Login to your blog —> this is where the problem sets in. I can’t even login. You mentioned that I should backtrack and read this “right way” again but I am not sure which way to backtrack since I am sure that I did step 1 properly and the site is working fine but the problem is I can’t login..
Regarding WP-SITEURL, I haven’t added it yet but I will try that.
Thanks so much whooami. ur da best!
Thanks for the response whooami! I appreciate that.
Just a few questions…
What is the “right way” of moving wordpress? I used filezilla to download the everything from my catalog directory, also used it to upload the files into the root directory. if that is not the right way please enlighten me. im really new to this.
Regarding Editing WP-CONFIG.PHP in the Advanced Options.. My problem is I can’t even login to the Administration thus I cannot access the Advanced Options. I checked the wp-config.php that I downloaded but it just contain the database info- there’s nothing about the WP-SITEURL.
I still have the original copy of wordpress in the catalog directory though.. Is there a way for me to forward http://www.toteandco.com to http://www.toteandco.com/catalog? I tried DNS forwarding but apparently it works only if the site is hosted somewhere else.
Step # 3 of “Moving WordPress Within Your Site” (see link the I posted above:
3. Go to the Administration > Options > General panel.
***That’s the problem. I can’t even login to the administration…
ok.. I found this http://codex.wordpress.org/Moving_WordPress
reading thru it right now… but if anyone is familiar with the process that I’m trying to do, I would appreciate a feedback.Forum: Installing WordPress
In reply to: blogroll is missingi also tried adding all the sidebar midgets… but its still not showing up..
Forum: Installing WordPress
In reply to: Can’t select databaseThanks for the reply HandySolo, yes I’m pretty sure “wordpress” has access to “blog”
Users in blog
taobuhid_wordpre (Privileges: ALL PRIVILEGES)Connection Strings
Perl $dbh = DBI->connect(“DBI:mysql:taobuhid_blog:localhost”,”taobuhid_wordpre”,”<PASSWORD HERE>”);
PHP $dbh=mysql_connect (“localhost”, “taobuhid_wordpre”, “<PASSWORD HERE>”) or die (‘I cannot connect to the database because: ‘ . mysql_error());
mysql_select_db (“taobuhid_blog”);