Tim
Forum Replies Created
-
Closing as not relevant to this plugin.
Hi,
We’ve just released version 1.3.1, which I can confirm works with WordPress 3.6 to 3.9
Forum: Plugins
In reply to: [Gallery Carousel Without JetPack] Not working in Google ChromeTested and working on 0.7.1
Forum: Plugins
In reply to: [Gallery Carousel Without JetPack] background transparencyHi Houston,
You’d need to override the .jp-carousel-overlay class in your CSS. For example, to set a black background with 80% opacity:
.jp-carousel-overlay { background:#000; background:rgba(0,0,0,0.8); }And for a white background:
.jp-carousel-overlay { background:#fff; background:rgba(255,255,255,0.8); }For browsers not supporting rbga transparency, they’ll just see a solid background color.
Forum: Plugins
In reply to: [Gallery Carousel Without JetPack] Where are the captionsHi Houston,
As far as I’m aware, the current Jetpack Carousel module only displays the Title and Description attributes of each image, if they’re set:
http://jetpack.me/support/carouselThis plugin is based on the same Jetpack Carousel module, so it also wouldn’t display captions.
Try putting your captions as descriptions and see if that helps.
Let me know if you’re still having issues.
Thanks.
Forum: Plugins
In reply to: [Gallery Carousel Without JetPack] Contribution to code – thumbnailsHi,
We’d prefer to keep this plugin as close to the Jetpack Carousel module as possible, so it’s quick and simple to update on future Jetpack releases.
If your contributions can be shipped as a plugin that works alongside this plugin, then feel free to share the code or submit as a plugin to wordpress.org. That way, you and users will get the benefit of the added functionality, plus your plugin and this Carousel plugin can be updated independent of each other.
Forum: Plugins
In reply to: [Gallery Carousel Without JetPack] Hyperlinks in Description break galleryHi,
I’ve tested this on version 0.7.1 and this works when setting a link within the description:
http://cl.ly/image/0c401I3O1u0lVersion 0.7 onwards progressively loads images.
http://jetpack.me/support/carousel/ doesn’t load scaled images – click the first image in the gallery in your example on a ~ 1500 x 950 viewport display, and you’ll see that Jetpack loads a 4256 x 2832 image, despite outputting it at only 1023 x 681:
http://cl.ly/image/3m2d0j0U080dThe image scaling examples you provide are nothing to do with the Carousel module; if you have the Photon CDN enabled, you’ll get scaling based on the viewport, which will provide a more optimised user experience.
Forum: Plugins
In reply to: [Gallery Carousel Without JetPack] Disable CommentsPlease refer to the Frequently Asked Questions in the readme.txt file, specifically:
**How can I get rid of the Comments?**
I thought long and hard about whether to add this feature in the gallery carousel or not. Because the goal is to transform your standard galleries into an immersive full-screen experience, I think that comments are necessary. This is why I will NOT be adding an option to turn the comments off.
However, if you want to turn off comments on Media attachments, you can follow this tutorial:
http://www.wpbeginner.com/wp-tutorials/how-to-disable-comments-on-wordpress-media-attachments/Forum: Plugins
In reply to: [Gallery Carousel Without JetPack] Admin lockout after activatingThis has been fixed in 0.7.1
Forum: Plugins
In reply to: [Gallery Carousel Without JetPack] Fatal error when upgrading to 0.7This has been fixed on 0.7.1
Slim Jetpack has the same functionality, but at the time of writing it’s based on Jetpack 2.7. This plugin is based on Jetpack 2.9.3.
You shouldn’t run both plugins, as they’re both providing carousel functionality which may cause other issues.
Forum: Plugins
In reply to: [Gallery Carousel Without JetPack] Not working in 3.8.xHi,
Thanks for the heads up. We’ve just updated this with the latest Jetpack Carousel version, 2.9.3, so you won’t need to manually modify the plugin.
Forum: Plugins
In reply to: [Comment Rating Field Plugin] Jetpack comments integration?Hi John,
Possibly. If this can be done, it would appear in our Pro version.
I’ll investigate and update accordingly.
Forum: Plugins
In reply to: [Crop From Top] Settings for which image sizeadd_image_size() has added support for defining where to crop each image size from (e.g. top, bottom, left etc):
https://codex.wordpress.org/Function_Reference/add_image_sizeYou should use that within your theme instead of this plugin.
Forum: Plugins
In reply to: [Crop From Top] Plugin not WorkingWithout specific details about your web site, it’s really hard to debug.
Also note that as of the current version of WordPress, add_image_size() accepts a parameter to define where to crop images from, which supersedes this plugin:
https://codex.wordpress.org/Function_Reference/add_image_size