Andrew Norcross
Forum Replies Created
-
Forum: Plugins
In reply to: [SFN Easy FAQ Manager] Unable to separate topics on pageI’m trying to re-create the issue, but I’m unable to. However, you may need to make the entries public (the last two options on the settings page) for them to be able to be queried.
Forum: Plugins
In reply to: [SFN Easy FAQ Manager] Unable to separate topics on pageA few things:
1. Make sure that the topic in question has FAQs associated with it
2. the slug is case sensitiveOtherwise, I’d need to see a link to the site in question to see if anything else comes up.
Forum: Plugins
In reply to: [SFN Easy FAQ Manager] jQuery Mod – in case you were interested.Tested your code. It works well, however, it loses the ability to close an individual FAQ if you want to. I’m gonna play with it some more and see about including it in a future release. Thanks again!
Forum: Plugins
In reply to: [SFN Easy FAQ Manager] define faqs which is not collapsedWhile I know the expand / collapse feature can be applied to individual entries, but I’m not sure how I could apply that globally in the plugin, since it involves having specific markup in the h3 title tag
Forum: Plugins
In reply to: [SFN Easy FAQ Manager] [Plugin: FAQ Manager] Shotcodes as Answer?not sure you can use a shortcode within a shortcode. I know that the download manager will allow you to manually place the link (I do myself) and it’ll still tie into the counts, etc.
Forum: Plugins
In reply to: [SFN Easy FAQ Manager] jQuery Mod – in case you were interested.Hadn’t even thought about folks getting click-happy. I’m getting ready to push out a pretty big update that includes jQuery ajax pagination, so I’ll test this along with it to make sure there are no conflicts. Thanks!
Forum: Plugins
In reply to: [SFN Easy FAQ Manager] FAQ not collapsingcan you provide a link?
Forum: Plugins
In reply to: [SFN Easy FAQ Manager] [Plugin: FAQ Manager] Change Title ColorNo, it shouldn’t have any affect. But without a link to the site, I can’t give you any other assistance as to what the problem is.
On a side note, I’ll be leaving on a vacation until mid next week and won’t have internet access, but please post a link to the site / page in question and I can take a look when I get back.
Forum: Plugins
In reply to: [SFN Easy FAQ Manager] [REQUEST] Pagiation within FAQ ManagerFYI folks: I figured out the pagination within the shortcode and it’ll be in the next release.
Forum: Plugins
In reply to: [SFN Easy FAQ Manager] [Plugin: FAQ Manager] Topics-Widget: Number of topicsNo problem. Linking to a topic without any FAQs attached would cause a 404 page.
Forum: Plugins
In reply to: [SFN Easy FAQ Manager] [Plugin: FAQ Manager] Change Title ColorYou don’t want to make any changes in the faq-default.css file, since it will be over-written by any updates. You want to make any changes in your own theme CSS. The FAQ titles are set to black (#000000 hex code) but the paragraph text isn’t being set in the CSS from the plugin. If you want / need to change the title text of each FAQ (as the size between the two should be large enough, but I don’t know your site’s theme since you haven’t provided a link), you can add the following into your theme’s CSS:
.single_faq h3.faq_question { color:#2F4F4F; }change the
#2F4F4Fto the appropriate color you want. Put that in your theme’s style.css and it will override any CSS from the pluginIf you want to use your own templates, then you need to follow the template hierarchy and create the files in your theme using the proper syntax. The post type is
question, so that is what you’d use.No custom post type will allow you to have domain.com/post without a lot of overhauling and manual functions in the permalink rewrite functions. This isn’t anything I am going to include in the plugin.
Forum: Plugins
In reply to: [SFN Easy FAQ Manager] [Plugin: FAQ Manager] Topics-Widget: Number of topicsYou haven’t provided a site in question. The code by default displays all topics that have a FAQ associated with it.
Forum: Plugins
In reply to: [SFN Easy FAQ Manager] show the answerthat would involve modifying the markup to include that icon and changing where / how the expand collapse function works. You’re free to do so, but I don’t plan on making that adjustment in the near future.
Forum: Plugins
In reply to: [SFN Easy FAQ Manager] [Plugin: FAQ Manager] Font sizesYes. Make any changes in your themes CSS file.