Andrew Norcross
Forum Replies Created
-
ok. just pushed out v 1.29 with that functionality. there is also a new option to control the speed of the expand / collapse (it was 200 before, which is the default)
Ahh, I gotcha. Actually, I think that would be better from a UI perspective. Let me do some testing and I’ll push out an update.
not sure what you mean. the current expand / collapse only opens the one that is clicked. are you referring any other FAQs that may be open closing when one is clicked?
Forum: Plugins
In reply to: [SFN Easy FAQ Manager] CSS – FAQ ManagerI’ve added the same filter for the taxonomy pages as well. There is not guarantee that your theme will support the filter (I cannot force that into the theme files itself). If that doesn’t work, then you may need to hire someone to modify your theme.
Forum: Plugins
In reply to: [SFN Easy FAQ Manager] [Plugin: FAQ Manager] Shortcode in themethe do_shortcode function has to be fired within a WP_Query loop. It won’t work (that one or any other) outside of that.
Forum: Plugins
In reply to: [SFN Easy FAQ Manager] [Plugin: FAQ Manager] Difficulty with setting upGlad you got it sorted out!
Forum: Plugins
In reply to: [SFN Easy FAQ Manager] [Plugin: FAQ Manager] Difficulty with setting upby default, each FAQ is it’s own item, as that is how WordPress stores posts / pages (which FAQs are a type of post). Those are going to be there whether or not you use the shortcodes on a page.
If you want an FAQ page, you need to create it and add the shortcode. I may add an option to 301 redirect all the individual FAQs to a main ‘questions’ page, but that’s not there currently.
Forum: Plugins
In reply to: [Schema Creator by Raven] [Plugin: Schema Creator by Raven] More schemas?we initially added the most common ones, and some (like video) didn’t make the cut. we are planning on adding more, so please put in the types you’d like to see on Github.
Forum: Plugins
In reply to: [SFN Easy FAQ Manager] [Plugin: FAQ Manager] Difficulty with setting upLooks like you got it sorted out? I can go here:
http://www.petsearcherscanada.com/service-options-and-pricing/
and here
http://www.petsearcherscanada.com/question/do-you-offer-a-guarantee/
and they load. also the expand / collapse functions.
Forum: Plugins
In reply to: [Schema Creator by Raven] [Plugin: Schema Creator by Raven] CSSthe shortcode outputs it’s own markup that you can target in your CSS. For example, the entire output is wrapped in a div with the ID of
schema_block. So any CSS you want to apply, just look at the output on your site (using Firebug is the preferred method) and then add the CSS accordingly.Forum: Plugins
In reply to: [SFN Easy FAQ Manager] CSS – FAQ Managerglad I could help 🙂
Forum: Plugins
In reply to: [SFN Easy FAQ Manager] [Plugin: FAQ Manager] jQuery not workingglad to hear you got it resolved!
Forum: Plugins
In reply to: [SFN Easy FAQ Manager] CSS – FAQ Managerthe issue is due to the fact that your theme’s CSS is targeting the ‘post’ class around the content, which doesn’t get added automatically whenever a custom post type is displayed.
That being said, I’ve just pushed out an update that will include that class so it should fix your CSS issue.
Forum: Plugins
In reply to: [Schema Creator by Raven] [Plugin: Schema Creator by Raven] CSSI believe I answered this question on GitHub as well, but you will need to add any CSS changes into your theme. The markup produced by the shortcode will override the
<p>wrapper you’ve put around it.Forum: Plugins
In reply to: [SFN Easy FAQ Manager] [Plugin: FAQ Manager] jQuery not workingyour theme doesn’t appear to have the wp_footer template tag in it. this is required, as that is where the scripts are loaded.