cyrus6
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: iphone app using phonegapDid you ever have any luck with this?
Update! D’oh – in making a new custom header for post pages I forgot some very important stuff:
<?php wp_enqueue_style(‘thickbox’); ?> <!– inserting style sheet for Thickbox. –>
<?php wp_enqueue_script(‘jquery’); ?> <!– including jquery. –>
<?php wp_enqueue_script(‘thickbox’); ?> <!– including Thickbox javascript. –>Everything is working fine. Now just to style it!
I should also note that I’m using the short code in a template using echo do_shortcode, which was working fine at one point.
Forum: Plugins
In reply to: [MP3-jPlayer] [Plugin: MP3-jPlayer] Can't Get Widget to WorkHey Simon,
I figured out what I was doing wrong on the test-player page. I didn’t have the “Give shortcodes priority over widget” box checked ( I was trying to have the player in the post – not a widget). I understand the home/index page issue now – I was confusing myself.However, the widget on the index page still wants to default to “mp3jplayer-text.css” unless I add the link into the header.
Thanks again for your help, this is a really useful plugin!
Forum: Plugins
In reply to: [MP3-jPlayer] [Plugin: MP3-jPlayer] The player appears but it doesn′t playHi Simon,
That did the trick! ThanksForum: Plugins
In reply to: [MP3-jPlayer] [Plugin: MP3-jPlayer] The player appears but it doesn′t playI’m having the same issue attempting to use a custom path. Here is my url with debugging on: https://www.blueridgeoutdoors.com/BRO_DEV/special-sections/2010-festival-guide/test-player/
Forum: Plugins
In reply to: [Plugin: UMapper] API Key re-validation@happy_camper – I’m interested in the template you created with the map embed. Does your template generate a “new” map each time a page/post is created? I’d gladly buy you a pint if you have a donate button in exchange for your code.
As for you question about linking databases – google maps api has some pretty good tutorials for populating a map from mysql – don’t know about bing though.
Forum: Plugins
In reply to: [Plugin: Front-end Editor] Can I change post category as well?This may be the wrong thread for this but, would it be possilbe to tweak front end editor so it can ADD posts as well as edit them?
I’ve tried a couple of other plugins that do just that, but they cause a conflict with another plugin that is very important to the project I’m working on.
Thanks!
Forum: Plugins
In reply to: [Plugin: UMapper] API Key re-validationI’ve got two problems on two different sites. However both sites are on the same VPS which is running php 5.1.6 – which may be my main problem.
The first site will not validate umapper hangs on “Requesting list of map providers.” This site is running WPMU 2.9.1.1 with buddypress.
The other site on the VPS with umapper will validate – however the umapper interface doesn’t fully load in the edit post screen. There is no drop down menu for templates and the map provider template is empty.
So basically you can’t insert a map. But here’s the strange thing – I noticed that it is actually adding these maps to my umapper account.Sorry if this might not be the appropriate thread but these issues seemed related.
Thanks!
Forum: Plugins
In reply to: [Plugin: UMapper] API Key re-validationDoes this work for WPMU as it did in earlier versions? I have an integrators API but umapper doesn’t think it is valid.