Tom Leger
Forum Replies Created
-
Forum: Plugins
In reply to: [YOP Poll] CSS loads in footer, disrupts page loadIs there any way for the CSS to be loaded in the header instead of the footer, so that the page is not disrupted? What changes would I need to make to the plugin to do that?
The other CSS files on the site all load in the header, which is why I am asking. Thank you for your help!
Tom
Forum: Plugins
In reply to: [YOP Poll] CSS loads in footer, disrupts page loadHi YOP team! Yes, the final loading format (horizontal) is how we’d like it to appear. Thanks for your quick response!
Forum: Everything else WordPress
In reply to: How to Create a Plugin/Theme Codex Similar to WordPressYou can find the CSS for the WordPress codex here, if that is helpful:
Forum: Everything else WordPress
In reply to: Media and SEO best practicesFor best results with photos and SEO, the photo should also be named using the most descriptive and appropriate words. Example: an image named photo123.jpg is not as useful as an image named used-books-pittsburgh.jpg.
To change an image’s file name in WordPress, you’ll need a plugin, such as Media File Renamer.
Other things to keep in mind is that each photo should have a title, caption, and alt text. You can set these items in the WordPress media library.
Forum: Themes and Templates
In reply to: [Lugada] How to make not clickable page title?If you’d like to post the code from the header in this thread, folks can help you determine which code to remove in order to remove the anchor tag (link) from the title.
Forum: Themes and Templates
In reply to: Changing background colorIt looks like this video gallery appears within a div class called “entry-content”
On line 332 of your style.css file, you’ll find this code:
.entry-content {
background: #ffffff;simply change the #ffffff (which is white) to the color of your choosing.
You can indicate “black” by writing “#000000” or just “black”.
Here’s info about using the developer tools in Google Chrome to inspect elements on your page to work with the CSS.
Forum: Requests and Feedback
In reply to: Notify of username restrictionsWeird! I’m going to try to track down why that might be happening on my end. I did install a logging plugin to check to see if the mail was being sent, and it is. It’s definitely not showing up in my email, either in the inbox or in spam, etc.
Forum: Fixing WordPress
In reply to: Changing Page URLIf for some reason that doesn’t work, you can also use a plugin like WP-Optimize to clean out revisions from the database.
Link to the plugin:
http://wordpress.org/plugins/wp-optimize/Forum: Fixing WordPress
In reply to: Not all header menu pages appear when home page is viewed onlineCan you provide a link to your live site?
Forum: Fixing WordPress
In reply to: Everything's gone wrong.OP, install a new / fresh theme (or use one of the defaults that come with WordPress, such as twenty twelve) and customize it from within the WP Dashboard. You can do this under Appearance > Customize.
More than likely, you deleted a part of the code that you shouldn’t have. No biggie, your content is safe, just get a fresh theme. Not worth trying to fix!
Forum: Fixing WordPress
In reply to: Can't write the wp-config file LinuxDoes your user have permission to write to this folder?
Forum: Fixing WordPress
In reply to: HTACCESS causes problemYou’ll need an .htaccess file on your server that includes the code mentioned in the codex. This is what is preventing you from seeing the order pages on your site.
Forum: Fixing WordPress
In reply to: fatal ErrorCould you also provide a link to a post that is displaying this error message?
Hi Evan, I had this exact problem a couple days ago on a client’s site, and I believe I fixed it by flushing permalinks. (Settings > Permalinks will let you set them to something else, then just set them back.)
On a side note, when I go to your site and visit /wp-admin/, it is offering to let me update the database. (!!)
Screenshot: http://imgur.com/7UsuKN8
So, uh, that’s not good.
Forum: Fixing WordPress
In reply to: WordPress.org site reverting back to wordpress.com sitePerhaps you need to reset your DNS cache?