TCBarrett
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Glossary] Endless Loop with V 2.3.2 and specific templateHi wolfmartin
Your glossary term details are responding with a 301 redirect. I’m not away of anything in the plugin code that will do that. There are no redirects, and certainly not any 301s.
Forum: Plugins
In reply to: [WP Glossary] WP-Glossary timing out — coincidence?Ultimately the way I’d like to handle the tooltip bit of functionality will engineer away this
global $postissue. In the mean time, It’ll have to make do. There will be a fix for the invalid full details soon.You can run the delete query again if you wish – the usage option is very much experimental at the moment please don’t rely on it 😉
Forum: Plugins
In reply to: [WP Glossary] Showing terms by languageI wouldn’t be building an extension as such. Certainly not something that would need payment.
Forum: Alpha/Beta/RC
In reply to: Return to page edit from revision comparisonIf it were my choice, I would add an explicit/clear button to cancel/go back 🙂
Forum: Plugins
In reply to: [WP Glossary] WP-Glossary timing out — coincidence?Hi Gwyneth
Can you try v2.3.2, please?
Thanks.
Forum: Plugins
In reply to: [WP Glossary] WP-Glossary timing out — coincidence?The query is run every time the shortcode is invoked. Shortcodes can appear anywhere, not just in pages. It should be a pretty quick query. The slowest would be a miss.
I have a test install with 1000s of glossary terms and pages with 50+ different terms on them. I time the page creation, and it spends less than half a second in WordPress.
Does de-activating WP Glossary speed up your site?
Forum: Plugins
In reply to: [WP Glossary] Need Help Solving an "Invalid Argument"Please do keep reporting any errors and warnings.
Forum: Plugins
In reply to: [WP Glossary] Showing terms by languageThere is some experimental qTranslate support in v2.3.x – let me know if it works.
As I don’t have access to WPML, I can’t add support. If you want to bring it up on their forums, I’d happily accept a patch.
Forum: Plugins
In reply to: [WP Glossary] glossary slug not displaying properlyThis should be fixed (v2.3.1.1). Give me a should if you’re still having problems, I’ll have to look into it further.
Forum: Plugins
In reply to: [WP Glossary] glossary slug not displaying properlyHi Natty
Thanks for your continued use of WP Glossary! I’m hoping to release a fix for this in the next couple of days.
Forum: Plugins
In reply to: [WP Glossary] Short two letters under oneHi kriakosse
Yes, the three characters ‘e’, ‘e-acute’ and ‘e-grave’ (for example) are three different characters in the character set. I use the same sorting/grouping of characters as WordPress core uses. Not sure how to implement this kind of grouping without making the plugin potentially slow and memory intensive.
I also can’t think of a nice way to build an admin screen for it. I’ve noted your idea, but I’m afraid it is lower down the list at the moment.
Forum: Plugins
In reply to: [WP Glossary] TaxonomiesAuto-tagging is an expensive thing to do, and probably really tricky to get right. I’m hoping to introduce some handy glossary term selection to reduce the need for it.
1) For every language you want supported, every piece of text must have the translated equivalent. WordPress comes with all it’s text translated. My plugin needs people who speak the language to supply me with translations. https://codex.wordpress.org/I18n_for_WordPress_Developers
2) You must have a lot of terms! I hadn’t imagined the groups to be hierarchical.
Forum: Plugins
In reply to: [WP Glossary] Showing terms by languageI’m still not sure how to add WPML support. I’ll look at perpetuating some query args in the shortcodes. From your description above that should allow qTranslate compatibility.
Forum: Plugins
In reply to: [WP Glossary] Need Help Solving an "Invalid Argument"Hi Nattypat
I see your problem. Let me try to fix it in the next release.
Forum: Plugins
In reply to: [WP Glossary] Alphabetical order Glossary Group archive pageThanks wp-lens. I can definitely add the taxonomy check for alphabetical taxonomy archives.
You are right, your rewrite is prettier. I’ll just mull that one over (and leave this message here in case anyone really doesn’t want the change). It’s always difficult to force people to change how they do things.