Syed Balkhi
Forum Replies Created
-
Yes, because this plugin is an exact copy of the one in Jetpack, they will have the same issues. The only reason why I forked this from Jetpack is because I wanted to use it without logging into WP.com. Which is what Jetpack requires you to do even when the plugin has no connection with WP.com.
This is not a feature in this plugin yet. But I will keep it in mind for future.
That’s the intended purpose of the gallery. You show thumbnails on the post page, and when user clicks on it.. they see a full image.
I just made it bigger in the most recent update of the plugin.
Just synced this plugin up with the original JetPack. There were some mobile enhnacements, so please update the plugin and let me know if there are still any issues.
Just remember, if you modify the core plugin css file, it may be modified when you update this plugin.
In your theme’s CSS file add the following:
.jp-carousel-close-hint { font-size: 30px !important; }
This should fix the issue.
Unfortunately, that is not possible out of the box.
You can’t use these two plugins together. Because they are both for the same purpose however one does it through a carousel and one through a lightbox.
This issue is not with our plugin, rather it is the issue with how flash works in general. Flash objects have the highest z-index out of all. This would happen if you embed any flash video player or anything else related to flash.
You should look into adding wmode=transparent value to your flash output.
That is the only way to fix this issue.
It doesn’t seem that you are using our plugin on the site above. I don’t see any output of the plugin footer scripts (i.e carousel spin.js or the carousel css etc).
If I understand correctly, you want the users to click on the features thumbnail on the homepage and automatically dive into the gallery associated with that image.
It is going to be a bit hackish, but as you see that the carousel can be launched with a url like this:
That number in the URL is actually the attachment ID. You would have to get the attachment ID of the thumbnail or another image in the specific gallery. Then you can use the url like the one above.
Option 1: Edit the core files of the plugin.
Option 2: Edit CSS and display: none; for those classes.
It is not possible to do this. At least not to my knowledge. WordPress galleries are limited for images only.
I didn’t upgrade the plugin. So if it was working earlier and stopped working all the sudden, then it means it is affected by a change you might have made on your site.
Did you install another plugin? Did you add a custom slider script or something in your theme? Often jQuery positioning can mess with things.