Andrew Norcross
Forum Replies Created
-
Forum: Plugins
In reply to: [SFN Easy FAQ Manager] [Plugin: FAQ Manager] combo list problem@cxp4 alright. I’ve just pushed out an update that has loads an optional jQuery scrolling effect that’ll clean that up. with raw markup, there isn’t a way to avoid that “jump” otherwise. It’s now a checkbox in the settings page, you’ll need to set it before any change will occur.
Forum: Plugins
In reply to: [SFN Easy FAQ Manager] [Plugin: FAQ Manager] combo list problemI see the issue. Let me take a look at what a fix may entail.
Forum: Plugins
In reply to: [SFN Easy FAQ Manager] [Plugin: FAQ Manager] Heading substirutionProper markup would require them to be an H class, although the plugin does allow you to choose which type of H (1-6) you want. Any changes thereafter (sizing, color, etc) can be done in your theme’s CSS file so it won’t get changed in an update to the plugin.
Forum: Plugins
In reply to: [SFN Easy FAQ Manager] [Plugin: FAQ Manager] Back to top?I have an idea of how I’m going to handle it, but I’m getting some feedback from other users to get an idea of what would work the best for everyone.
Forum: Plugins
In reply to: [SFN Easy FAQ Manager] [Plugin: FAQ Manager] collapse and expand not working?@lovebuz please start a new thread.
Forum: Plugins
In reply to: [SFN Easy FAQ Manager] [Plugin: FAQ Manager] collapse and expand not working?@lovebuz make sure to re-save your settings. I do not see the jQuery loading in your theme.
Forum: Fixing WordPress
In reply to: Feed Broken – Not Plugin Issue – Can anyone help?This is usually due to bad markup / embedded items within a post. Use the W3C Feed Validator (http://validator.w3.org/appc/) and it should show you exactly what the issue is.
The other issue is when items (plugins, themes, etc) add things to your feed which don’t parse out, like ads.
Forum: Plugins
In reply to: [SFN Easy FAQ Manager] [Plugin: FAQ Manager] Back to top?Let me see what can be done. I’m not sure it’s something I can include for everyone, but it may be something I can incorporate as an option.
Forum: Plugins
In reply to: [SFN Easy FAQ Manager] [Plugin: FAQ Manager] Back to top?can you give me a bit more detail about (a) what ‘localizable’ would mean to you and (b) where the ‘top’ would be defined? wanna make sure we have the same ideas before I explore it.
Forum: Plugins
In reply to: [Schema Creator by Raven] [Plugin: Schema Creator by Raven] no interfaceglad to see you got it resolved. I’ll do some more testing to make sure there isn’t an issue with it being in a subfolder.
no problem at all.
Forum: Plugins
In reply to: [Schema Creator by Raven] [Plugin: Schema Creator by Raven] More schemas?@kahil: the reason we request that you use GitHub is that the WP forum has no way to search for past issues and also mark items differently.
that being said, there are plans to roll out more types over time. adding that as a request in GitHub can allow others to comment and show interest.
Forum: Plugins
In reply to: [Schema Creator by Raven] [Plugin: Schema Creator by Raven] no interfacehard to say without seeing the back-end of your site, but it’s more than likely a jQuery error from something else in your theme / plugin.
Forum: Plugins
In reply to: [SFN Easy FAQ Manager] [Plugin: FAQ Manager] padding left on answer textthis CSS should do it (adjust as necessary)
div.faq_answer { padding:0 0 0 20px; }if that doesn’t work, please provide a URL of the items so I can see.
Forum: Plugins
In reply to: [SFN Easy FAQ Manager] [Plugin: FAQ Manager] collapse and expand not working?@mabon wp_head and wp_footer are needed for A LOT of things. I would argue that most plugins wouldn’t work without it.