Oscar
Forum Replies Created
-
Forum: Themes and Templates
In reply to: 3 column pages with post thumbnailCurrently using the Auto Nav plugin.
Forum: Plugins
In reply to: [WP Geo] [Plugin: WP Geo] Geo Mashup Map won't display all of my postsI am now having difficulty with showing all posts with a single map and WP Geo. It was working. Don’t know exactly when it stopped. I was using the template code posted on the WP Geo website and it worked great.
Using current WordPress and WP Geo.
Forum: Plugins
In reply to: [wp-jquery-lightbox] title and captionSimple Lightbox is great with handling titles, captions, and descriptions. However there is currently no automatic resize and when images are used outside a Gallery it handles the grouping of images differently with the prev/ next links.
I have not been able to figure out the above question in previous post. I have just recently been comparing the code in the 2 similar Lightbox plugins.
I would like for Title and Description to display and also display the same when used in a Gallery and when not used in a Gallery.
This is my favorite Lightbox and I have tried a lot of them over the last week.
Forum: Plugins
In reply to: [wp-jquery-lightbox] title and captionDisplays title and caption on separate lines when the lightbox is used in a WP Gallery.
When an image is used outside of a WP Gallery.
Displays Title, Caption, or Description on one line and only uses one of the parameters.Forum: Plugins
In reply to: [wp-jquery-lightbox] title and captionThe plugin seems to behave differently according to the way you view it in specific ways.
Forum: Plugins
In reply to: [wp-jquery-lightbox] title and captionMy original question may be with the coding on my end.
The plugin does display Title and Caption together within a WordPress created Gallery. It does do as I ask above with title and caption on separate lines within a WordPress created Gallery.
Where I have been using this plugin is within a custom taxonomy page that I created for my photographs. I have tagged my photos using a custom taxonomy and display a custom tag page with thumbnails for each particular tag.
When viewing the custom taxonomy of the thumbnail photos for a particular tag the Lightbox displays only the title, caption, or description… Only 1.
The Lightbox in my custom taxonomy page differs from the way it displays within a WordPress Gallery when used in a post.
I am looking to put title and description (not caption) in the Lightbox with both a WordPress Gallery and my custom taxonomy page.
Great plugin.
Forum: Plugins
In reply to: [wp-jquery-lightbox] title and captionGreat Lightbox plugin!
This is my favorite Lightbox and it does display title, caption, and description very nicely.
However I can only get one of those parameters to display at one time.
It would be nice to display the title on top line and then below it display the description or caption.I have looked at the code and it almost seems like it should do that but it does not. I may be missing something.
Again great plugin.
Forum: Fixing WordPress
In reply to: Custom Taxonomy and LightboxWorks great!
Forum: Fixing WordPress
In reply to: Custom Taxonomy and LightboxGot it!
<a href="<?php echo wp_get_attachment_url($image->ID); ?>" rel="lightbox"><?php echo wp_get_attachment_image( $image->ID, 'thumbnail' ); ?></a>
Forum: Fixing WordPress
In reply to: image description/caption/titlehow do you just call the description?
Forum: Fixing WordPress
In reply to: image description/caption/title?
Forum: Plugins
In reply to: Post Navigation Widget: exclude categoryThis code seems to be working to exclude a category:
If ($selected_post = get_next_post(false,’5′))Forum: Fixing WordPress
In reply to: Images in adjacent posts navigationHave you had any luck with this? I am looking for the same thing.
Forum: Fixing WordPress
In reply to: Next Previous Post using Post Thumbnailcan this be done with wp_query?
I have been using this plugin with the latest WP 2.8.6 and have been very pleased with it.
However with WP 2.9 I also have had the same issue as the previous post.
Warning: … failed to open stream: Invalid argument in … post_templates.php on line 23
Warning: implode() : Invalid arguments passed in … post_templates.php on line 23