vjalby
Forum Replies Created
-
Forum: Plugins
In reply to: [Folder Slider] more than 1 instance on page?Right. Fixed (same dev link).
Forum: Plugins
In reply to: [Folder Slider] more than 1 instance on page?The new (dev) 0.95 version available here should fix the problem. Tell me.
Forum: Plugins
In reply to: [Folder Slider] White BoxI’m quite sure it’s a CSS pb. Could you send me the URL of a page showing the problem?
Forum: Plugins
In reply to: [Folder Slider] more than 1 instance on page?For now yes. That’s why it’s only a < 1.0 version! I’ll do my best to fix that.
Forum: Plugins
In reply to: [Folder Gallery] setting a rel attribute for gallery engine none?Ernst, you can try the current development version that includes support for Responsive Lightbox Plugin (go to Folder Gallery Setting, and select “Responsive Lightbox (Plugin)” engine.
BTW, data- attribute should be used instead of rel.
Forum: Plugins
In reply to: [Folder Slideshow] Pictures don't showThere may be other reasons, but the main should be jQuery version :
You site load jQuery 1.6.1 (from google) while WordPress 3.5 provides 1.8.3 (and 3.6 upgrades to 1.10.2). SlidesJS requires jQuery 1.7.1 !
Maybe you use an old plugin that loads an old version of jQuery, or your template loads it.
Try to temporarily deactivate your plugins and see what’s happen (look for jquery.min.js or jquery.js in the source code of your page).
If https://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js is still there, then your template loads it. You should try to update your template, or at least to comment out the lines loading Jquery. Since WordPress always loads it, it should be replace with a more recent version.
Tell me how it works.
Vincent
Forum: Plugins
In reply to: [Folder Slideshow] Pictures don't showI’m very sorry, I forgot to subscribe to this forum and didn’t get your comments by email. I was working on another plugin and forgot a bit this one!
kakamallan, you’re right about the missing .js in filename. Strange, it works in all my browser! Anyway, fixed in 0.97.
But I never got the Uncaught TypeError. What browser do you use ? Do you have an URL to share so I can check this error live ?
Thanks (and sorry for the delay)
Vincent
Forum: Plugins
In reply to: [Folder Gallery] Display subtitles under thumbnail on pageCan you send me a screenshot ? (mail address in the copyright section of foldergalley.php)
Forum: Plugins
In reply to: [Folder Gallery] Display subtitles under thumbnail on pageInstead of modifying the folder gallery code, you should try the shortcode attribute (or global settings) columns=0. This will remove all
br clear:both
and jsquery-sieve will works as expected with the following code :jQuery(document).ready(function() {
jQuery(“div.fg_gallery”).sieve({ itemSelector: “div.fg_thumbnail” });
});Tell me.
Forum: Plugins
In reply to: [Folder Gallery] Display subtitles under thumbnail on pageI’ve updated the development version (same link) to 1.3.1b2.
fg_thumbnail has now a fixed (calculated) width and I’ve introduce a new subtitle format (smartfilename) that you may find useful.Tell me how it works.
Vincent
Forum: Plugins
In reply to: [Folder Gallery] Nothing shows upRight. But I still don’t know what may happen. Maybe a problem with another plugin or theme… Sorry.
Forum: Plugins
In reply to: [Folder Gallery] Display subtitles under thumbnail on pageCould you try the development version (1.3.1b1) available here and tell me how it works ?
Forum: Plugins
In reply to: [Folder Gallery] Nothing shows upActually, I don’t know! At least does the following short code work ? [embed]https://www.youtube.com/watch?v=nkdg98YN4AU[/embed]
Forum: Plugins
In reply to: [Folder Gallery] Display subtitles under thumbnail on pageCan you send me an url so I can see the problem online ? Also, send me your code change. I’ll may include it in next version.
Forum: Plugins
In reply to: [Folder Gallery] Next-Previous Navigation GoneI assume you use another plugin to get Thickbox “lightbox” since it’s not builtin in Folder Gallery.
As far as I can see here, there’s no next/previous button in Thickbox, but only text-link under the picture. It’s the same behavior on your gallery.
So, what’s wrong ?