VFHwebdev
Forum Replies Created
-
Forum: Plugins
In reply to: Post Type Switcher Bug With Advanced Custom FieldsNo, I use it all the time. I’m running multi-site and I use a plugin to pull posts from across several of my sites into the main site. Once they’re pulled into my main site they need to be assigned to the appropriate custom post type (news, events, posts, etc.)
That did the trick!! Many thanks.
timthumb.php is a theme file right? I’ve searched all my themes and that file doesn’t appear anywhere.
I wonder if this is an issue with the Domain Mapping plugin. Is anyone else having this problem also running the multi-site domain mapping plugin?
Using the post_id of the current post still doesn’t work for me.
I also added a slide in the “manage slides” section to test the [slideshow] short code and that’s broken as well.
I’m running this on a test install with the default WP theme and the only plugin running is a multi-site plugin called domain mapper.
Mine doesn’t work even with the parameter post_id. Without the param I see nothing when I publish the post. with the param set to my current post ID I see an empty slideshow with no images in it.
Forum: Plugins
In reply to: WP Easy Columns not workingI think I’ve solved this mystery.
Under Network Admin in the Domain Mapping plugin settings, the site that was experiencing this problem had the “domain” set to subdomain.mydomain.org when it really should have been customdomain.org
That resolved the problem with WP Easy Columns and Domain Mapping and I no longer need to have the “Redirect administration pages to site’s original domain” setting enabled in Domain Mapping’s settings.
I found something that may also be of use to anyone else having similar problems.
I noticed in my DM settings for this particular site, I still had the domain set to subdomain.mydomain.org when it really should have been customdomain.org
Updating that setting resolved the error and I do not have to check the “Redirect administrative pages to the original url” option.
Logging into both domains seems like a cumbersome solution.
Perhaps the problem is with the individual plugins and the solution needs to be implemented by those developers.
But given that it’s more than one plugin, I thought the DM team might want to know about it.
Forum: Plugins
In reply to: WP Easy Columns – not allowed to be hereDavid,
I ran into this again on another site. Although I didn’t get the “not allowed here” message right away and so I didn’t recognize this as the same problem until after I’d started another thread.
I think there’s an issue with this plugin and the domain mapping plugin. See the link above for a possible solution.
Forum: Plugins
In reply to: WP Easy Columns not workingI noticed something new that may be of help.
After clearing my cache and logging back in, when I click on the Column button in the text editor, I no longer get the “Insert Column Combinations” popup. Instead I get a popup that says “You are not allowed to be here.”
This is starting to feel familiar and I think I had a very similar problem with another blog.
A search in the support forums turned up this post which seems to be getting the same error message.
I’m also using the domain mapper plugin, so I tried checking “Redirect administration pages to site’s original domain” in the domain mapper plugin settings.
That seems to have solved it, but it doesn’t explain why this was working for some blogs and not others. Also, I’d rather not have that setting checked.
So I’d still like another solution if anyone has one.
Excellent! Hopefully the plugin developer will include this in an update soon. Just so everyone has the full solution. You need to change:
$form_fields["url"]["html"] .= "<button type='button' class='button urlaudioplayer audio-player-" . $post->ID . "' value='[audio:" . attribute_escape($file) . "]' title='[audio:" . attribute_escape($file) . "]'>Audio Player</button>";To this:
$form_fields["url"]["html"] .= "<button type='button' class='button urlaudioplayer audio-player-" . $post->ID . "' data-link-url='[audio:" . attribute_escape($file) . "]' title='[audio:" . attribute_escape($file) . "]'>Audio Player</button>";Yeah, my real player settings were already set to what you described. No dice. Still have to add the audio player by writing out the shortcode.
I’m experiencing the same problem and it started with the upgrade to 3.4 for me as well.
You can manually enter the audio shortcode into your post as follows:
[audio:http://linkToMP3File]
Replace “http://linkToMP3File” with the “Link URL” for your audio file.
Forum: Plugins
In reply to: WP Easy Columns – not allowed to be hereI did resolve it, but unfortunately I no longer remember what the fix was. I believe it was a plugin conflict.
Forum: Plugins
In reply to: [Simple Facebook Connect] [Plugin: Simple Facebook Connect] Setup problemsOk, I think I figured it out. The problem was I forgot to set the site url within the Facebook app. It looks like the screenshots in the instructions are out of date.