wpismypuppet
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Installed WP but when I go to my website it shows a parked domainDelete the wp folder and all it’s contents… you don’t need it. Leave everything else and you should be all set.
Forum: Fixing WordPress
In reply to: Installed WP but when I go to my website it shows a parked domainHmmm… both of your links work for me… This: http://www.keystoselling.com and this http://www.keystoselling.com/wp/. Under your public_html folder do you have a wp folder?
Forum: Fixing WordPress
In reply to: Video Sidebar WidgetPost a link so we can see the site… then we can provide more information. One solution “might” be to add the css “overflow: hidden;” to your style.css file for the video container.
Forum: Fixing WordPress
In reply to: Installed WP but when I go to my website it shows a parked domainIt appears you installed WordPress into the wp folder, not your root, so scroll down to the “Using a pre-existing subdirectory install” section…
Forum: Fixing WordPress
In reply to: Installed WP but when I go to my website it shows a parked domainFollow these directions:
http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory
Forum: Fixing WordPress
In reply to: Can this be done using wordpress ?If the University’s data is stored in a WordPress database, and you are on the same server as the University’s database, you can tap into the database itself and pull the data. You need permission and an account to do so.
If you are looking to build your own site and pull content from the University’s site, plan on doing a lot of programming… There is no other way.
Forum: Fixing WordPress
In reply to: Change Slug of existing pageYou’ll want a 301 redirect for that. Here is a link to a good tutorial:
http://www.stepforth.com/resources/web-marketing-knowledgebase/how-to-301-redirect/#.UAATa_UZ9a4
Forum: Fixing WordPress
In reply to: Image issuesWell I checked your site in IE7, IE8, IE9, Opera, Chrome, Safari and Firefox and I don’t see the issue you describe. All of the images are showing properly. What browser are you using? Where specifically do you see this issue?
Forum: Fixing WordPress
In reply to: How to Rebuild Media LibraryYou can’t, unless you export/import your database over to the new server. WordPress uses the upload folder to store the images, but each image is actually a “post” inside the WordPress database. If you didn’t move the database with the installation, WordPress will never see what is in the upload folder. At that point, you’d have to move all the files from the upload folder to your computer, and re-upload them back in through WordPress using the media library or some other means.
You only have to re-upload the original images though, not the ones with some number appended to the end… (i.e. myphoto.jpg needs to be uploaded, but you may see myphoto-300×300.jpg and myphoto-1024×1024). The images with numbers appended to them are the “crunched” versions of the original image.
Forum: Fixing WordPress
In reply to: Weird Multiple Home Page IssueDo you know what you are using for breadcrumb processing? Maybe check under settings and see if there is a breadcrumb tab… if not, can you list your plugins? Just go to plugins->installed plugins. You don’t have to list them all if you see an obvious “breadcrumb” plugin.
Forum: Fixing WordPress
In reply to: Remove ALL mention of Comments from PAGES, not postsOpen up page.php (I would assume this is being used for your pages… if not, it’s something the think about to make them different than posts) and look for:
comments_template();Remove that piece of code…
Forum: Fixing WordPress
In reply to: Weird Multiple Home Page IssueHmmm… two things to check here. First, go to “settings->Reading”. There is a section called “front page displays”. You should have “a static page” ticked and where it says “front page”, select “home”. If that doesn’t fix the issue… We’d have to look at your breadcrumb settings 🙂 Try this first…
Forum: Fixing WordPress
In reply to: Please help! Sub pages not showing upUnfortunately I do not know any good resources unless you are willing to pay. And even then I can’t recommend good ones. Everything I learned I basically taught myself… but I work with it on a daily basis (it’s my daily job) and I have a background in computer programming… My company has built more than 40 WordPress sites, and all of them have been custom themes (built from the ground up) and custom functionality.
If you have any questions or would like information on how things work, feel free to contact us through our company website and I’ll send you whatever information I can to help out!
Forum: Fixing WordPress
In reply to: Custom Taxonomy Terms Page Not FoundWonderful! I’m glad you could pin point the issue… We had a similar issue with custom posts and custom taxonomies and pages that need to share slugs and paths… I was looking into that as another choice which involved custom rewrite rules, but your solution worked, so right on!
Forum: Fixing WordPress
In reply to: restoring media after deleting a userSometimes it’s not just the username and password… a bad plugin, bad WordPress code (hence the upgrades), bad code you wrote yourself! Anything is a potential for a hacker, and once it’s exploited, it’s easy to get in and out. 9 times out of 10 it’s a bot that hacks you.
If you are on a shared server (sharing web space with other people) they could have hacked those other people and broke in from there to your files. There’s a lot of ways to get in… that’s why people get paid BIG bucks to be security managers 🙂
Hope it works out for you…