Ryan Fitzer
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Line breaksWent to your link and only got “Sorry, no posts matched your criteria.”
Forum: Installing WordPress
In reply to: Lightbox 2.0 InstallBy the way, both those sites worked for me.
Forum: Installing WordPress
In reply to: Lightbox 2.0 InstallNeed a link to diagnose properly.
Forum: Themes and Templates
In reply to: How do I hide my link titles?It sounds as if your template is using javascript to display these titles (because you said they were styled. CSS can not style the “title” attribute as it is not an element). If a link has a “title” (or “alt”) attribute it will, by default, be displayed. In FireFox it shows up in a yellow box to the right of the cursor. If it’s showing up at the bottom of the page as plain text it makes me think that javascript is being used to display them. Find the js an get rid of it.
Forum: Fixing WordPress
In reply to: header image not centeredGreat to hear. Do check it in IE/Windows to be sure (I’m on a Mac). You might need to add text-align:center; to the #headerblock for that browser.
Forum: Plugins
In reply to: Category Viewable depending on RoleGood to know. Thanks.
Forum: Themes and Templates
In reply to: THEME: Unreflected V2Looks very nice. I would center it personally or at least put a little space on the left. Also, the far right sidebar looks somewhat unconsidered. Seems like it should have a little more incorporation. All in all though it’s a great job.
Forum: Plugins
In reply to: Category Viewable depending on RoleSays it does what you need but I haven’t tested it yet. Good luck. Let me know if it works.
Forum: Plugins
In reply to: Category Viewable depending on RoleJust saw one yesterday that works with role manager. Lemmie find it. One sec.
Forum: Fixing WordPress
In reply to: header image not centeredPut this in the css file right after the first #headerblock declaration.
#headerblock img {
display:block;
margin:0 auto;
}Tested.
Forum: Plugins
In reply to: Allways make thumbnail, no matter whatThis thread will get you to the area in the file you’ll need to alter.
http://wordpress.org/support/topic/74794?replies=6
You’ll need to redefine the max size for an image that can have a thumb generated for it. I found it easy to change the thumb size as a result of this thread. I’m thinking it should be just as easy (maybe even easier) for your needs. If I remember correctly, the max size is currently set at 1024×1024.
Forum: Plugins
In reply to: Parent Page Referencing Most Recent Child PageI’m marking this as resolved as I don’t think there is any easy way to make this automatic and the above metioned plugin does the job well, just with a little extra work.
Forum: Plugins
In reply to: including dynamis info outside of directoryI have realized that the normal way (I wanted some magical, easy way) to do this is to simply hard code the links. 5 months ago I had no clue and was brand new to WP. Thanks for all your time.
Forum: Fixing WordPress
In reply to: Feed QuestionWell, no it seems to be working just fine. Did nothing to it. I guess it takes a little time to make the file?
Forum: Fixing WordPress
In reply to: dynamic menu and category highlightingHey tsguitar, I’ve tried your code above with no luck as well.
Here’s the error:unexpected T_STRING, expecting ',' or ';'I agree. Dynamic highlighting with cats on single pages would be great. wp_list_cats is an excellent way to create a deep site nav. For the user to know exactly where they are via highlighted menu/sub-menu items would be very valuable.