khyams
Forum Replies Created
-
Forum: Plugins
In reply to: [Haiku minimalist audio player] [Plugin: Haiku minimalist audio player] ErrorNick,
I am not using Google Translate.
Forum: Plugins
In reply to: [Haiku minimalist audio player] [Plugin: Haiku minimalist audio player] ErrorUnfortunately I cannot disclose the site URL, but this is what I’m working with:
- WP 3.3.1
- Mycorptheme with minor tweaks (multiple custom post types, page templates, etc.)
I’ve uploaded an MP3 file to my personal website and still receive an error message. But this part of the message – “Error: ***** is not a function” – is different than the error that I receive when the MP3 file is on the site that I’m working on.
MP3 file on personal site
Error 01MP3 file on current site
Error 02Forum: Plugins
In reply to: [Haiku minimalist audio player] [Plugin: Haiku minimalist audio player] ErrorHave you tried to play the track multiple times in one page view? That’s where I run in to issues…
Forum: Themes and Templates
In reply to: Highlight parent page that lists custom post typeSo I finally got around to plugging those snippets in, and it works like a charm. Thanks!
Forum: Plugins
In reply to: [Haiku minimalist audio player] [Plugin: Haiku minimalist audio player] ErrorI ran into the same issue when using Haiku inside Fancybox. Disabling Firebug and restarting Firefox works the first time that I access the player. But when I close the Fancybox link and re-open it, that error reappears.
I’m using Firefox 10.0.2. I do not run in to this issue when testing in both Safari and Chrome.
Forum: Themes and Templates
In reply to: Highlight parent page that lists custom post typeYeah, my post type slug is ‘portfolio’.
Forum: Themes and Templates
In reply to: Highlight parent page that lists custom post typeI’ll give that a try later today. Just to clarify, you put this string of code within the head tags…
<?php if( is_singular() ){ $p_type = get_post_type( $post->ID ); } ?>
Thanks for your help.
Forum: Fixing WordPress
In reply to: Send users to a “thank you” page – contact form 7on_sent_ok: "location = 'https://example.com/new-page';"
and
<?php wp_footer(); ?>
Works in 2.9.2, fyi. If you all already knew that then disregard my post.