gp4thdukeofyork
Forum Replies Created
-
please?
fancybox and shShutter are competing. I usually use LIGHTBOX PLUS and that is all you need… let the images use rel=”lightbox”
the fancybox is causing this issue.
yeah man that lightbox 2 likes to do weird things with all my jquery… never use it.
I do see that you are using LIGHTBOX2 and that thing screws up all my jquery. Try disabling it. See what happens after that. I like to use LIGHTBOX PLUS.
Yeah man… no idea… I would have to dig heavily. I tried on my site and all is well… I will review your source a little more… but I can’t promise a thing.
ok FTP into the directory of /wordpress/wp-content/gallery/new-gallery/ and see if there is anything else in there other than your images.
did you disable it?
You haven’t made any custom code modifications?
I have not really used the slideshow method at all but have you assigned a preview image for the gallery? Try that.what is your gallery code that you are using?
and I know in line 257 it is pulling the first image information in the array from this query $gallery->pageid = $first_image->pageid; . How can I get the pageid for each image?
Well I am using $picturelist[$key]->pagelink = get_permalink( $gallery->pageid ); around line 358 in nggfunctions.php and it works but only for the first image that it pulls. I am not great with OOP in PHP so I am not quite sure how to get the pageid from the gallery of each image. Any help?
Forum: Plugins
In reply to: Add to title outside of loopI want this to work for all plugins that pull a title as well. Doesn’t look like that is possible because they all pull the title differently. Maybe I have to actually physically add or remove the information into the DB. Then it will work for everything. But then I have to do a bunch of DB calls all over the place…
Please someone offer me some guidance…
Forum: Fixing WordPress
In reply to: [Plugin: Yoast Breadcrumbs] WARNING: array_sliceI might have fixed this. Go to sociable.php and comment out the line before ?>
change require_once(“yoast-posts.php”);
to //require_once(“yoast-posts.php”);Looks like it is some rss feed checker from yoast.com. Just get rid of it.
Forum: Plugins
In reply to: [Plugin: Sociable] “Yoast – Tweaking websites” box in WP dashboardI might have fixed this. Go to sociable.php and comment out the line before ?>
change require_once(“yoast-posts.php”);
to //require_once(“yoast-posts.php”);Looks like it is some rss feed checker from yoast.com. Just get rid of it.