Kruble
Forum Replies Created
-
Forum: Themes and Templates
In reply to: remove header from one pageresolved
Forum: Themes and Templates
In reply to: Basic child theme questionsresolved
Forum: Fixing WordPress
In reply to: database error on migrationI called Godaddy…they were very helpful…seems I had errantly changed the site configuration to multisite which was conflicting things.
Thanks again for your response. Marked as resolved
Forum: Fixing WordPress
In reply to: database error on migrationOK, thanks…I’ll try that.
Forum: Fixing WordPress
In reply to: database error on migrationJames Huff: Thanks for the feedback. I carefully did as you suggested, changing the database values and removing the defines. Also all data in wp-config is correct.
Still getting that database error message. The sub-directory url is still functioning correctly as a site.
I might mention one thing I’ve done differently is leave the bulk of the wp site in the sub-directory and only copied the .htaccess and index.php files into the root directory, (as per codex instructions) so I’m trying to actually trying to get the site url to point to the subdirectory (or home) url.
Any thoughts appreciated.
Forum: Themes and Templates
In reply to: [Lifestyle] where to change URL settingsThanks for taking the time maavuz.
So Ive tried the following:
*not moving any files to the root directory, but changed the wp-config.php as above…same result
*moving ALL files to the root directory, changing config file thusly:
define(‘WP_HOME’,’https://kevinruble.com’);
define(‘WP_SITEURL’,’https://kevinruble.com’);got an error saying it “could not access database files”
Ive moved everything bak to the “wp” sub-directory for now and all works again with the https://kevinruble.com/wp
Any further ideas anyone?
Forum: Themes and Templates
In reply to: [Lifestyle] where to change URL settingsThank you maavuz.
I decided to leave most of the files in the sub directory(wp)and just copy the index.php and the .htaccess to the public_html directory.
I changed the wp-config.php file to reflect the change in location:
define(‘WP_HOME’,’https://kevinruble.com/wp’);
define(‘WP_SITEURL’,’https://kevinruble.com’);Now if I type in the website URL, all I get is a blank white screen…no 404 message or anything. Ideas?
Forum: Themes and Templates
In reply to: [Lifestyle] deleting alt tag in headerResolved
Forum: Fixing WordPress
In reply to: adding margin space to contentThanks!
Forum: Fixing WordPress
In reply to: adding margin space to contentBeautiful! Thank you…Worked like a charm. Now get some sleep!
Forum: Fixing WordPress
In reply to: adding margin space to contentDidnt work. I installed the plug-in “TJ Custom CSS”, activated it and inserted the code as per the instructions, but nothing changed. Any ideas?