Jess
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How do I display tags in 2 columns?URL? What theme are you using?
Try looking at the code for your sidebar widget with Firebug or a similar tool and adjusting the CSS.
Forum: Fixing WordPress
In reply to: Slow page loads – how do I tell if its is me or my web host providerTry these sites:
http://gtmetrix.com/wordpress-optimization-guide.html
http://www.socialmediaexaminer.com/improve-the-speed-of-your-wordpress-site/Also, I have personally had no problems with W3 Total Cache on 3.5.1. Just back everything up before you install it, just in case.
Forum: Fixing WordPress
In reply to: Adding a photo on summary page and not featured on postYes – set it as the “featured image” (box at the lower right hand corner of the editing pane), but don’t insert it into the post. However, you will need to choose a theme that supports featured images.
Forum: Fixing WordPress
In reply to: Website Hacked… Help!Also empty your cache on Chrome. 🙂
Forum: Fixing WordPress
In reply to: Recent Post Font SizeThe CSS lines you need to edit are:
.tw-recent-posts .featured-post h4 { clear: none; font-size: 1.3em; margin: 0 0 5px 0; padding: 0; } .tw-recent-posts .featured-post h4 a { font-size: 100% }For future development: use developer tools in your browser to see your code and figure out what CSS is causing what appearance (Firebug for Firefox, or Chrome developer tools are both great places to start).
Forum: Fixing WordPress
In reply to: Upgrade to 3.5.1 add media button and visual editor not working“Unless you’re having 100% without any doubts or variation, the exact same problem, do not post in someone else’s thread. Start your own topic.”
Forum: Everything else WordPress
In reply to: Basic Glossary Question re HostingAdditionally, to clarify, reference to “1-click installation” means installing WordPress software on an account that you set up (and pay for) on that host’s server. Doesn’t have anything to do with your college’s server.
Forum: Everything else WordPress
In reply to: editor for client to use that supports the media libraryThat’s not a WordPress problem, then.
Forum: Fixing WordPress
In reply to: SSH SFTP Updater Support plugin not appearingGlad to help!
Forum: Fixing WordPress
In reply to: SSH SFTP Updater Support plugin not appearingYes, resetting the plugins folder or deleting the plugin files for the folder should uninstall it. You can also do this via your database if you prefer.
Forum: Fixing WordPress
In reply to: Category Archives: —- Permalink for Page (nav. bar)You’re very welcome. Please mark this thread as resolved. 🙂
Forum: Fixing WordPress
In reply to: Unwanted p tags in the editorPlease mark this topic as resolved. Glad you found something that works for you!
Forum: Fixing WordPress
In reply to: Links To Sub MenusLook through here for how to work with custom menus:
Forum: Fixing WordPress
In reply to: Category Archives: —- Permalink for Page (nav. bar)Yes – use custom menus.
Forum: Everything else WordPress
In reply to: editor for client to use that supports the media libraryWhat do you mean by “need an editor?”
The standard WordPress editor integrates very well with the Media Library – drag and drop uploading, no extra credentials required, and media can be attached to each post so that you can find it easily. There’s also a search function that can be accessed directly from the post/page editing pane when working with media.