Andrew Norcross
Forum Replies Created
-
Forum: Plugins
In reply to: [SFN Easy FAQ Manager] Export and Import into another Websitethe standard WP export / import function will handle it, just make sure the plugin is installed and active on the new site first otherwise it won’t recognize the post type.
Forum: Plugins
In reply to: [SFN Easy FAQ Manager] FAQ – Random Widget – Posts aren't Randomit is using the ‘rand’ orderby in the WP query logic. your site may be caching the response or otherwise holding the value.
however, I noticed all your FAQs have the same date, so there may be a bug in the logic. I’ll run that test to see and if so, I’ll fix it.
Forum: Plugins
In reply to: [SFN Easy FAQ Manager] FAQ showing up twicenot sure why
wp_reset_queryis causing issues now (it’s been in the plugin since version 1.0) but I will investigate and if it’s an issue, I’ll fix it.Forum: Plugins
In reply to: [SFN Easy FAQ Manager] Sort posts alfabethicallyit’s currently set to use the drag and drop sorting. I may add a filter to remove that and select the method.
Forum: Plugins
In reply to: [SFN Easy FAQ Manager] Colapse wont work in themeI don’t see the FAQs being loaded on the site, and if you’re loading the shortcode manually the JS required may not fire.
Forum: Plugins
In reply to: [SFN Easy FAQ Manager] Rel attribute is not valid html5? (Feature request)I plan on changing all the
relvalues over to HTML5 data-attributes once I can confirm it will work in older versions of IE without extensive code additions.Forum: Plugins
In reply to: [SFN Easy FAQ Manager] Search Box Searching coupons and not the faqsunless you are using the FAQ Search widget included in the plugin, they won’t be included. Also, any other theme / plugin that changes the search function would override that.
Forum: Plugins
In reply to: [SFN Easy FAQ Manager] Feature requeststhanks for the suggestions, but at this time I don’t plan on adding any additional functionality of that nature, as they aren’t part of the core function. I may begin to release paid add-ons for specific needs.
Forum: Plugins
In reply to: [SFN Easy FAQ Manager] Editing the FAQ look in CSSyou don’t change any CSS in the plugin itself, as any changes will be cleared out on update. you can add your own CSS to your theme.
Forum: Plugins
In reply to: [SFN Easy FAQ Manager] Custom Fields for social media will not deletethose fields are not related to my plugin and thus I can’t offer any suggestions.
Forum: Plugins
In reply to: [SFN Easy FAQ Manager] Remove head style tag on front endthe CSS being loaded only affects the actual FAQs, and does not change or otherwise override any other CSS. this is for the expand / collapse setup that would otherwise be hidden on print.
if another theme or plugin is using
faqas a shortcode, you would need to remove / disable that for mine to work. this is a limitation in WordPress, and I cannot change my plugin or it would break for everyone else.Forum: Plugins
In reply to: [SFN Easy FAQ Manager] How do I find FAQ ID'sthere are some plugins that will list the ID in the post table, but otherwise you can hover over the ‘edit’ link and it will be in the URL.
Forum: Plugins
In reply to: [SFN Easy FAQ Manager] selected='selected'since this is something way outside the scope of what the plugin is intended to do, I can’t really offer support on this.
Forum: Plugins
In reply to: [SFN Easy FAQ Manager] "#faq-block" Back To Top and COMBO stacking?The ‘back to top’ calculates where the title is and attempts to make a ‘best guess’ of where to go. since there’s no dedicated way to do that (other than adding in extra markup which can cause other issues) it’s the best it can be for now.