rp024
Forum Replies Created
-
GOT IT FIXED!
I manually exported the site content from the existing site ACP in .xml
Imported into build site and now pages resolve by build link. Makes no sense the site didn’t respond to the database, but I’m happy it is responding at all! Thank you for responding @kmessinger.
Hello @kmessinger,
This is a new customer who we are in the process of moving. The site was built by a separate developer and hosted by a separate hosting company.
We downloaded the entire site yesterday and FTP’d to our server. I did the export of the database and imported using bigdump.php
Once completed I navigated to wp-admin>settings>and changed the default url from ussewer.com to the build link.
I changed all of the post/page urls in the database from ussewer.com to the build link as well. Some of the links are still resolving to ussewer.com.
We need everything to resolve and work properly on the build link https://198.1.95.13/~ussewer/
At the moment only wp-admin is fully functional. Everything in the ACP works. The only page that resolves on the web properly on the site is the index.
During installation of the database import, there were no errors reported from big dump.
Thank you for your help.
Hi @kmessinger, thank you for reply.
The db itself is 22megs and wasn’t able to be imported the conventional way. I simply created a db and did the standard backup/export of existing db from the other host. I utilized “bigdump.php” to facilitate the import. The db imported without a single error. The site popped right up on the build link. I used the “wp update urls” plugin. Invaritably there are going to be some links hardcoded with respect to images or text links. It’s the wp menu navigation which should work and isn’t. Again all of the pages are fully accessible in the editor. They can be updated and published. They just don’t resolve realtime when viewing on the build link.
Forum: Themes and Templates
In reply to: Building new template on live site?Thank you WPyogi. We’ll give it a shot. Much appreciated.
Forum: Fixing WordPress
In reply to: WP-Admin looping back and denies loginOur issue was .htaccess.
Replaced with the basic wordpress .htacces
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
Forum: Fixing WordPress
In reply to: Blog shifted left in IE – All versionsBingo!
You the man alchymyth. That’s the ticket. Whoever the clients admin was prior installed 11 spam plugins!
Very much appreciated. Thank you again.
Forum: Fixing WordPress
In reply to: Blog shifted left in IE – All versionsThat’s what I saw in the w3c. I moved the scripts around but that sitebrains script isn’t even in the header code.
Forum: Fixing WordPress
In reply to: Blog shifted left in IE – All versionsI added the doctype
“<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
<html xmlns=”https://www.w3.org/1999/xhtml” xml:lang=”en-gb” lang=”en-gb” >”And that changes from 117 errors to 88 and 36 warns to 35.
Forum: Fixing WordPress
In reply to: Blog shifted left in IE – All versionsHi, thank you for reply. I checked it and it has error. I only want the blog to line up center. I have tried editing according to the references in others wp “alignment in IE” posts here on the forum. Is there a specific reference in the validator which would specifically fix the alignment? There are 117 errors and 36 warnings.
Thank you for your help.
Forum: Fixing WordPress
In reply to: WP-admin loops back to old server?I also get this message in phpmyadmin
” 3.11 The number of records for InnoDB tables is not correct.
phpMyAdmin uses a quick method to get the row count, and this method only returns an approximate count in the case of InnoDB tables. See $cfg[‘MaxExactCount’] for a way to modify those results, but this could have a serious impact on performance.”
Forum: Fixing WordPress
In reply to: Menu using "Conditionals"? Unsure how to updateThanks
Forum: Fixing WordPress
In reply to: Menu using "Conditionals"? Unsure how to updateI agree, but when I comment out or remove the list pages code, the header blows up. I can’t even imagine why anybody would use navigation like this to begin with.
So in essence I really don’t have any other option for reconfiguring their existing nav, mainly because I’m unfamiliar with it?
Forum: Fixing WordPress
In reply to: Menu using "Conditionals"? Unsure how to updateHi @ esmi. Yes I am aware this is .org. Their script is the wordpress 3.5.1 .org script.
Forum: Fixing WordPress
In reply to: Menu using "Conditionals"? Unsure how to updateThank you @ esmi. The version was updated about 2 months ago to 3.5.1. Everything on the site has been no problem to admin.
Finding the navigation though is like finding a needle in a haystack. The funny thing about the navigation is that it’s extremely plain and you’d think it would be very easy to edit. I can’t even find it.
Forum: Fixing WordPress
In reply to: Menu using "Conditionals"? Unsure how to updateHi @andrew. It’s www.ads-software.com
The clients entire site is wordpress
This is a snapshot of the client theme panel
https://i49.tinypic.com/6fvxo4.jpgIt’s definitely kubrick. They just changed the name of it. here’s the Kubrick theme.
https://theme.wordpress.com/themes/kubrick/Perhaps they started as free then upgraded to pro at one point?