TCBarrett
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Glossary] background color change of descriptionThere are no rules in the plugin for the single glossary page CSS. It will be using whatever template file the theme is telling it to use.
Forum: Plugins
In reply to: [WP Glossary] #a added to urlsHi rezwiebel
I thought it would be useful to automatically select the first letter with glossary terms in it. However, that seems to be causing more confusion than help.
It will need the anchor tags (#a) for jQuery to pick up which is selected.
I’m looking at not auto-selecting on page load.
Forum: Plugins
In reply to: [WP Glossary] How do you set up the A-Z glossary of termsHi deborahlena
I don’t follow. Are you looking to put items in your menu, or on a page?
Forum: Plugins
In reply to: [WP Glossary] Cyrillic charactersIf you have access to a test environment, you could download trunk (or 2.0-beta-2) and give it a whirl.
Forum: Plugins
In reply to: [WP Glossary] Multiple GlossariesHi everyone!
I have added glossary group filtering to 2.0-beta
[glossary_atoz group='groupslug']Forum: Plugins
In reply to: [WP Glossary] Cyrillic charactersHi slike
The latest beta works slightly differently and should handle a wider variety of characters. Hopefully anything that WordPress can handle.
Forum: Plugins
In reply to: [WP Glossary] A to Z Not working When you have more than 23 enteriesHi MC79
I’ve just created 50+ terms on a test site, but I can’t replicate your problem. Can you provide any more information?
Forum: Plugins
In reply to: [WP Glossary] 404 Not Found error messageHi aomansky
KatieKat is exactly right. Sometimes other themes and plugins can break it (but I’m also doing it wrong). Fix is in beta.
Forum: Plugins
In reply to: [WP Glossary] HELP 404 errors on glossary itemsHi KatieKat
I’ve spotted an issue with the permalinks. I’ve been reliant on get_plugin_data() for re-building permalinks. I think that a) I’ve been using it wrong and b) there might a little issue with it.
Fix should be in beta.
Forum: Plugins
In reply to: [WP Glossary] PHP errorHi polyfade
I’ll be covering this, belt and braces, for the next stable release. Fix is in beta right.
Forum: Plugins
In reply to: [WP Glossary] Problems with Plugin WP No Category BaseI’m guessing that No Category Base is not playing nicely with permalinks. Try resaving your permalinks. If the problem persists, raise the issue with the No Category Base plugin author. They might have a better idea why their plugin stops mine working 🙂
Forum: Everything else WordPress
In reply to: Term search – Difference between name__like and searchThanks!
I think you should put that in the codex! 🙂
Forum: Plugins
In reply to: [Posts 2 Posts] "LIMIT -1" Database ErrorThanks Ze Fontainhas.
Just stumbled across this myself (P2P 1.4.3 + WP 3.5.1). Thanks for the github link.
Forum: Plugins
In reply to: [WP Glossary] glossary_atoz in single-glossary.php<?php echo do_shortcode('[glossary_atoz]'); ?>Forum: Hacks
In reply to: Default custom post column to 'off' in screen optionsI would need to wrap that in some logical check to make sure it only happens once.
I was sure that there were some core settings that were turned off by default in some version of WP? Or am I imagining it?