I would like to revamp the entire website. I will not use any of the content in the old website. I recently purchased a theme at themeforest. Now, I want to create a test site using a subdomain and do all the tweakings there and then later on take it live in the same domain as the old website. This is my first time I am going to do this. So I am a bit scared that this might mess up the live site. If I am going to install the wordpress 3.9 in the test site, will it affect the live site? or will it require me to update the wordpress 3.1 currently installed in the old website to wordpress 3.9?
Please note that I am a total newbie in this, I only know basic CSS, so please bear with my stupid questions. :p
Thank you.
]]>thanks
Keefy
I use the iFeature 2.1.1 theme
Plugin include: appointy, featured page widget, formidable, jquery lightbox for native galleries, the events calendar, tubepress and wp maintenance mode
I did try to deactivate all the plugin, but the problems still exist. and I also try too ask the founder of the iFeature, but they said that this is nothing to do with their theme.
I think all my problem is happen in the text become orange color, and have the ad link pop out when I click on the word.
Please help me. My website address is https://mlz.mcreativedesign.com/about-us/
]]>I remember back in www.remarpro.com(com) not too long ago, I used to be able to rename my blog posts without any issue. I could just click “Permalinks”, go to the area & rename it something like systems-design-class and that would become the post’s official title.
It was so simple & effortless to rename a blog, that I went and did this on at least 4 of them to ensure they had a custom structure. The post showed up fine without any numbers.
Apparently this was all before the large upgrade to WordPress 3.0 and later versions. Now when I rename this blog to have a custom title, automatically I get a ‘404 page is not found error’. Permalinks are no longer redirecting to any of the blog posts.
Why can I do it on the others yet I can’t do it on my own host’s(Godaddy) domain? Likely because on the other blogs, they are still using WP version 2.5 or below which seems to make the difference. I even did a fresh install, and these hosted blogs have twice the issues that our regular blogs do.
Here’s the real issue I am running into: The whole blog is broken.
https://radiantdesignworld.com/
I can’t get categories to show correctly, nor can I get the “Leave comment” box to show up at all on any page. All I did was rename one permalink.
I have exactly one plugin installed/active: “Permalink Fix & Disable canonical redirect pack” by Nick Schalk & Chris Cheney. Its a patch that fixes the “404 not found error” I receive when renaming a blog’s permalink. My main issue is I have no choice but to use this plugin, as any other plugin I tried does not fix the “404 not found” error.
I also tried WCS Permalink Hotfix by Luke America, yet ran into categories still not showing & the 404 page not found error. I then uninstalled the whole database, used myPhpAdmin, re-installed WordPress from scratch as 3.1 and then 3.2.
Just for kicks I clicked the blog, the Comment Box & categories were all working fine. I renamed the Permalink and instantly all I would see is a “404 page is not found” error.
I tested this thoroughly so I would for certain know what caused the issue. So first I installed “Permalink fix & disable canonical redirect” by Chris Cheney, which resolved the problem but left me with no categories to click on & no comment box. I then concluded this “patch” is the culprit for causing the problems. Next, I tested a clean install of WordPress 3.2 without any plugins and tried renaming one permalink. Once I saw “404 not found”, I installed only one plugin: WCS Custom Permalinks hotfix by Luke America. 404 error went away, & now I have the same issue clicking categories and also the “Leave comments” box is no longer clickable.
So I know for a fact that BOTH of these Permalink hotfix patches are the culprit causing it, as far as they both activate the same problem. However my real dilemma is I have looked through the entire database of plugins & can find no other “patch” that fixes 404 redirects.
So anytime I rename a single post’s permalink to something else, I’m finding that our entire blog breaks. You cannot leave comments, categories don’t work and it says “404 page not found.” Just about every method I have used to fix this, still disappears the comment box & other links.
I am at a loss as to why WordPress never sent out a global patch for this. I have never encountered this before and I am considering returning to WordPress 2.0 or earlier, just to use permalinks.
On the Codex, I think it states there is like five or six surefire plugins that correct the problem. I have used all of them, and the only real worthwhile one WCS Custom Permalinks; still makes our comment box disappear on Twenty Ten, Twenty Eleven or any other wordpress themes. I tested it on four separate WordPress installs & it definitely is the culprit.
If any of you have encountered this issue and can relate to the problem of vanishing page links or comment boxes, your assistance is greatly appreciated. This is the first time I’ve seen this happen.
I attempted just about every single procedure I can try, including setting up a new database & installing WordPress from scratch. I’m now considering just deleting all files and rolling back everything to WordPress 2.0 because this should not be using our time.
Is there any known alternative WordPress plugins, that make it easy to rename permalinks without entering the Settings dashboard?
Thank you for any help or insight you can provide, for those of you who have encountered similar problems or issues along the way. I readily welcome a real solution.
]]>I have created sites by sub folders options. They work fine at
https://www.ujyg.com/site1/
https://www.ujyg.com/site2/
I have installed Domain Mapping Plugin. I create domain and give site ID of site1 in site ID field of the domain. The domain is created successfully but it doesn’t point to site1 and nor it shows in Mapping column of sites.
I deactivated all plugins but the issue didn’t not resolve.
]]>With 2.9 everything worked like a charm for ex. https://url/category/cat_name/ . And it still does if i restore form backup to old version.
With 3.1 when i try to open https://url/category/cat_name/ I get 404. Posts works fine, problem is only with categories. So i guess there is problem with taxonomy or something. I’m out of clues.
For now I use defaul permalink and it works, but afaik it hurts SEO pretty much, so i would like to solve this somehow.
]]>Drag-and-drop and drop-down features no longer work.
Also, editing the ‘Screen Options’ is disabled.
With being connected to over 15 social networks and having constant blog posts, this plugin is essential! I hate having to have it disabled to edit the pages, and then enable it right before I make a new Post.
Is there any known work-around for this issue or is just lost until the next update??
]]>This is happening after upgrading to 3.1
This is also happening in www.infoineed.com
Please help !!!
]]>I started getting a bunch of 404 errors in Goggle webmaster tools and though I would investigate. Turns out WordPress has now re-written my category and tag base’s to reflect my custom permalink structure.
My custom permalink structure: /archive/%postname%/
Example original: mysite.com/tag/example-tag
Example after upgrade: mysite.com/archive/tag/example-tag
To resolve my problem (as long as WordPress doesn’t magically change back one day) i simple added this to all of my sites .htaccess files.
Redirect 301 /tag /archive/tag
Redirect 301 /category /archive/category
Anyone else see this after updating?
**Update
I just verified that the problem is with the change from 3.1 to 3.1.1 I had a blog that I neglected to update so I just did that a second ago and the permalink structure changes exactly as I described above.