daniish
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Photo Album Plus] PrettyPhoto Lightbox Grid LayoutOK i have now made it live on the album: Summer 2014
that you can see here: https://www.globexposure.net/wales/?p=5When the thumbnails are set at 100px they display very well in the masonry style, however, the images are too small to see them properly.
I increased the thumbnail size to 200px and this when the aforementioned problems occur.
Just to confirm, i regenerated the thumbnails using option VIII-A4.
Hope you can help
Forum: Plugins
In reply to: [WP Photo Album Plus] PrettyPhoto Lightbox Grid LayoutWhat do you mean by “make it live”?
Forum: Plugins
In reply to: [WP Photo Album Plus] Fixed image canvas widthNo problem.
For anyone else with the same issue, i have found that this can be solved using ImageMagick:
https://cubiq.org/create-fixed-size-thumbnails-with-imagemagick
Forum: Plugins
In reply to: [WP Photo Album Plus] PrettyPhoto Lightbox Grid LayoutThank you that’s really helpful.
With regards to the images loading badly:
– On the lightbox the start and stop buttons are not aligned properly…start sits a bit lower and overlaps the image which looks odd.
– When using the masonry layout some of the images load outside of the sidebar, overlapping the top and edges – which doesn’t look good.
– the masonry layout displays some images on top of each other and in general it does not load properly…seems to keep readjusting thumbnail sizesAside from the built in lightbox, i love this plugin so much. Your lightning quick and helpful support is the best of all.
Thanks again ??
Forum: Plugins
In reply to: [WP Photo Album Plus] PrettyPhoto Lightbox Grid LayoutHow can i turn off the hyperlink that is on the album name?
– so the lightbox only loads when clicking on the album cover.
Forum: Plugins
In reply to: [WP Photo Album Plus] PrettyPhoto Lightbox Grid LayoutOK thanks for clearing that up. The built in wppa lightbox does not seem to display properly on my site – the start and stop text is not aligned and the masonry layout loads the images badly.
On balance i just prefer the look of the prettyPhoto lightbox and particularly it’s inclusion of an image carousel in the lightbox itself, which makes slecting album pictures easier.
Forum: Plugins
In reply to: [WP Photo Album Plus] PrettyPhoto Lightbox Grid LayoutWOW you do respond swiftly, thank you!!
I have implemented IV-C3 but it doesn’t seem to display any differently. I tried switching back to the wppa lightbox but that didn’t work either.
You can see my site here: https://www.globexposure.net/wales/?p=5
What would you suggest?
Forum: Plugins
In reply to: [WP Photo Album Plus] Private Photos Viewable by Logged Users OnlyThat’s great!
Thank you ??
Forum: Plugins
In reply to: [WP Photo Album Plus] Private Photos Viewable by Logged Users OnlyThat’s great!
Thank you ??
Forum: Plugins
In reply to: [WP Photo Album Plus] Display WPPA albums with PrettyPhoto Grid LayoutPlease delete this thread!
Forum: Plugins
In reply to: [WP Photo Album Plus] Private Photos Viewable by Logged Users OnlyCould i achieve this feature using tags or perhaps by adding an extra Status: Private?
…maybe then it would be possible to script for it. Alternatively, can you suggest any way that i could achieve this?
Many thanks
Forum: Hacks
In reply to: What's wrong with this conditional statementBrilliant Santeven, that’s done the trick.
Thank you ever so much!
Forum: Hacks
In reply to: What's wrong with this conditional statementNow with Post ID:
<?php if ( 'artist' == get_post_type( 3813 ) ) { // custom post slug echo do_shortcode("[metaslider id=3944]"); } elseif ( 'artist' == get_post_type( 3963 ) ) { // custom post slug echo do_shortcode("[metaslider id=3945]"); } else { echo do_shortcode("[metaslider id=4196]"); } ?>
Still it doesn’t work..
Forum: Hacks
In reply to: What's wrong with this conditional statementOK so now i’m using the following simplified code:
<?php if ( 'artist' == get_post_type( 'tereska-shepherd' ) ) { // custom post slug echo do_shortcode("[metaslider id=3944]"); } elseif ( 'artist' == get_post_type( 'alison-holt' ) ) { // custom post slug echo do_shortcode("[metaslider id=3945]"); } else { echo do_shortcode("[metaslider id=4196]"); } ?>
But the effect is the same. Every time this conditional statement evaluates to the ELSE element and displays the metaslider with id=4196.
what would you suggest?
Forum: Plugins
In reply to: [WP Photo Album Plus] widget to dynamically display photos with matching tagThat would be fantastic. I shall watch your plugin updates with eager anticipation.
Please will you update this post thread when you release it?