Forum Replies Created
-
AuthorPosts
-
You’re seeing the responsive design in action. At that screen resolution the columns switch to a 100% width layout and are stacked on top of each other. That is expected behavior for the theme.
I’m not sure why you’re still seeing columns in IE unless you are using an old version of IE which does not support media queries by default.
December 15, 2012 at 6:15 pm in reply to: Need to Password Protect a category of a site, Any suggestions? #5481There are quite a few plugins that can help you accomplish this. Take a look at:
http://wordpress.org/extend/plugins/groups/
http://wordpress.org/extend/plugins/role-scoper/
If you want to make a complete backup of your site you’ll need to do more than export the database. There are a number of different ways you can accomplish this. I personally perform backups at the server level but you might find it easier to use a plugin.
Some plugins you can check out:
http://ithemes.com/purchase/backupbuddy/
http://wordpress.org/extend/plugins/wordpress-backup-to-dropbox/
If you’re interested in backing up via command line here’s some information that can get you headed in the right direction:
http://lifehacker.com/5885392/automatically-back-up-your-web-site-every-night
http://theme.fm/2011/06/a-shell-script-for-a-complete-wordpress-backup-4/
Hope that helps!
I’m pretty sure the Google Analytics plugin is the culprit here. There should be an option in it somewhere to turn off the additional tracking snippets for the RSS feed.
In all reality, as long as you’re using the rel=canonical tag correctly, which you appear to be, I don’t think it’s going to be much of an issue to have those RSS links tagged like that anyway.
I updated code again.
Here’s some more info on the functions being used. http://codex.wordpress.org/Function_Reference/previous_post_link
If you need some help styling the actual div elements let me know.
If you’re talking about the dropdown speed you can follow this guide to replace the default superfish args with a custom one.
http://code.garyjones.co.uk/change-superfish-arguments/
The option you will need to change is speed. You’ll probably want to set it to fast.
Something like this should do the trick:
https://gist.github.com/4265741
-
This reply was modified 5 months, 1 week ago by
FAT Media.
-
This reply was modified 5 months, 1 week ago by
FAT Media.
December 12, 2012 at 12:59 am in reply to: Blog or archive page displaying list of just one category of my posts #4652Brian to the rescue again…
http://www.briangardner.com/custom-archives-page/
You would need to modify the loop slightly to only include the category you want to display and you probably would want to name the file a little differently (using the category name or something similar), but this should get you going in the right direction.
You shouldn’t need to drop down that menu for what you’re trying to do. I tested this on my site and I’ve noticed the same issue when trying to filter tags. It works fine with categories but for some reason it isn’t filtering tags correctly. I’m running WP 3.5. What version are you running?
I’m going to see if I can debug the code and I’ll also tweet this thread to Nick since he’ll probably be able to fix it faster.
If you’re using a Genesis theme you can follow Brian’s guide for creating a Genesis-friendly custom post type. Just replace the references to “code” with references to “faq”. Everything should still basically function the same way.
http://www.briangardner.com/custom-post-types/
Personally I would put something like this into a simple plugin so you can continue to use it if you change themes, but you can drop it right into functions.php the way Brian has if you prefer.
I checked out the code on your site quickly and I noticed that you are already running Yoast’s plugin but you don’t seem to have the sitemap feature turned on. Make sure you enable it.
Those additional tracking tags in the RSS link url appear to be appended by another plugin, possibly the Yoast Google Analytics plugin. Check the settings of that plugin and any others you have installed to see if you can disable the additional tracking snippets.
If you’re not already, make sure you also use Google Webmaster tools and track any errors and issues through there as well.
Your first issue appears to be a rel=cannonical problem. Install WordPress SEO by Yoast and these links should gradually fall out of the index.
http://wordpress.org/extend/plugins/wordpress-seo/
The second issue can be easily fixed. Just use this guide from the codex:
http://codex.wordpress.org/Moving_WordPress#When_Your_Domain_Name_or_URLs_Change
Editing the .htaccess file using redirectmatch or mod_rewrite should be fairly straight forward, but if you have any issues setting it up manually you can use this plugin:
http://wordpress.org/extend/plugins/redirection/
-
This reply was modified 5 months, 1 week ago by
-
AuthorPosts