Andrew Norcross
Forum Replies Created
-
Forum: Plugins
In reply to: [SFN Easy FAQ Manager] Ajax and FAQ managerI will be pushing out a small update in the next day or two, but I can’t guarantee that it’ll solve the problem. Your theme is doing a lot of custom JS that I can’t account for in a plugin.
Forum: Plugins
In reply to: [Comments Not Replied To] With no replies doesn't seem to functionPippin is correct, there isn’t a process yet to go back through the existing posts. that would potentially break on larger sites.
Forum: Reviews
In reply to: [Extra Authors Redirect] New more infoI just realized that for some reason the repository wasn’t parsing the readme file correctly. I’ve pushed a small update that should take care of that.
Forum: Plugins
In reply to: [SFN Easy FAQ Manager] Combothe combo plugin still uses the drag and drop sorting, so that should handle it for you.
Forum: Plugins
In reply to: [SFN Easy FAQ Manager] Question headers not formattingassuming you’re using the H5 tag, add the following CSS.
#faq-block .single-faq h5.faq-question {font-size:18px;}change the height to whatever you want, obviously.
Forum: Plugins
In reply to: [SFN Easy FAQ Manager] Questions not Collapsingmost likely the theme is not calling JS files correctly, or has it’s own JS that is written poorly and breaking other things.
Forum: Plugins
In reply to: [SFN Easy FAQ Manager] Question headers not formattingit’s most likely your theme creating the styles, so any changes you’d wanna make, do them in your theme and you should see the result.
Forum: Plugins
In reply to: [SFN Easy FAQ Manager] pagination='true' makes faq unorderedhmm…one shouldn’t affect the other. I’ll dig into it.
Forum: Plugins
In reply to: [SFN Easy FAQ Manager] possible conflict with WP Multilingualit’s not normal for
wp_queryto be causing issues, esp since it’s been there since I first released it. I will go through and find the root issue.Forum: Plugins
In reply to: [SFN Easy FAQ Manager] Shortcode to Display Topic, Question, Then Post belowat this time, no. I may release some add-ons for these specific use cases that aren’t in the normal scope of the plugin.
Forum: Plugins
In reply to: [SFN Easy FAQ Manager] Create a space in the random widget.you can add some CSS in your theme to handle it, such as this:
h5.faq-widget-title {margin:0 0 10px;}Forum: Plugins
In reply to: [SFN Easy FAQ Manager] How can questioners ask their questions?if you use the Gravity Forms plugin you can create a form that will add a draft post inside the questions.
Forum: Plugins
In reply to: [SFN Easy FAQ Manager] font size for FAQ answersyou can add your own CSS in your theme to change the style as you see fit.
Forum: Plugins
In reply to: [SFN Easy FAQ Manager] List top questions on another pagethere isn’t a native way in the plugin, since there is nothing determining the ‘top’ questions. however, if another plugin you have is calculating data, then a query could be written based on that.
Forum: Plugins
In reply to: [SFN Easy FAQ Manager] 'Editor' role cannot reorder FAQs?there is a custom user role created in the plugin called ‘faq-caps’ that can be filtered to allow other user roles to use.
also, the plugin ‘members’ by Justin Tadlock allows for more fine tuned role assignment.