Andrew Norcross
Forum Replies Created
-
Forum: Plugins
In reply to: [SFN Easy FAQ Manager] two queries – listing and fontscan you provide a link to your site? it seems like a theme issue, but I’d wanna look to make sure.
Forum: Plugins
In reply to: [SFN Easy FAQ Manager] hyperlinksno problem at all. I know TinyMCE can be real testy at times anyway, so there’s a lot of things that can cause it to go.
Forum: Plugins
In reply to: [SFN Easy FAQ Manager] Shortcodes in within FAQ'sno problem. glad it was resolved!
there is also a plugin called “SEO Data Transfer” in the repository that’ll do the mass conversion of the old data to the new.
Forum: Plugins
In reply to: [SFN Easy FAQ Manager] Shortcodes in within FAQ'sthere is an option the disable the content_filter that is checked by default. This is what triggers the processing of shortcodes, etc. Have you unchecked this?
Forum: Plugins
In reply to: [SFN Easy FAQ Manager] hyperlinksdoes the link button work on other non-FAQ (i.e posts and pages)?
Forum: Plugins
In reply to: [Schema Creator by Raven] [Plugin: Schema Creator by Raven] More schemas?@petersb recipes were added in the latest release.
Forum: Plugins
In reply to: [SFN Easy FAQ Manager] Default listing of 10 FAQsThis won’t be changed (at this point) for a few reasons.
- the default WP loop is 10 posts
- The shortcode logic allows for the change
- defaulting to all FAQs could cause errors and site speed issues for people with a large number of FAQs
The instructions outline this pretty well, but I may include an initial ‘are you new here’ prompt to people.
Forum: Plugins
In reply to: [SFN Easy FAQ Manager] Strange Cursor/Mouse Pointer@jae as I explained, if you load the CSS provided in the plugin as an option, the cursor WILL be a hand. Without that, I cannot control what your theme does. at this point, adding more CSS to handle just the cursor (which is the only way to control it) would defeat the purpose. You can literally copy + paste the CSS I provided above into your theme’s style.css file and achieve the same result.
My goal with the plugin is to provide a small amount of CSS, but leave the general style / appearance to the theme itself, so that the appearance of the FAQs match the look / feel of the rest of the site.
Forum: Plugins
In reply to: [SFN Easy FAQ Manager] Strange Cursor/Mouse Pointer@sashen and @jae – the reason that the cursor isn’t a pointer by default is that the FAQ titles are not links in the traditional sense, but standard H tags with the expand / collapse controlled via jQuery.
however, the CSS I have included in the plugin does make the cursor into a pointer. that may not be a good solution if the other CSS conflicts with your theme.
You can manually add the below CSS into your own theme to get the pointer cursor:
#faq-block .single-faq .expand-title { cursor:pointer; }Forum: Plugins
In reply to: [SFN Easy FAQ Manager] Restrict the faqlistnot sure about splitting columns. the reason being that the jQuery that powers the drag and drop (and saves the new order) is all tied to being in that
<ul>column. splitting them would break that. however, I could work with the size of each item to make more of them fit.thanks for the feedback!
Forum: Plugins
In reply to: [Schema Creator by Raven] P.O. Box Outputthe next release (which is in development) will have all text output internationalized so any translation software can adjust accordingly.
Forum: Reviews
In reply to: [Schema Creator by Raven] Incompletethank you for the added feedback. This is very helpful for me to see how people are using it so updates can be made.
I plan on adding labels for various fields in the next release, which should be in a week or so. I am also testing a way to allow existing shortcodes to be edited without re-entering the information. It’s working on most field types, but some of the trickier ones (repeating fields, dates, etc) aren’t up to snuff yet.
Also, there shouldn’t be an issue with having multiple schema shortcodes in a single piece of content. In fact, I’ve tested with having 4 or 5 in a single post, and it worked well. Are you seeing something different?
Forum: Plugins
In reply to: [SFN Easy FAQ Manager] Restrict the faqlisttwo things:
1.) there is a drag-and-drop sort available on the back-end
2.) there are dedicated widgets included that will allow you to list the most recent questions from a specific tag or topicdo either of these solve the issue?
Forum: Plugins
In reply to: [SFN Easy FAQ Manager] Heading font too large for Topics or Tags displayOther than selecting the H type in the shortcode, there isn’t a lot of flexibility for adding other things (like a
por similar). However, you can modify your theme’s CSS files to change the size at will. All of the output from the shortcodes has unique classes that you can target in your CSS without it messing anything else up in your site.