DPGrant
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin Manager] Suggestion – Ungrouped PluginsThank you.
Forum: Plugins
In reply to: [Glossary] Ver 1.1 – Additional Search Terms not being foundThank you. Ver 1.1.1 fixed it.
Forum: Plugins
In reply to: [Glossary] Suggestion for moving $readmoreVery nice. The update works nicely. Thank you.
Forum: Plugins
In reply to: [Glossary] br-tags (linebreaks)) when using tooltipsGlad to help. I love this plugin.
Forum: Plugins
In reply to: [Glossary] br-tags (linebreaks)) when using tooltipsI believe that the unwanted
<br>tags are generated by all of the\ns in your public function tooltip_html().Forum: Plugins
In reply to: [Glossary] br-tags (linebreaks)) when using tooltipsI also found the extra
really annoying. I dealt with it by hiding them using CSS: .glossary-tooltip br {display: none;}Forum: Plugins
In reply to: [PHP Browser Detection] Detect IE11 EmulationsThank you so much. That worked perfectly.
I think I found the problem. My custom theme filters shortcode_atts_audio to preload the audio file metadata. In WP 4.5 this appears to strip out the mejs elements, leaving the bare bones player.
I’ve noticed the same issue on the most current iterations of IE Edge, Firefox and Chrome.
Forum: Plugins
In reply to: [Comments - wpDiscuz] How does a commenter cancel a comment or reply?Hmmm. I find that a confusing UX. But thank you for your responses.
Forum: Plugins
In reply to: [Comments - wpDiscuz] How does a commenter cancel a comment or reply?Thank you for your response. But if I leave the comment form (by clicking outside of it) should the form remain open?
Forum: Plugins
In reply to: [Gallery Slideshow] Calling plugin inside templateThanks for your response, but that’s not quite what I’m looking for. I want to be able to use the image ids from the existing shortcode and not hard code them into the template.
Here’s what I’m looking for. Consider the humble loop:
if (have_posts()) : while (have_posts()) : the_post(); {do_something} the_content(); {do_something_else} endwhile; endif;Your plugin processes the shortcode and inserts the slider markup inside the_content. But I would like to call the slider in the first do_something block, so I can display it before the_content. Since that call would also be within the loop, I believe the image ids would be available.
Being able to directly call the function encapsulated in your plugin would make it much more flexible. What do you think?
Forum: Plugins
In reply to: [WP Media Category Management] Post Categories Taxonomy Not WorkingHi Jan. Ok, toggling “use post taxonomy” fixes the problem. Thank you so much! (Though it does raise the question of why categories require this, but tags or custom taxonomies do not?). Thanks again.
DavidForum: Themes and Templates
In reply to: [Tiny Framework] Featured Images not showingTwenty Eleven isn’t working either.
Forum: Themes and Templates
In reply to: [Tiny Framework] Featured Images not showingI’m running this on an XAMPP test platform, so it has not been published and I can’t send you a link. As I mentioned, I am not using Jetpack (or any other plugin) at this time). Puzzling.