Andrew Norcross
Forum Replies Created
-
Forum: Plugins
In reply to: [SFN Easy FAQ Manager] RSS Feed broken with FAQ Manager & WooCommerceother than a link to your site, do you have the ‘include FAQs in RSS feed’ option set?
a hand cursor is the standard method for anything ‘clickable’ on a webpage. That is included in the optional CSS in the plugin. However, you can set your own in the theme CSS file.
#faq-block .single-faq .expand-title { cursor:pointer; }if you have the CSS loaded but the hand pointer is not showing, check your theme to make sure there isn’t something overwriting it.
fantastic @bgsufn glad to hear it.
much appreciated @mpescatrice !
the issue should be fixed. I just pushed out an update (v 1.321) to the repository. please let me know if this corrects the issue, as it fixed it on my dev version on IE9 using a few different themes.
thanks. looking at the issue in IE to see what’s going on.
Forum: Plugins
In reply to: [SFN Easy FAQ Manager] [Plugin: FAQ Manager] Group by topicscurrently, no. the WordPress query logic doesn’t have a way to allow shortcodes to query multiple taxonomies and sort them. you’d need to stack them in the methood you’ve outlined.
Forum: Plugins
In reply to: [SFN Easy FAQ Manager] [Plugin: FAQ Manager] Collapse and Expand Not Working@tricounty @bgsufn It looks like separate issues for the both of you, so I’ll take a look.
however, please open a new thread if possible so I can deal with each issue separately.
Forum: Plugins
In reply to: [SFN Easy FAQ Manager] [Plugin: FAQ Manager] upgrading proceduresIf you’ve modified the CSS file, you should do the following:
1. copy the modified CSS from the plugin into a separate file
2. update the plugin
3. copy your CSS into your theme, so you can update the plugin going forward.
4. update your modified CSS to match any changes in HTML markup from the old version you have to the current version.also, please take note of the plugin settings page, as you’ll probably need to save them again (and there are more settings than previously).
Forum: Plugins
In reply to: [SFN Easy FAQ Manager] [Plugin: FAQ Manager] question/questions slugglad I could help
Forum: Plugins
In reply to: [SFN Easy FAQ Manager] [Plugin: FAQ Manager] permalink inclusion 1.32once you activate the expand / collapse feature, the option for that will appear. are you attempting to use it without that?
Forum: Plugins
In reply to: [Schema Creator by Raven] [Plugin: Schema Creator by Raven] More schemas?@tonyfrost that wouldn’t be feasible, since the plugin builds a shortcode based on the variables. the markup that gets created on the shortcode processing is dependent on which type is done.
also, there isn’t really a ‘custom’ schema to speak of. all the various types and the related markup required is on schema.org
that’s certainly outside of the scope of the plugin. you can look at adding some CSS or jQuery to add that if you’d like, but it isn’t something that’ll be included in the core plugin.
Forum: Plugins
In reply to: [SFN Easy FAQ Manager] [Plugin: FAQ Manager] Expand Questionglad to hear it’s working for ya!
Forum: Plugins
In reply to: [SFN Easy FAQ Manager] [Plugin: FAQ Manager] Expand QuestionDo you have a link to your site? The default CSS included sets the cursor to a pointer. Your site CSS may override that, or you may need to manually include that if you don’t want to use the CSS that’s included.