Matt
Forum Replies Created
-
Not to worry. I know this is extremely hackish, but I’ve used Javascript to get the year, work out the approximate age and then append it to the element…
Things are usually less complicated than they seem at first 😉
Any tips on how I might do this, I’m not really sure where to start? Thanks.
Hi Msaari
I’ve been working on some other stuff, but have come back to this issue – my custom post types and taxonomies aren’t being auto-indexed, I have to manually click ‘build the index’.
You mention above about my post updates not triggering the correct filters – are you able to expand on this a bit? If you can tell me what filters my post updates are supposed to be triggering I can examine the code a bit closer.
Just to clarify – standard WordPress search works and auto-indexes, but it’s only searches for exact matches. Relevanssi works perfectly but for the non-working auto-indexing.
Oh, and I also have the WPMU Q&A plugin, which I assume is working with custom post types…
Hi msaari
I’m running Buddypress if that helps. It does index everything, but only if I manually click ‘Index’.
Forum: Plugins
In reply to: [Meteor Slides] Disable jQueryThanks for that, I didn’t realise there was documentation in the plugin folder 🙂
Forum: Plugins
In reply to: [Meteor Slides] Disable jQuerySorry, you’ve misunderstood me – it’s the other way round 😉
I’d like to use the version of jQuery that my theme specifies, not the version that ships with Meteor Slides, i.e. I don’t want MS to load jQuery for me as it’s already loaded. I could obviously hack your plugin, but that’s a bit messy especially if your plugin gets updated – I’d need to hack it again each time.
Maybe you’d be able to add the ability to turn off the Meteor Slides version of jQuery on the settings page as a feature in the future?
Ah, my mistake – I’d hard-coded the template tag into my theme, but accidentally included the widget as well which was messing with the code.
I assume Slideshow Quantity specifies the maximum number of slides allowed per slideshow, so I could just set it to something like 10? I don’t think my client would want to put more than 10 slides on a page…