Matthew Gedeon
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Jquery Loading TwiceI’m no expert in jquery, but that is definitely a jquery error. I tried to reproduce the error, but I couldn’t. Where exactly are you getting the error? I tried submitting a support ticket, and it registered correctly.
Forum: Fixing WordPress
In reply to: Database backup of posts and commentsYou’ll need to use an FTP program to place the uploads folder into the wp-content folder on your new site. If you already have an uploads folder, you’ll need to go into the old uploads folder, and grab those folders and drop them into the new sites uploads folder.
This might not get it, and if it doesn’t then it’s time to hire a pro, because you’ll have to search and replace database entries and there’s a VERY high potential for messing things up, but I think just moving the folder should get it.Forum: Fixing WordPress
In reply to: Jquery Loading TwiceNo, your theme is doing it right. It’s one of the plugins loading js wrong.
Forum: Fixing WordPress
In reply to: Jquery Loading TwiceIf you have some time before the deadline, I would contact the developers of both plugins and submit a bug report. For a dev, it’s not hard to fix.(sounds like one of them is not using the built in library.) If you are on a time crunch, or they fail to fix their mess, post a link to both plugins and I’ll try my hand at it.
Forum: Fixing WordPress
In reply to: PLEASE HELP!!!!!!!!!!!!!! Templates/PagesIf you make a change in style.css, it will affect the whole site, unless you know how to make it specific to a certain page…which was actually explained by Chris Burbridge above. However, you still have to have some working knowledge of CSS in order to make it happen.
Unless you want to hire a designer (I think $50 would be a fair price for what you need) then you’ll either need to take a course on css, or give it up… unless you have a friend or relative who’s skills you can borrow.Forum: Fixing WordPress
In reply to: Database backup of posts and commentsYes. What you’ll want to do is first set up the new wordpress install, then use the wordpress import to import the data. The importer parses the xml document and puts the contents into the database, so you don’t have to worry about messing with the DB. It was designed for the purpose of moving sites. One thing to be aware of though, is that for it to import images, you’ll need to have the old site still up. It can’t grab images from a site that isn’t there. As long as you’ve downloaded the wp-contents folder, you can make the images work, but it’s difficult. It’s much easier to migrate from a site that is up, to the new site then switch the domain name.
Forum: Installing WordPress
In reply to: Import content errorI’m seeing what looks like a working site. Did you get it figured out?
Forum: Fixing WordPress
In reply to: Database backup of posts and commentsI’m not sure how to do that in phpmyadmin, but have you considered using WordPress’s exporter? It exports pages, posts, attachment pages, and such without getting all the settings. The only thing it doesn’t get is uploads which could be backed up using ftp to download the wp-contents folder. Personally, I would prefer to have all the options saved if I ever needed to restore from a backup, but if you don’t want them, the XML file that wordpress generates has almost everything you asked for.
Forum: Fixing WordPress
In reply to: Resizing window width squashes contentHere’s one I think explains the process better. Which ever works for you works for me. http://wordpress.org/support/topic/theme-twenty-eleven-how-to-prevent-elements-moving-when-broswer-window?replies=12
Forum: Fixing WordPress
In reply to: Resizing window width squashes contentForum: Fixing WordPress
In reply to: Database backup of posts and commentsYour question is a bit confusing, but if I understand you correctly, you are wondering if there is a way to backup content such as images along with the content of the database, and there are a few plugins that do that. The easiest to use that I’ve found is backup buddy. but it’s $75. Other than that, you can just download the wp-content folder and the database and that will get it all.
Forum: Fixing WordPress
In reply to: Resizing window width squashes contentYou may not like how that works out for you, so make a copy of style.css to go back to before you do this.
In style.css near the bottom of the file you will find a section titled /* =Responsive Structure
———————————————– */
and you want to delete everything from that tag to the /* =Print
———————————————– */There’s some chance that this won’t get all the responsive features. I’ve never tried it before. Never wanted to downgrade a theme.
Forum: Fixing WordPress
In reply to: I cannot access my dashboardDon’t have enough information. What’s the address of your site?
Forum: Fixing WordPress
In reply to: Resizing window width squashes contentTwenty eleven is a responsive theme, which means that if you change the size of the browser, the contents will resize to fit the new screen size. This is helpful with all the people viewing sites on their mobile devices. The one thing that looks unintentional is that the slider doesn’t resize with the rest of the theme. That would be very difficult to do. Do you want to get rid of the responsive design then?
Forum: Fixing WordPress
In reply to: Please help with login theme trouble!FTP stands for file transfer protocol. You can use a program like filezilla to access your files without loggin in. To figure out how to get your ftp information, you’ll want to check your hosts forums. Once you log in, you’ll be at the root of your site. You may need to go into your htmldocs folder before you find what you’re looking for, but you are looking for “wp-content”, then “themes”, then you’ll need to rename the folder that is for the theme you are using Then try loging in. If that doesn’t work, try going into the folder for that theme, and finding “style.css” and renaming that.