waveminded
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Shadowbox JS] change output of shdowbo.js on pages (footeris this the same area where I can add the code to turn on the HD plugin for the JW Player?
Forum: Plugins
In reply to: [WP Easy Post Types] [Plugin: WP Easy Post Types] Thumbnail optionnice, very helpful. I was trying to figure why the ‘thumbnail’ field was missing.
Seriously… I’ve been searching high and low, the developers didn’t cover it in their YouTube demo videos and I can’t find anywhere in the docs where it might be explained, help!
Forum: Fixing WordPress
In reply to: Related posts using parent and sub categoriesI’m still struggling with this and haven’t found a solution. Anyone else have any bright ideas. Much appreciated!
Forum: Fixing WordPress
In reply to: Related posts using parent and sub categoriesI’m getting there but I’m stuck here… trying to use query_post specifying the parent yet excluding one of the children
$rand_posts = query_posts( array( 'cat' => 4,-15, )); foreach ($rand_posts as $post) : setup_postdata($post);Tried using category__and also, no luck. ID 4 is the parent and 15 is the child.
Forum: Fixing WordPress
In reply to: Alphabetize Posts in AdminYes, I would love to figure a way to do this… If its hacking code, that’s fine, just need a starting point. Does anyone have any suggestions.
I wouldn’t mind being able to sort by Author, category, title, date. That seems to be the most logical thing to do.
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Widget FunctionalityThis type of thing was driving me nuts!!!!! Was looking for the same solution with Nextgen Gallery. Unfortunately the slideshow widget that comes with NextGen out of the box won’t link its displaying images… Here’s a solution to… (no widget support though).
Get Nextgen Smooth Gallery
http://wordpress.org/extend/plugins/nextgen-smooth-gallery/
to use along side Nextgen GalleryIn the Smooth Gallery plugins folder open up the file:
nggSmoothSharedFunctions.phpGo to line 99 and find this
$aux["link"] = BASE_URL . "/" . $picture->path ."/" . $picture->filename;change it to this
$aux["link"] = $picture->alttext;Now what you’re doing is pulling the Alt Text info from Nextgen gallery images… You can now go into Nextgen Gallery and change any images Alt Text to be an internal or external link. I’m sure you could get even more creative with this possibilty.
moved post…
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] version 0.98, WP 2.6 and TinyMCEAnyone experiencing the same issue?
using 2.5.1
Ok, I got feed up and took the 0.83 install of NextGen I had from another site and uploaded it to my new site and now the gallery works????
I’ve had no luck with several downloads of the 0.96 version.
I thought it was working a second ago, as I uploaded an image via the mediagallery in wordpress. I was using the NexGen gallery shortcode:
[gallery=3] and it was displaying the wordpress gallery, not the NextGen gallery. What’s up with this????Am I using the wrong shortcode or something? Another thing too I noticed, there is no addition of a NextGen gallery button on the tinyMCE editor, should there be?
of course, I’m working on it now and it seems to be a path issue. When inside the gallery, click on the image meta data and a lightbox type overlay appears, but then it gives me an error:
Warning: require_once(NGGALLERY_ABSPATH/lib/nggmeta.lib.php) [function.require-once]: failed to open stream: No such file or directory in /home2/wavemind/public_html/classicdesignsofwilmington/wp-content/plugins/nextgen-gallery/admin/showmeta.php on line 4Fatal error: require_once() [function.require]: Failed opening required ‘NGGALLERY_ABSPATH/lib/nggmeta.lib.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home2/wavemind/public_html/classicdesignsofwilmington/wp-content/plugins/nextgen-gallery/admin/showmeta.php on line 4
Forum: Fixing WordPress
In reply to: [Plugin: Kimili Flash Embed] Kimili not working for meI don’t know what I did, but all of the sudden my Kimili flash pluggin is not working… please see URL
http://www.humancs.com/content/services/I read the above and tried disabling all in one SEO – no change.
Then I tried download the new swfobject.js and adding an absolute url at the top of the header, no good????Forum: Fixing WordPress
In reply to: most recent postsWorks like a charm! Thanks!