Andrew Norcross
Forum Replies Created
-
Forum: Plugins
In reply to: [SFN Easy FAQ Manager] [Plugin: FAQ Manager] faq's not displayingGood to hear. Not sure what Woo is doing to the content filter (which shortcodes use) but glad to hear it’s working for you. You can add your own CSS into the theme as you’d like.
Forum: Plugins
In reply to: [SFN Easy FAQ Manager] [Plugin: FAQ Manager] Bullet individual questions?Glad it worked out for both of you!
Forum: Plugins
In reply to: [SFN Easy FAQ Manager] [Plugin: FAQ Manager] Bullet individual questions?@bowoolley add the following CSS to what I gave you earlier:
.single_faq h4.faq_question { cursor:pointer; }Forum: Fixing WordPress
In reply to: How to check for custom post type and if it's hierarchicalThe issue I believe is that people use CPTs differently (regardless of whether or not it’s hierarchical or not). Example: people create a “services” CPT that is hierarchical, but each individual item could have information that would make the end user want to use og:type article instead of website.
Forum: Plugins
In reply to: [SFN Easy FAQ Manager] [Plugin: FAQ Manager] Bullet individual questions?I’ll take a look this evening at your site to see what the issue is.
Forum: Plugins
In reply to: [SFN Easy FAQ Manager] [Plugin: FAQ Manager] Ordering is getting cumbersomeI’m working on something to handle the sorting. its been difficult to implement.
Sorry, I’m not familiar with the Weaver theme. A single question should use your “single.php” file (or the Weaver equivalent). I would check with them.
Forum: Plugins
In reply to: [SFN Easy FAQ Manager] [Plugin: FAQ Manager] Bullet individual questions?Very possible. With a lot of things running, it’s hard to say.
Forum: Plugins
In reply to: [SFN Easy FAQ Manager] [Plugin: FAQ Manager] Bullet individual questions?OK, assuming the page is here: http://www.lightworkersplayground.com/help/faq/
the issue is that they aren’t really “list” items in this construct, so any CSS relating to list items wouldn’t apply here. If you wanted to have a bullet image to the left of a part of it (the larger title? smaller one? text?) you’d want to use some CSS as follows:
.single_faq h4.faq_question { padding-left:15px; background:url(images/THE_BULLET_IMAGE) no-repeat left center; }Forum: Plugins
In reply to: [SFN Easy FAQ Manager] [Plugin: FAQ Manager] Bullet individual questions?Got a link to your site?
Forum: Plugins
In reply to: [SFN Easy FAQ Manager] Why notThe hand cursor is in my CSS file. If you don’t want to enable it, you’ll need to add it to your own.
In a future release (possibly the next one) I plan on adding the ability to change the default URL slug from “question” to something else.
The archiving function is something that was released in WP 3.1, which allows you to declare the “archive” slug. By default, it is the same as the post type (question) but it can be made into something else.
Forum: Plugins
In reply to: [SFN Easy FAQ Manager] [REQUEST] Pagiation within FAQ Manager@wpelvis I don’t believe it will work without changing your permalinks to something other than the default, since it’s trying to combine two query strings into one (which won’t work)
Forum: Plugins
In reply to: [SFN Easy FAQ Manager] Error using FAQ Manager with WP 3.2.1That is due to an error in how the other plugin mentioned (custom-admin-bar-functions.php) is setting their save functions.
That would involve modifying the filters within the output. I plan on allowing that to be done in the settings page on a future release.