TCBarrett
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Glossary] single-glossary.php???Hi pyr0
The single template file should be created in your theme. Please contact your theme developer/shop/whatever for that.
Forum: Plugins
In reply to: [WP Glossary] qtip on an iPadI’m not sure. Part of the reason for picking a tooltip library was that any such issues would be handled there.
Forum: Plugins
In reply to: [WP Glossary] Can We Change the "Term Usage Title"?Hi dorich
Glad to hear it is working for you. I’ll look some function/filter for the wording.
1. May I ask how many terms you have, and how many pages those terms are on. One of the reasons for beta was that I was concerned with performance.
2. Not sure what you mean, sorry. What ‘recognition’?
Forum: Plugins
In reply to: [WP Glossary] Child-Theme and wp-gloassary hoverHi me-boater
The glossary hover appears to be working on your site.
Forum: Plugins
In reply to: [WP Glossary] Widget area locked, frozenWordPress doesn’t have ‘native tooltips’?
Sorry, I don’t have time to look into this conflict further at the moment.
Forum: Plugins
In reply to: [WP Glossary] Glossary page layout not displaying correctlyIt is the theme that controls how it looks. By default /glossary/ is the archive template.
http://codex.wordpress.org/Template_Hierarchy#Visual_Overview
Forum: Plugins
In reply to: [WP Glossary] problem with adminDuplicate: http://wordpress.org/support/topic/errors-with-wordpress-36-37
🙂
Forum: Plugins
In reply to: [WP Glossary] Errors with WordPress 3.6I see the line you are referring to.
Forum: Plugins
In reply to: [WP Glossary] Permalink / BlogYes, I have since learnt that my ‘translation technique’ is not quite optimal. Hoping to release a fix for this soon.
Forum: Plugins
In reply to: [WP Glossary] user integrationYou would have to play around with the capabilities. You can hook into these yourself.
I won’t be wrapping the already-available functions into an explicit/custom admin page.
Forum: Plugins
In reply to: [WP Glossary] Not allowing commentsYou could add comment support via add_post_type_support()
http://codex.wordpress.org/Function_Reference/add_post_type_support
Forum: Hacks
In reply to: Default custom post column to 'off' in screen optionsInteresting approach. However my use case would almost always have the users registered before the functionality (plugin) is added.
Forum: Plugins
In reply to: [Analytics360] HTTPS SupportOn line 43 of analytics360.php change the schema on the enqueue (remove explicit ‘http’):
wp_enqueue_script('google_jsapi', '//www.google.com/jsapi');I think the intended replacement is esc_sql()
http://codex.wordpress.org/Function_Reference/esc_sql
https://www.webniraj.com/2013/08/05/wordpress-3-6-fixing-wpdbescape-deprecation-errors/
https://buddypress.trac.wordpress.org/ticket/5100How about adding some filters so that _ck_ can add those checks they so chose?