TCBarrett
Forum Replies Created
-
Forum: Reviews
In reply to: [WP Glossary] Works well :)Thanks for the review! 🙂
I think you are asking for something a little like this:
http://www.tcbarrett.com/glossary-a-to-z-development-ideaWhich is probably the no.1 request at the moment. And it is on my TODO list.
Forum: Plugins
In reply to: [WP Glossary] Tooltip P Tags, Excerpts, and Color not workingHi KatieKat
Thanks for the link, really helpful.
I can see that you have set it to ‘excerpt’ and ‘green’. There are three things that might part of the problem:
– Without an excerpt, it defaults to the content.
– The only content being retrieved is a set of hupso share buttons.
– The duplicate linkedin js file being loaded causes a javascript errorIs there any way that a DOING_AJAX check can be added to stop the share buttons?
If you haven’t set an excerpt, can you try setting one to see what difference it makes?
Forum: Plugins
In reply to: [WP Glossary] Behavioral questionsYou can control the range with a filter, for example:
add_filter( 'wpg_atoz_range', 'tcb_wpg_atoz_range' ); function tcb_wpg_atoz_range( $range ){ return range( 'a', 'z' ); }Have added trigger option click/hover from version 3.1
Forum: Plugins
In reply to: [WP Glossary] Glossary title, loading glossary termsI’m trying to get this option to work, but I haven’t’ figured it out yet:
http://qtip2.com/options#core.prerenderForum: Plugins
In reply to: [WP Glossary] After clicking on glossary terms, the content does not showHave you checked your permalinks?
http://www.tcbarrett.com/wordpress-plugins/wp-glossary/where-are-my-terms-they-disappeared/
Forum: Plugins
In reply to: [WP Glossary] Mobile display problemCurrently is only triggered by hover – which is not really supported by mobile devices.
Forum: Plugins
In reply to: [WP Glossary] Is it possible to combine AtoZ and full list on the index?Do you mean something like this
[glossary_atoz desc=full termlinkopt='none' /]Forum: Plugins
In reply to: [Theme My Login] Disable / Redirect registration disable linkThis looks better:
add_action( 'tml_request_register', 'tcb_tml_redirect_registration' ); function tcb_tml_redirect_registration(){ wp_redirect( home_url('/subscribe') ); exit; }Forum: Plugins
In reply to: [Theme My Login] Disable / Redirect registration disable linkHi Manitoba,
Yes, I have tried that. It redirects me to
/log-in/?registration=disabled.Forum: Alpha/Beta/RC
In reply to: Providing Support: Two Admins 'editing' at once.So, having marked this as resolved, are you saying that the filters I have posted are the complete and exhaustive solution to disabling post locking? Bearing in mind it will only work for post_type=post.
I haven’t missed anything, and there will be no nicer way of doing this?
Forum: Plugins
In reply to: [WP Glossary] The last update doesn't workYes, upgrading will trigger the plugin to flush the rewrite rules (same as pressing the save permalinks button).
Glad it has been fixed for you!
Forum: Plugins
In reply to: [WP Glossary] SynonymsHi emaciek
Glossary term aliases (or synonyms) has been on my todo list for a while. Can’t guarantee when it will be added though.
Forum: Plugins
In reply to: [WP Glossary] Tooltip errors in full listsI must admit, I assumed that everyone would use the presets :/
I will be looking at how to introduce custom styling with qtip2, along with enabling more of the options it has through the wp-glossary plugin.
The tooltips are now called using an AJAX call, so speed will vary much like site speed. I tried setting them according to the documentation (http://qtip2.com/options#core.prerender) to load with the page, but it made not difference. I’m hoping to either figure out how to do it properly, or that it gets fixed.
Forum: Plugins
In reply to: [WP Glossary] There is absolutely No Options MenuHi Michael
Please try 3.0.1
Forum: Plugins
In reply to: [WP Glossary] Change URLsIf you change the languages, you need to re-save your permalinks.