danEdmonds
Forum Replies Created
-
Forum: Plugins
In reply to: [Events Manager] Single page event details pages not showingEM is working perfectly! Thanks!!
Forum: Plugins
In reply to: [Events Manager] Single page event details pages not showingWell, I realized that for each single event page, EM is using my default page.php template which only shows title and content. Shouldn’t EM override this and show the event information?
Forum: Plugins
In reply to: [Events Manager] Single page event details pages not showingagelonwl,
I enabled WP_DEBUG and found an error in my breadcrumbs code so I updated the code. Now the event page is showing up but it is only displaying the Title and Notes even though I have dates, times, and location shortcodes in the single page format to be displayed as well.
This is happening when I activate the TwentyEleven theme as well. Thoughts?
Thanks!
Forum: Fixing WordPress
In reply to: Embedding flash file on custom templateNevermind, I fixed it. It turns out that the embed code for php is a little different than it is for html?
http://www.walkernews.net/2009/07/18/how-to-embed-swf-in-html-code-or-wordpress-post/
Thanks anyways!
Forum: Fixing WordPress
In reply to: Embedding flash file on custom templateHey,
I’ve taken all the steps listed in these posts to try to get this to work but it’s still not working. My .swf file and any external files pulled are in the root directory. I copied the necessary javascript and .swf embed code from the published flash files and put it in my page template .php file and changed the src location to the “<?php bloginfo(‘url’) ?>/yourmovie.swf”. Should I be pulling the javascript in from .js files in the root directory instead of internally? Any other suggestions?
Thanks in advance!