Jess
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Cant LogoutCheck your browser for auto login settings – and try in a different browser to see if you experience the same behavior.
Forum: Fixing WordPress
In reply to: Media Library recognize modified image filesMore work has yielded a little bit more information, but not a solution yet.
When I replace all of the images with the new files with FTP, resized appropriately, and empty the cache on my browser, the images behave as expected within posts and pages, and the new smaller file pops up when clicked rather than a cached version of the giant image.
However, the Media Library is still looking for the giant file, because it has stored the dimensions in the database. So on the “Edit Media” page in the dashboard, the image is replaced with a broken icon. Same with the “View Attachment Page” – broken icon – even though the file does exist with that exact file name on the server, WordPress can’t find it to serve it up.
Clicking “Edit Image” from the “Edit Media” page does bring up the new file, and if I edit it there, the database records the new dimensions and everything is rosy. Same if I use “Enable Media Replace,” and point to the new smaller file.
But I have 689 images to deal with, so going in to every single individual entry in the Media Library just isn’t feasible.
Any suggestions, folks? Please?? There has to be a MySql query or something that I can do to blank out the dimensions, right? But I’m not all that versed in MySql, so I don’t want to poke around and end up destroying something inadvertently.
Forum: Fixing WordPress
In reply to: Major Login IssuesTry forcing the site to use the default template and disable all your plugins. You can do this via FTP: rename the plugins folder (wp-content>plugins), and delete all themes except Twenty-Twelve from the theme folder as well (wp-content>themes). Download anything to your computer that you don’t want to lose before deleting it, of course.
Then try loading your site and see what happens. If this doesn’t work, contact your host.
Forum: Fixing WordPress
In reply to: Need to Back-up prior to updating WP 3.5.1This thread is old, but the process is the same:
http://wordpress.org/support/topic/db-backup-folder-visible-to-the-public?replies=36
Forum: Fixing WordPress
In reply to: Adding an information box to a postDo you want it to be part of the post, or have the same text box show up at the bottom of every post?
Forum: Fixing WordPress
In reply to: Can't move categories in menuWhat browser are you using? Are you seeing the same behavior in all browsers?
Forum: Fixing WordPress
In reply to: Strange table text/image alignmentAwwww, shucks. You’re welcome.
Forum: Fixing WordPress
In reply to: Strange table text/image alignmentWhen I looked at the site using developer tools on Chrome, all I had to do was uncheck “vertical-align:baseline;” in the CSS (emulates deleting it), and your text popped up where it was supposed to be. It’s on line 20 of your styles.css file. Shouldn’t matter which cell things are in, because that property manages all of the cells. So try deleting that line and see how things look.
You could achieve this same look with paragraphs and images aligned to the left, with each set in its own div.
Forum: Fixing WordPress
In reply to: Cannot modify header information – headers already sent bySounds like the problem is with your theme’s functions.php.
To get to the Dashboard, you’re going to have to disable that theme. If you remove all themes except Twenty Twelve by ftp, it will force your site to use Twenty Twelve and let you log in to the admin area. Then you can make whatever adjustments you need to from there. I would start with a clean installation of the theme, or a new theme altogether.
If you need further support with the theme itself, you’ll need to contact its author, as I think it’s a commercial theme.
Forum: Fixing WordPress
In reply to: Strange table text/image alignmentLook for “vertical-align: baseline;” in your CSS — if you adjust that, the text should pop up next to the images.
And you might look at using styled lists instead of tables for these sections of your site. Tables should only be used for tabular data, not for layout purposes.
Forum: Plugins
In reply to: [Add From Server] Add From Server not working with WordPress 3.5 ?@jaimesews – start your own thread, sounds like you have a different issue going on.
Forum: Fixing WordPress
In reply to: Upgrade to 3.5 emptied Media Library and Uploads foldersMike – I’ve had to rebuild everything manually, so there’s nothing to see at this point. I went through many support tickets, and my domain was moved to a new Apache instance to deal with slowness issues as well. Needless to say, I have turned off automatic upgrading for all 60+ WordPress sites I have hosted with DreamHost. But thanks for checking in!
longshot3 – please start your own thread as your issue was completely different than mine! Same with you, whysoserious92, and provide details.
I’m marking this as resolved because I fixed it myself, though the issue itself still exists in that there is no explanation.
Forum: Plugins
In reply to: [Add From Server] SloooooooooowwwwwUpdate: seems to be working better now with WP 3.5.1, and a new Apache instance from my host as my whole site was having slowness issues. I have successfully managed to import a dozen files at a time instead of just five. Still not ideal.
Forum: Plugins
In reply to: [Add From Server] Add From Server not working with WordPress 3.5 ?Try reinstalling the plugin? Mine is actually working better now with 3.5.1 than it was with 3.5.
Forum: Themes and Templates
In reply to: how to add categories at the left side or a sidebar?You need to add the category list widget to the area where you want it to appear. Appearance>Widgets
Check in the Responsive Theme’s support pages to find out more about your theme’s particular widget areas: