bernbe01
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Can't access old siteok so if you remember the old server’s ip, open your hosts file and create an entry for your IP and yourdomain. for example:
192.168.1.1 yourdomain.com
then in your browser, access that domain, your computer will not make a dns request and will instead go to the manually entered IP
when you are finished accessing the old site simply remove the hosts entry
if your site uses any subdomains you will need them in the hosts entry as well:
192.168.1.1 yourdomain.com
www.yourdomain.comForum: Fixing WordPress
In reply to: I need help altering the title bar on my sitehey bltizburgh, no need for a screen shot i’m finally on the same page as you 😛
ok so that is literally your Site Title as configured on Dashboard->Settings->General
to disable using this as part of the page title (page titles are unique because post_name is prepended but we can still try to accomplish this) depends a little on your config.
are you currently running any seo plugins?
Forum: Fixing WordPress
In reply to: Uninstall WordPress and Revert to Old Version of Sitei can definitely try 😛
what kind of backup is it? WordPress backup, server backup?
Forum: Fixing WordPress
In reply to: rss feed validationhey so is your feed at http://www.rawvoice.com/feed/ ?
because if so it is validating….
Forum: Fixing WordPress
In reply to: Can't access old sitehey there happy saturday!
so old db is on the old host
old wp file are on which host?
and no permalink structure can either be edited by saving permalinks in the backend or by editing the htaccess file
Forum: Fixing WordPress
In reply to: insert / edit link not workingline 64 of your file looks right to me, i doubt the orig theme file is any different
and i am sorry if i am being redundant but with all plugins disabled you tried making a new post containing a link and it failed to render?
what happens when you switch to text mode in the post editor?
Forum: Fixing WordPress
In reply to: Error Getting Into WPif you have ftp access, log in and disable/ remove your plugins (bac them up to your computer first though!)
both the errors come from plugins, so let us know if you can login after the plugins have been removed
Forum: Fixing WordPress
In reply to: Can't access old siteare the db and files for the old site still on the old host?
if yes you can make a hosts file entry pointing your domain to the old ip and that should get you to the old site until you remove the hosts entry
if you are saying that the old db has been migrated to your new host as a second db, then you can migrate the old wp file to a subfolder (ie /oldsite) of your docroot
–> then (using php my admin) go into the old site’s db, go to wp_options and update site address and blog url to reflect the new subfolderhit {domain}/oldsite/wp-login.php and update permalink structure
Forum: Fixing WordPress
In reply to: insert / edit link not workingdarnssss
can you post me the code for single.php
and can you please try making a new a post and see if that affects anything
Forum: Fixing WordPress
In reply to: insert / edit link not workingok, less code than i anticipated 😛
so it’s an issue in the content
can you please try disabling all plugins and see if the page renders as expected?
Forum: Fixing WordPress
In reply to: insert / edit link not workingfor now link me to the page.php code please if you are saying that pages aren’t rendering the links correctly but they render in the wysiwyg fine
and i appreciate you calling me a godsend but i wish you’d tell my gf that!
Forum: Fixing WordPress
In reply to: Posts pagination not working / Older postsif the raw theme files are not working, you ca either link me to your site or the free theme and i can *try* or you can reach out to the theme devs
Forum: Fixing WordPress
In reply to: insert / edit link not workinghey
since i worked with you on the last request let’s do it again
are we talking posts or pages?
and can you give me a sample of the code you used through pastebin again please?
Forum: Fixing WordPress
In reply to: Multiple Issues since 4.1 Upgradeswhats your environment? do you have ssh?
the plugin you point at only lists compatibility to 3.9.2 :-/ i hate when plugins die
i’d try disabling all pluings and see if your site comes back, this assumes at least ftp access. do you have ftp if not ssh?
Forum: Fixing WordPress
In reply to: Posts pagination not working / Older postswell, backup the file with your customizations, upload the clean one and test out.
it’s ok! i’ve definitely made bigger mistakes than this