Stimpyjoy
Forum Replies Created
-
lol, nailed it.
Forum: Plugins
In reply to: List post from Custom Post type with hierarchy?I’m trying to do the same thing. Any luck?
Forum: Fixing WordPress
In reply to: 'Add Link' Became 'Update'Thanks Sweetmelody. I actually figured it out last night around 11:30. I meant to post my findings but I guess I got caught up in the delirium of a 15 hour day.
Anyway, that did work for me. It turns out it was the More Fields plugin that was causing it. What a pain (and a last minute scare before site launch).
Thanks again.
Forum: Fixing WordPress
In reply to: 'Add Link' Became 'Update'I’m having the same issue on a page. I select some text and click the link button. This usually works fine. If I cancel and select again, the linking window is blank and the Add Link is replaced by Update. Clicking Update kicks me out to post.php.
Sweetmelody, what did you find?
Forum: Plugins
In reply to: [Meteor Slides] Formatting slideshow for only one slideI got it to work with some help from a friend. Really simple stuff.
jQuery(document).ready(function() { var mycount = jQuery('.meteor-slides > .mslide').size(); if (mycount < 2) { jQuery('#meteor-nav-new').css('display', 'none'); } });Forum: Plugins
In reply to: [Meteor Slides] Formatting slideshow for only one slideThanks for the reply. I’m no jQuery champ, but I figured that would be my only option.
If only CSS would cascade backwards.
Here’s one of the single-slide shows: Blossom Hill
I did modify the original php file to get my nav arrows out of the slideshow div for styling purposes, which is probably why I’m having trouble now.